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 55a741d commit 1f52c96Copy full SHA for 1f52c96
packages/react-reconciler/src/ReactFiberBeginWork.js
@@ -1425,7 +1425,7 @@ function updateSuspenseComponent(
1425
)
1426
) {
1427
// This either already captured or is a new mount that was forced into its fallback
1428
- // state by a parernt.
+ // state by a parent.
1429
const attemptedState: SuspenseState | null = workInProgress.memoizedState;
1430
// Something in this boundary's subtree already suspended. Switch to
1431
// rendering the fallback children.
0 commit comments