We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da4d94 commit ae40665Copy full SHA for ae40665
packages/react-reconciler/src/ReactFiberThrow.new.js
@@ -459,6 +459,7 @@ function throwException(
459
// Schedule the nearest Suspense to re-render the timed out view.
460
const suspenseBoundary = getNearestSuspenseBoundaryToCapture(returnFiber);
461
if (suspenseBoundary !== null) {
462
+ suspenseBoundary.flags &= ~ForceClientRender;
463
markSuspenseBoundaryShouldCapture(
464
suspenseBoundary,
465
returnFiber,
0 commit comments