Commit b415837 1 parent 98c9e9c commit b415837 Copy full SHA for b415837
File tree 1 file changed +2
-2
lines changed
packages/react-reconciler/src
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1425,7 +1425,7 @@ function updateSuspenseComponent(
1425
1425
)
1426
1426
) {
1427
1427
// This either already captured or is a new mount that was forced into its fallback
1428
- // state by a parernt .
1428
+ // state by a parent .
1429
1429
const attemptedState : SuspenseState | null = workInProgress . memoizedState ;
1430
1430
// Something in this boundary's subtree already suspended. Switch to
1431
1431
// rendering the fallback children.
@@ -1438,7 +1438,7 @@ function updateSuspenseComponent(
1438
1438
nextDidTimeout = true ;
1439
1439
workInProgress . effectTag &= ~ DidCapture ;
1440
1440
} else {
1441
- // Attempting the main content the main content
1441
+ // Attempting the main content
1442
1442
if ( current === null || current . memoizedState !== null ) {
1443
1443
// This is a new mount or this boundary is already showing a fallback state.
1444
1444
// Mark this subtree context as having at least one invisible parent that could
You can’t perform that action at this time.
0 commit comments