react.dev icon indicating copy to clipboard operation
react.dev copied to clipboard

integrating-with-other-libraries.md uses deprecated method `componentWillReceiveProps`.

Open MelvinWM opened this issue 3 years ago • 0 comments
trafficstars

https://reactjs.org/docs/integrating-with-other-libraries.html / https://github.com/reactjs/reactjs.org/blob/main/content/docs/integrating-with-other-libraries.md uses the method componentWillReceiveProps in its examples. However, that method has been deprecated according to https://reactjs.org/docs/react-component.html#unsafe_componentwillreceiveprops .

MelvinWM avatar Jun 23 '22 16:06 MelvinWM