Closed as not planned
Closed as not planned
Description
Describe the bug
Cross post from an issue in react:
facebook/react#33503
Your minimal, reproducible example
Steps to reproduce
- Open the app in a new tab (Example link for @tankstack/react-query)

- Open network tools and refresh the page
- Notice that the requests to dummyjson are made in parallel

- Visit the performance tab in chrome devtools and apply 20x slowdown

- Refresh the page
- Notice that the requests to dummyjson are made in sequence

Expected behavior
In a challenging performance situation, Suspense siblings initialize as a waterfall instead of concurrently.
How often does this bug happen?
None
Screenshots or Videos
No response
Platform
Mac on Chrome
Tanstack Query adapter
None
TanStack Query version
5.80.6
TypeScript version
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels