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 legacy lifecycles will not be called for components using new component APIs.
MyComponent uses getDerivedStateFromProps() but also contains the following legacy lifecycles:
componentWillMount
The above lifecycles should be removed. Learn more about this warning here:
https://fb.me/react-unsafe-component-lifecycles
These could (and should) be catched at compile time.
The text was updated successfully, but these errors were encountered:
React will give the following runtime error:
These could (and should) be catched at compile time.
The text was updated successfully, but these errors were encountered: