instructure-react / react-tinymce

React TinyMCE component
181 stars 115 forks source link

tried to fix the rerender issue on props change #79

Closed vishalsngl closed 4 years ago

vishalsngl commented 6 years ago

I was getting an issue with your fix, that everytime I pressed enter in my Editor, I was getting this error in my console.

Uncaught TypeError: Cannot read property 'appendChild' of null

While with my fix, things seems to be working better