Lucifier129 / react-lite

An implementation of React v15.x that optimizes for small script size
MIT License
1.73k stars 100 forks source link

Don't blow up when the DOM is modified #108

Closed matthewoates closed 7 years ago

matthewoates commented 7 years ago

resolves https://github.com/Lucifier129/react-lite/issues/90

I suspect there's a possible memory leak, so we could warn here as well. Either way, this is an elegant fix to the problem in https://github.com/Lucifier129/react-lite/issues/90.

matthewoates commented 7 years ago

Thanks @Lucifier129!