-
Notifications
You must be signed in to change notification settings - Fork 79
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
Detected multiple renderers concurrently rendering the same context provider #183
Comments
having the same issue, did u find any solution? |
@nilu2039 Overall, I did not find any way to use apollo client with Next (or any other SSR solution) where we could still benefit from the features of the apollo |
@bohdanbirdie |
This seems to be due to the version of React. If running React 17.0.2, this error does not appear in the terminal, but after upgrading to React 18, I am experiencing same as OP. However, as it is only considered a "Warning" it shouldn't impact your application. For more information: facebook/react#22796 |
I think it's solvable if we use primary and secondary renders: facebook/react#19519 |
There are some workarounds here, but I haven't tried it yet: apollographql/apollo-client#8365 |
Trying out the
next-with-apollo
resulted in warning about multiple renderersIs this expected?
Also, is the library still maintained?
The text was updated successfully, but these errors were encountered: