### Describe the bug Cross post from an issue in react: https://github.com/facebook/react/issues/33503 ### Your minimal, reproducible example [codesandbox.io](https://codesandbox.io/p/sandbox/magical-star-m4mh8w) ### Steps to reproduce 1. Open the app in a new tab ([Example link for @tankstack/react-query](https://m4mh8w.csb.app/)) <img width="500" alt="Image" src="https://github.com/user-attachments/assets/806fd4c7-cd2b-4483-ae18-c57b6c3e3e19" /> 2. Open network tools and refresh the page 3. Notice that the requests to dummyjson are made **in parallel** <img width="500" alt="Image" src="https://github.com/user-attachments/assets/50909f37-b1a3-4d98-8aa0-12004d0f00fa" /> 4. Visit the performance tab in chrome devtools and apply 20x slowdown <img width="500" alt="Image" src="https://github.com/user-attachments/assets/774e21d7-8339-4331-9389-1412c62106cf" /> 5. Refresh the page 6. Notice that the requests to dummyjson are made **in sequence** <img width="500" alt="Image" src="https://github.com/user-attachments/assets/bebff552-cde7-4a4e-8318-434c4b5bd9b5" /> ### 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_