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 Apr 3, 2023. It is now read-only.
I get this warning since I upgraded React to v17 :
Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended
and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
* Move data fetching code or side effects to componentDidUpdate.
* If you're updating state whenever props change, refactor your code to use memoization techniques
* or move it to static getDerivedStateFromProps. Learn more at: https://reactjs.org/link/derived-state
Please update the following components: Month
Hello
I get this warning since I upgraded React to v17 :
Here is the code to reproduce it :
https://codesandbox.io/s/bug-yearly-izs2q
Is there any plan to remove this warning ?
The text was updated successfully, but these errors were encountered: