-
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
TanStack Devtools version
"@tanstack/react-devtools": "^0.9.4"
Framework/Library version
React v18.3.1
Describe the bug and the steps to reproduce it
We hit an intermittent local-dev issue where the browser became “dead”: navigation stopped working and all same-origin API requests showed Pending in DevTools.
First request to get stuck was a long-lived request named console-pipe. After that, most other requests to the same origin were stuck pending
The app works fine when deployed, so it's a dev-only issue.
What fixed it:
Disabling TanStack Devtools “server bus” connection stopped console-pipe from being created and immediately fixed the issue.
@tanstack/react-devtools with eventBusConfig: { connectToServerBus: true }
@tanstack/devtools-vite and tanstack/react-ai-devtools plugins enabled
Your Minimal, Reproducible Example - (Sandbox Highly Recommended)
I am not able to provide, sorry
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
None
Terms & Code of Conduct
- I agree to follow this project's Code of Conduct
- I understand that if my bug cannot be reliable reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels