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
cWM, cWRP, and cWU shouldn't be used in our codebase.
Unfortunately, eslint-plugin-react doesn't have a rule for disabling particular methods (see discussion). So I'll need to check it manually. I'll also investigate how we could utilize StrictMode to detect violations.
Who to contact
Me
The text was updated successfully, but these errors were encountered:
Work summary
https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html
We need to add
react-lifecycles-compat
dependency to use newstatic getDerivedStateToProps
methodAcceptance criteria
cWM
,cWRP
, andcWU
shouldn't be used in our codebase.Unfortunately,
eslint-plugin-react
doesn't have a rule for disabling particular methods (see discussion). So I'll need to check it manually. I'll also investigate how we could utilizeStrictMode
to detect violations.Who to contact
Me
The text was updated successfully, but these errors were encountered: