Deschtex / html2react

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

Won't work in React v16 #25

Closed gfx closed 6 years ago

gfx commented 7 years ago

This is because React v16 no longer provide *DOMPropertyConfigs.

Issued in the react repo: https://github.com/facebook/react/issues/10391

gfx commented 7 years ago

Closed with a suggestion:

While it is a bit annoying I encourage you to just copy and paste them (and update if you notice changes on our side).

Deschtex commented 7 years ago

Thanks for looking into this, @gfx. Yea, it seems I have to copy the properties and keep it updated manually. Will prepare a branch for it.

Deschtex commented 6 years ago

Closed by #27