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
React recently moved forward with its intent to deprecate and eventually remove unsafe lifecycle methods. This includes componentWillReceiveProps, which this component utilises. As such, usage of this component now triggers a warning in React:
React recently moved forward with its intent to deprecate and eventually remove unsafe lifecycle methods. This includes
componentWillReceiveProps
, which this component utilises. As such, usage of this component now triggers a warning in React:React has some migration directives here: https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props
The text was updated successfully, but these errors were encountered: