Deschtex / html2react

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

propValue.trim() sometimes causes TypeError #22

Closed gfx closed 7 years ago

gfx commented 7 years ago

I have errors from HTML2React when it processes user-generated contents.

I guess that's because it can't handle broken styles, and this PR fixes it.