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 89b38a4 commit 0e491e3Copy full SHA for 0e491e3
packages/react-reconciler/src/ReactFiberThrow.old.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