Bug: suspense fallback flickers with nested suspended components #32796
Labels
Resolution: Needs More Information
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
Suspense fallback flicker multiple times with nested suspended children, even after they have already resolved all promises.
Wrapping children in their own
Suspense
boundary doesn't stop parent fallback from flickering, implying a boundary leak.This issue started happening from
v19.1.0
. Onv19.0.0
, the fallback is only shown once as expected.I'm currently working on a minimal reproduction. Here's what it looks like in one of my application:
Screen.Recording.2025-04-01.at.2.38.41.PM.mov
The text was updated successfully, but these errors were encountered: