You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Tanstack Query demo page isn't working properly.
react-dom_client.js?v=3f2923b1:2933 Uncaught Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
Your Example Website or App
pnpx create-tsrouter-app@latest --add-ons
Steps to Reproduce the Bug or Issue
Create a new App with Tanstack Query through this command line: pnpx create-tsrouter-app@latest --add-ons
Expected behavior
Shouldn't run into errors
Screenshots or Videos
No response
Platform
OS: macOs
Browser: Chrome
Version: 134
Additional context
No response
The text was updated successfully, but these errors were encountered:
Which project does this relate to?
Create Tanstack App
Describe the bug
Hello,
the Tanstack Query demo page isn't working properly.
react-dom_client.js?v=3f2923b1:2933 Uncaught Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
Your Example Website or App
pnpx create-tsrouter-app@latest --add-ons
Steps to Reproduce the Bug or Issue
Create a new App with Tanstack Query through this command line:
pnpx create-tsrouter-app@latest --add-ons
Expected behavior
Shouldn't run into errors
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: