question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

React 16.9 warning - componentWillReceiveProps

See original GitHub issue

Just an FYI… with react 16.9 I see the warning below. Seems componentWillReceiveProps is used in one place in the src (and a few places in tests).

react-dom.development.js:11494 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.

* Move data fetching code or side effects to componentDidUpdate.
* If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://fb.me/react-derived-state
* Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.

Please update the following components: BlockUi

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:10
  • Comments:16 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
seanonthenetcommented, Nov 18, 2020

Is there progress on this warning?

3reactions
robmcguinnesscommented, Sep 10, 2019

@wrogersTBS we would just be moving this to a mono repo https://github.com/Availity/availity-react that helps us manage a bunch of independent libraries. This move simply reduces are support cost and should not impact the usage of this library.

Read more comments on GitHub >

github_iconTop Results From Across the Web

componentWillReceiveProps warning in React 16.9.0 #30
Since React 16.9.0 this package will produce following warning into the console Warning: componentWillReceiveProps has been renamed, ...
Read more >
get warning "componentWillReceiveProps has been ...
This is a warning from react native. componentWillReceiveProps is a synchronous hook. Calling asynchronous function like data fetching ...
Read more >
Reactjs – componentWillReceiveProps has been renamed
react -dom.development.js:12466 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See for details.
Read more >
Warning: componentWillMount has been Renamed, and is ...
Starting in React version 16.3, the following component lifecycle methods are being phased out. componentWillMount; componentWillReceiveProps ...
Read more >
componentwillreceiveprops has been renamed stackoverflow
After updating react and react-dom to v 16.9.0, this warning appears: react-dom.development.js:11494 Warning: componentWillReceiveProps has been renamed, and is ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found