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
Warning: Unsafe lifecycle methods were found within a strict-mode tree:
componentWillMount: Please update the following components to use componentDidMount instead: BrowserRouter, Route, Router, SideEffect(NullComponent), Switch, t
componentWillReceiveProps: Please update the following components to use static getDerivedStateFromProps instead: Route, Router, Switch
componentWillUpdate: Please update the following components to use componentDidUpdate instead: t
Learn more about this warning here:
https://fb.me/react-strict-mode-warnings
Steps to reproduce
Enable React Strict Mode - View console
Expected Behavior
Passes React Strict Mode
Actual Behavior
Does not pass React Strict Mode
The text was updated successfully, but these errors were encountered:
Version
Test Case
Enable React Strict Mode - View console
Steps to reproduce
Enable React Strict Mode - View console
Expected Behavior
Passes React Strict Mode
Actual Behavior
Does not pass React Strict Mode
The text was updated successfully, but these errors were encountered: