-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[Context Api] React 16.6.0 #13465
Comments
@jamalsoueidan Thank you for the feedback. I'm closing for #13394. |
@oliviertassinari aren't those 2 separate issues? @jamalsoueidan is having same issue i get, and it is related to using new context property |
@AlekzZz I haven't realized it's breaking everything. Ok, we have been buying some time (multiple months) but not updating the old context API usage. It's time! |
@AlekzZz correct 👍 |
Is it fixed @oliviertassinari so I can upgrade material ui :) ? |
Close? |
@jamalsoueidan This should still be an issue since |
We should have been taken care of all the usages of the old react context usage! ✨ @eps1lon 👏 |
I think this originated in So this was actually resolved once people updated their dependencies after |
I'm getting this warning when I upgraded to the latest react version.
WithStyles(xxx) declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.
This is related to the new context API.
The text was updated successfully, but these errors were encountered: