Skip to content

Commit 55a741d

Browse files
acdlitesebmarkbage
andauthored
Typo
Co-Authored-By: sebmarkbage <[email protected]>
1 parent de05def commit 55a741d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/ReactFiberBeginWork.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ function updateSuspenseComponent(
14381438
nextDidTimeout = true;
14391439
workInProgress.effectTag &= ~DidCapture;
14401440
} else {
1441-
// Attempting the main content the main content
1441+
// Attempting the main content
14421442
if (current === null || current.memoizedState !== null) {
14431443
// This is a new mount or this boundary is already showing a fallback state.
14441444
// Mark this subtree context as having at least one invisible parent that could

0 commit comments

Comments
 (0)