react-image-fallback icon indicating copy to clipboard operation
react-image-fallback copied to clipboard

Update Deprecated Lifecycle Methods

Open martinfoakes opened this issue 3 years ago • 0 comments

Changes:

  • Deprecated componentWillReceiveProps() lifecycle method changed to supported componentDidUpdate() method

Docs:

https://reactjs.org/docs/react-component.html#unsafe_componentwillreceiveprops

https://reactjs.org/docs/react-component.html#componentdidupdate

martinfoakes avatar May 04 '21 10:05 martinfoakes