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 Sep 10, 2022. It is now read-only.
I have an error when using HOC's wrapped in a new StrictMode component which tells me I have Unsafe lifecycle methods and it says it's componentWillReceiveProps.
So, this is just a warning about deprecated (unsafe) new lifecycle methods from React 16.3 version.
I guess this warning caused by withStateHandlers HOC in my case, but a lot of HOC's which used as observable stream also use componentWillReceiveProps method.
The text was updated successfully, but these errors were encountered:
Hi!
I have an error when using HOC's wrapped in a new StrictMode component which tells me I have
Unsafe lifecycle methods
and it says it'scomponentWillReceiveProps
.So, this is just a warning about deprecated (unsafe) new lifecycle methods from React 16.3 version.
I guess this warning caused by
withStateHandlers
HOC in my case, but a lot of HOC's which used as observable stream also usecomponentWillReceiveProps
method.The text was updated successfully, but these errors were encountered: