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 de05def commit 55a741dCopy full SHA for 55a741d
packages/react-reconciler/src/ReactFiberBeginWork.js
@@ -1438,7 +1438,7 @@ function updateSuspenseComponent(
1438
nextDidTimeout = true;
1439
workInProgress.effectTag &= ~DidCapture;
1440
} else {
1441
- // Attempting the main content the main content
+ // Attempting the main content
1442
if (current === null || current.memoizedState !== null) {
1443
// This is a new mount or this boundary is already showing a fallback state.
1444
// Mark this subtree context as having at least one invisible parent that could
0 commit comments