-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Drop React < 16.3 support #1094
Comments
@sapegin can I take it? |
@rafaesc YES! That would be awesome! ❤️ |
@sapegin Perfect! |
I was trying to integrate the new context API and in the project works perfect, how I expected, the tests failed, because, I have to change the integration in the tests providing the new context. But there is an error in dive function of enzyme, when it tries to find the components children. I found this issue, that it relates If it fixes, tests could pass I am working with |
Thank for investigation! |
Done in 10.0.0! |
This will allows us to use the new context API and other new features.
This will be a breaking change, please make a branch based on the
next
branch.The text was updated successfully, but these errors were encountered: