summernote / react-summernote

Summernote (Super simple WYSIWYG editor) adaptation for react
http://summernote.org
MIT License
230 stars 108 forks source link

Rename unsafe lifecycles #83

Closed olezhek85 closed 4 years ago

olezhek85 commented 4 years ago

Hi Ivan @Vnkitaev. Could you please review and merge this pull request?

This PR will remove console warnings according to this doc: https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path

Next step will be converting the ReactSummernote class to hooks approach. Thank you :wink: