-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning : componentWillReceiveProps has been renamed, and is not recommended for use. #3745
Comments
the same warning message is happening for jest as well. `console.warn node_modules/react-dom/cjs/react-dom.development.js:11494
` package.json {
"react": "^16.8.6"
"jest": "^24.8.0",
"react-select": "^3.0.4",
} |
Check #3720 |
Still getting warning messages as of 3.0.8. This will prevent the new react concurrent mode (not released yet) from working. To reproduce, wrap your app in
|
Same for me, wrapping it in StrictMode it is filled with warning. |
+1 |
See also:
|
Hi all, Thank you to everyone who has provided information above. As you may be aware, this bug has been reported multiple times as per issue #4094. On behalf of the maintainers I apologise it's taken awhile to get to this. A new master issue #4094 has since been created to help keep track of this bug going forward. This new issue will exist as the source of truth going forward to investigate the issue, report findings, and implement a bug fix. We'll take into account all the details above while investigating. If you feel this issue has been wrongly closed as it isn't related to the new master issue #4094, please let us know and we'll take another look. Again, thank you. |
Hi,
I am getting this warning in console. I have installed the latest version
^3.0.4
of react-select along with^3.0.4
of@types/react-select
. The warning says that -Please update the following components: AutosizeInput, Select
. I tried looking for componentWillReceiveProps method in the repo, but I couldn't find any file using it. Why am I getting this warning?The text was updated successfully, but these errors were encountered: