Closed cskeppstedt closed 7 years ago
This will add support for react ^15.4.0, where the HTMLDOMPropertyConfig and SVGDOMPropertyConfig have been moved to react-dom.
HTMLDOMPropertyConfig
SVGDOMPropertyConfig
react-dom
You could probably bump a major version if you merge this, since it's a breaking change.
Nice catch!
@cskeppstedt We also need to add react-dom as a peer/dev dependency now.
<3
This will add support for react ^15.4.0, where the
HTMLDOMPropertyConfig
andSVGDOMPropertyConfig
have been moved toreact-dom
.You could probably bump a major version if you merge this, since it's a breaking change.