alexkuz/react-dock

componentWillReceiveProps with react 16.9.0

Opened this issue · 4 comments

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

according to the docs, in the next major release (17.x) the componentWillReciveProps should be removed, making this component not usable in newer projects

Is there any chance this repository will be updated?

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!