dillon1000/react
Commit
Browse files 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.
Changed paths1 file
First-parent comparisonpackages/react-reconciler/src/ReactFiberSuspenseContext.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…