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
In the Component Specifications documentation, the following note must be added for the componentWillReceiveProps method:
If you update the component state during this method using this.setState() or this.replaceState(), the callback provided as the second argument to these methods is invoked immediately. You may want to shift to your callback to componentDidUpdate.