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 23, 2022. It is now read-only.
React v.17 + doesnt support methods componentWillMount and componentWillReceiveProps. Please, replace them with UNSAFE_componentWillReceiveProps and UNSAFE_componentWillMount
The Problem
React v.17 + doesnt support methods componentWillMount and componentWillReceiveProps. Please, replace them with UNSAFE_componentWillReceiveProps and UNSAFE_componentWillMount
Steps to Reproduce
Expected Behavior
Actual Behavior
Reproducible Code Example
(please fork from this CodePen template or this CodeSandbox template)
The text was updated successfully, but these errors were encountered: