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
Replace componentWillMount, componentWillReceiveProps, and componentWillUpdate with async-safe lifecycles in advance of React 16.4 deprecation warnings. Use react-lifecycles-compat to ensure backwards compatibility.
FYI @TrySound, I'm picking this up for the weekend. Do you have any major structural changes in progress? And if not, could you hold off until I'm done with this upgrade?
Uh oh!
There was an error while loading. Please reload this page.
Replace
componentWillMount
,componentWillReceiveProps
, andcomponentWillUpdate
with async-safe lifecycles in advance of React 16.4 deprecation warnings. Use react-lifecycles-compat to ensure backwards compatibility.Relates to reactjs/rfcs/pull/6
In-progress documentation available at reactjs/react.dev/pull/587 and reactjs/react.dev/pull/596
RFC at https://github.com/reactjs/rfcs/blob/master/text/0006-static-lifecycle-methods.md
The text was updated successfully, but these errors were encountered: