-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Bug with QueryCache class #1026
Comments
Are you able to update to the latest version? |
This seems to also break the examples in the docs, for example https://react-query.tanstack.com/docs/examples/optimistic-updates |
The regular examples are working https://react-query.tanstack.com/docs/examples/simple but the next.js examples seem to cache a previous version. Any idea on how to update them @tannerlinsley ? |
Examples are working again! |
Hm. The optimistic-updates is giving "Reloading too fast" when embedded, but works when opening in codesandbox. But surely a different issue now than this one. |
Please open a new issue for that one with a codesandbox that replicates the issue. |
The text was updated successfully, but these errors were encountered: