react-dock icon indicating copy to clipboard operation
react-dock copied to clipboard

componentWillReceiveProps with react 16.9.0

Open GuillaumeCisco opened this issue 6 years ago • 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

GuillaumeCisco avatar Sep 19 '19 16:09 GuillaumeCisco

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

AlejandroSilva avatar Feb 13 '20 20:02 AlejandroSilva

Is there any chance this repository will be updated?

GuillaumeCisco avatar Mar 03 '20 13:03 GuillaumeCisco

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 avatar Mar 03 '20 14:03 alexkuz

@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!

Methuselah96 avatar Aug 07 '20 22:08 Methuselah96