Closed flash1293 closed 3 years ago
Actually componentDidUpdate
is a bit different from componentWillReceiveProps
.
Would be better to use new React API based on React version, e.g. getDerivedStateFromState
.
Thanks for this @flash1293 and sorry it never got merged.
Fixed by #177
This change removes the usage of all lifecycle methods which are deprecated in the latest react version