File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/react-reconciler/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1425,7 +1425,7 @@ function updateSuspenseComponent(
14251425 )
14261426 ) {
14271427 // 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 .
14291429 const attemptedState : SuspenseState | null = workInProgress . memoizedState ;
14301430 // Something in this boundary's subtree already suspended. Switch to
14311431 // rendering the fallback children.
@@ -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
You can’t perform that action at this time.
0 commit comments