Skip to content

Bug: React 19 - Suspense Siblings Fall Back to Sequential Loading Under Load #9268

Closed as not planned
@dkempner

Description

@dkempner

Describe the bug

Cross post from an issue in react:
facebook/react#33503

Your minimal, reproducible example

codesandbox.io

Steps to reproduce

  1. Open the app in a new tab (Example link for @tankstack/react-query)
Image
  1. Open network tools and refresh the page
  2. Notice that the requests to dummyjson are made in parallel
Image
  1. Visit the performance tab in chrome devtools and apply 20x slowdown
Image
  1. Refresh the page
  2. Notice that the requests to dummyjson are made in sequence
Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions