question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Detected multiple renderers concurrently rendering the same context provider

See original GitHub issue

Trying out the next-with-apollo resulted in warning about multiple renderers Is this expected? Also, is the library still maintained?

image
"next": "12.1.6",
 "next-with-apollo": "^5.3.0",

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:4
  • Comments:6

github_iconTop GitHub Comments

1reaction
imCorfitzcommented, Jul 10, 2022

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: https://github.com/facebook/react/issues/22796

0reactions
moshestcommented, Aug 9, 2022

There are some workarounds here, but I haven’t tried it yet: https://github.com/apollographql/apollo-client/issues/8365

Read more comments on GitHub >

github_iconTop Results From Across the Web

WARNING - Detected multiple renderers concurrently ... - GitHub
Warning: Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported.
Read more >
Richard Lindsey on Twitter: "@dan_abramov -- "Detected ...
-- "Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported." Is this a side-effect of having nested ...
Read more >
Warning after update - Material Design for Bootstrap
index.js:2178 Warning: Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported.
Read more >
React native Paper Provider and React Navigation ...
Warning: Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported. at AppContainer ...
Read more >
react-pixi-fiber/Lobby - Gitter
Uh oh, I think I reached the limits of React: react-dom.development.js:506 Warning: Detected multiple renderers concurrently rendering the same context provider ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found