carbon-addons-ics
carbon-addons-ics copied to clipboard
[All] React deprecated some lifecycle methods
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