Skip to content

Commit

Permalink
replace-fork
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Nov 8, 2021
1 parent 89b38a4 commit 0e491e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-reconciler/src/ReactFiberThrow.old.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0e491e3

Please sign in to comment.