webscopeio / react-textarea-autocomplete

📝 React component implements configurable GitHub's like textarea autocomplete.
MIT License
454 stars 80 forks source link

Refactor: componentWillReceiveProps deprecation #89

Closed O4epegb closed 6 years ago

O4epegb commented 6 years ago

Since componentWillReceiveProps hook is deprecated, consider other options? https://reactjs.org/docs/react-component.html#unsafe_componentwillreceiveprops

jukben commented 6 years ago

I know about it, I'd be more than happy to accept a PR for this. 👍

jukben commented 6 years ago

Addressed in https://github.com/webscopeio/react-textarea-autocomplete/pull/90