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
You can rename the usage of componentWillReceiveProps to UNSAFE_componentWillReceiveProps to stop the warning but obviously a fix which used a supported lifestyle method (or a refactor to functional code) would be better.
React has changed their lifecycle methods to this https://reactjs.org/docs/react-component.html. There is a warning being thrown when you are using old lifecycle methods
The text was updated successfully, but these errors were encountered: