From 0e491e3b836eaf22e3ec90ded72d4029d4f51d80 Mon Sep 17 00:00:00 2001 From: Marco Salazar Date: Mon, 8 Nov 2021 07:15:25 -0500 Subject: [PATCH] replace-fork --- packages/react-reconciler/src/ReactFiberThrow.old.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-reconciler/src/ReactFiberThrow.old.js b/packages/react-reconciler/src/ReactFiberThrow.old.js index 08a3a9731a3b8..8f6d18a48dea3 100644 --- a/packages/react-reconciler/src/ReactFiberThrow.old.js +++ b/packages/react-reconciler/src/ReactFiberThrow.old.js @@ -459,6 +459,7 @@ function throwException( // Schedule the nearest Suspense to re-render the timed out view. const suspenseBoundary = getNearestSuspenseBoundaryToCapture(returnFiber); if (suspenseBoundary !== null) { + suspenseBoundary.flags &= ~ForceClientRender; markSuspenseBoundaryShouldCapture( suspenseBoundary, returnFiber,