carbon-addons-ics icon indicating copy to clipboard operation
carbon-addons-ics copied to clipboard

[All] React deprecated some lifecycle methods

Open ZacharyStair opened this issue 6 years ago • 0 comments

componentWillUpdate() and componentWillReceiveProps() (and componentWillMount but I doubt that is being used) both are deprecated in the latest version of React and will be removed in React 17

https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path

There are ways to accomplish what those methods were meant to do but there isn't one magic bullet solution, just wanted to open an issue

ZacharyStair avatar Nov 30 '18 19:11 ZacharyStair