-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
childContextTypes cannot be defined on a functional component. #1259
Comments
Looks like I simply needed to move from |
I'm seeing this. Is RootContainer no longer supported? If it is this ticket should be re-opened. |
My understanding is that they are slowly transitioning to Relay.Renderer : The APIs are similar, it was quite easy to move from Relay.RootContainer to Relay.Renderer. |
I also got bit by this. Is there any way to know about these breaking changes beforehand? Where do they get announced? |
You might want to read the release notes : https://github.com/facebook/relay/releases This particular change was introduced in v0.8.0 : https://github.com/facebook/relay/releases/tag/v0.8.0 This doesn't really qualify as a breaking change since it's just a warning and the old API still works. |
Yup, this wasn't a breaking change. |
I'm upgrading a React Native app, now whenever a render happens I'm seeing this in the logcat :
I assume the warning is related to this : facebook/react#6933
Is anybody else seeing those ?
The text was updated successfully, but these errors were encountered: