Deschtex / html2react

A utility for turning raw HTML into React elements.
MIT License
43 stars 5 forks source link

The SVG and DOM property configs have moved to react-dom #18

Closed cskeppstedt closed 7 years ago

cskeppstedt commented 7 years ago

This will add support for react ^15.4.0, where the HTMLDOMPropertyConfig and SVGDOMPropertyConfig have been moved to react-dom.

You could probably bump a major version if you merge this, since it's a breaking change.

Deschtex commented 7 years ago

Nice catch!

Deschtex commented 7 years ago

@cskeppstedt We also need to add react-dom as a peer/dev dependency now.

xaviervia commented 7 years ago

<3