You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failing test case for deeply nested Suspense in Fallback
When a deep Suspense boundary is partially complete before a parent boundary resolves it can trigger a scenario that React thinks is a bug. This change implements a test case demonstrating this bug. It does not solve it
it('should not error when discarding deeply nested Suspense boundaries in a parent fallback partially complete before the parent boundary resolves',async()=>{
0 commit comments