dillon1000/react

Commit

Set hidden Offscreen to the shellBoundary regardless of previous state (#32844)

I think this was probably just copy-paste from the Suspense path.

It shouldn't matter what the previous state of an Offscreen boundary
was. What matters is that it's now hidden and therefore if it suspends,
we can just leave it as is without the tree becoming inconsistent.
Browse files
Changed paths1 file
First-parent comparison
M packages/react-reconciler/src/ReactFiberSuspenseContext.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…