ReactHMTL and ReactSVG were related to createFactories but we found usage using it as a list of possible built-in browser element types.
We now have HTMLElementType and SVGElementType which can be used instead of keyof ReactHTML and keyof ReactSVG respectively.
Needs real world codebase with usage to test on.
ReactHMTLandReactSVGwere related tocreateFactoriesbut we found usage using it as a list of possible built-in browser element types.We now have
HTMLElementTypeandSVGElementTypewhich can be used instead ofkeyof ReactHTMLandkeyof ReactSVGrespectively.Needs real world codebase with usage to test on.