-
Notifications
You must be signed in to change notification settings - Fork 49.3k
Closed
Labels
Status: UnconfirmedA potential issue that we haven't yet confirmed as a bugA potential issue that we haven't yet confirmed as a bug
Description
React version: 18
Steps To Reproduce
- Create a component tree which contains nested
<Suspense>
boundaries - Reveal this component tree using
useTransition
Link to code example: https://codesandbox.io/s/inspiring-wind-1bedy7
The current behavior
useTransition waits for the first Suspense boundary to be ready and then reveals showing the nested Suspense boundary still in its fallback state.
The expected behavior
useTransition should wait for the entire tree to be ready before revealing
Thanks React team for the great work by the way!
Metadata
Metadata
Assignees
Labels
Status: UnconfirmedA potential issue that we haven't yet confirmed as a bugA potential issue that we haven't yet confirmed as a bug