BREAKING CHANGE: Requires at least React version 16.3 - that version adds the new lifecycle method used to replace the unsafe one.
React 16.9 introduces warning logging for use of deprecated "unsafe" lifecycle methods. This package has one use of componentWillReceiveProps which is deprecated and so generates warnings for users. The instance uses the nextProps to take an action not related to the component state before render. That would be appropriate to replace with getsnapshotbeforeupdate
BREAKING CHANGE: Requires at least React version 16.3 - that version adds the new lifecycle method used to replace the unsafe one.
React 16.9 introduces warning logging for use of deprecated "unsafe" lifecycle methods. This package has one use of
componentWillReceiveProps
which is deprecated and so generates warnings for users. The instance uses the nextProps to take an action not related to the component state before render. That would be appropriate to replace withgetsnapshotbeforeupdate