You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Problem: componentWillUpdate is deprecated and will eventually be removed following React v17.
See warning message here:
Suggestion:
It would be wise to switch this method for a componentDidMount being that this block of code is adding event listeners which don't need to be re-added on/before every update.
Problem:
componentWillUpdate
is deprecated and will eventually be removed following React v17.See warning message here:
![Screen Shot 2019-08-17 at 16 23 30](https://user-images.githubusercontent.com/4494382/63216937-80ba3a00-c10b-11e9-8925-6db1621b0152.png)
Suggestion:
It would be wise to switch this method for a
componentDidMount
being that this block of code is adding event listeners which don't need to be re-added on/before every update.react-multi-select/src/dropdown.js
Line 32 in 19a6d69
The text was updated successfully, but these errors were encountered: