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
A fast fix is to rename the functions UNSAFE_<lifecyclemethod>, a better, but more time consuming fix is to refactor the code to use deriveStateFromProps and componentDidX
The text was updated successfully, but these errors were encountered:
With the release of React 16.9, they added warnings for soon to be deprecated lifecycle methods. Reactochart leverages a couple of the methods and causes a lot of console warnings.
A fast fix is to rename the functions
UNSAFE_<lifecyclemethod>
, a better, but more time consuming fix is to refactor the code to usederiveStateFromProps
andcomponentDidX
The text was updated successfully, but these errors were encountered: