Solvedreact select Warnings: componentWillReceiveProps in strict mode, Legacy context API, findDOMNode is deprecated
✔️Accepted Answer
For anyone else going insane over this, you can disable those warnings (and other, actually helpful ones) by commenting out <React.StrictMode>
in index.js
. Just remember to uncomment it a few times a day to get the helpful warnings.
Update: Stop confused-face'ing me you monsters!
Other Answers:
@corysimmons I haven't finished the changes necessary to remove the UNSAFE
warnings in the fork.
I didn't make a PR for this project, because at the time, it had been several months since any PR had been merged and half a year since a new version had been released. I planned on creating a PR once I had finished all the changes necessary.
As long as this project is actually maintained, I'll make PRs here and hopefully archive my fork.
EDIT: I've made a PR: #4313.
React v17 has been released. Someone please fix this issue
The UNSAFE removal has been deferred to React 18.
@Methuselah96 Thank you, Hero!
This issue is a round-up of multiple past issues documenting the same bug. Feel free to check out the linked issues below for more information. This issue is the source of truth going forward to investigate the issue, report findings, and implement a bug fix.
Issue:
Issues:
#3751
#3720
#3915
#3745
#4068
#3703
If anyone would like to share any further information, please do so.