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
{{ message }}
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.
...is going to be more difficult than migrating to 16.3, since getDerivedStateFromProps is now invoked on each render(), making the whole props as seed for state pattern useless.
...is going to be more difficult than migrating to 16.3, since
getDerivedStateFromProps
is now invoked on each render(), making the wholeprops as seed for state
pattern useless.https://reactjs.org/blog/2018/05/23/react-v-16-4.html
The text was updated successfully, but these errors were encountered: