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 18, 2020. It is now read-only.
according to the docs, in the next major release (17.x) the componentWillReciveProps should be removed, making this component not usable in newer projects
To be honest, I'd look for some alternatives - I haven't updated this repo for the long time and not really willing to support it further. Maybe I find a maintainer for it, not sure if it really worth it though.
@alexkuz Can we move this package to redux-devtools? It's used by redux-devtools-dock-monitor and needs a few updates (including this issue). I just need npm access (methuselah96). Thanks!
From react 16.9.0, there is now a warning when componentWillReceiveProps is used.
https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html
The text was updated successfully, but these errors were encountered: