wix-incubator / react-native-zss-rich-text-editor

React Native rich text editor based on ZSSRichTextEditor
Other
839 stars 310 forks source link

componentDidReceiveProps part changed to componentDidReceiveProps #82

Open Himujjal opened 6 years ago

Himujjal commented 6 years ago

The new React version actually asks to use componentWillReceiveProps instead of componentDidReceiveProps.

Its not a major change but there is a warning that is being shown. And this change won't affect anything at all either.