-
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: Legacy context API has been detected within a strict-mode tree. #3916
Comments
dupe from #3703 |
This solves JedWatson#3916, and partially addresses JedWatson#3703. From React 16.3 the old Context API was deprecated and it's rising warnings when runng in strict-mode.
This solves JedWatson#3916, and partially addresses JedWatson#3703. From React 16.3 the old Context API was deprecated and it's rising warnings when runng in strict-mode.
This solves JedWatson#3916, and partially addresses JedWatson#3703. From React 16.3 the old Context API was deprecated and it's rising warnings when runng in strict-mode.
This should be addressed by #3928 |
so is it fixed yet? |
It happens to me on 3.1.0 version (current). |
I'm getting this too |
Has this issue been resolved? getting the error on my side.. |
hello, I recently started receiving this warning, has anyone resolved this issue? thx in advance |
hello, I got this issue too. |
Fixed? |
I got it now, please fix this issue. |
Please refer to #3703. |
Warning: Legacy context API has been detected within a strict-mode tree.
The old API will be supported in all 16.x releases, but applications using it should migrate to the new version.
Please update the following components: MenuPlacer
The text was updated successfully, but these errors were encountered: