-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fix preload SSR API for React v16.6 #11
Labels
bug
Something isn't working
Comments
RyanWooldridge
added a commit
to RyanWooldridge/React-graphql
that referenced
this issue
Aug 21, 2019
RyanWooldridge
added a commit
to RyanWooldridge/React-graphql
that referenced
this issue
Aug 21, 2019
denisp22
pushed a commit
to denisp22/graphql-react
that referenced
this issue
Jul 27, 2023
denisp22
pushed a commit
to denisp22/graphql-react
that referenced
this issue
Jul 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
React v16.6 has some breaking changes to the way the new context API works, causing errors and warnings when attempting to use the
preload
SSR API, such as:I suspect
react-apollo
will encounter issues too: apollographql/react-apollo#2530The text was updated successfully, but these errors were encountered: