Skip to content

Commit 0c7f03f

Browse files
sebmarkbageeps1lon
andauthored
Update packages/react-server/src/ReactFizzServer.js
Typo Co-authored-by: Sebastian "Sebbie" Silbermann <[email protected]>
1 parent 662f9b5 commit 0c7f03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-server/src/ReactFizzServer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,7 @@ function replaySuspenseBoundary(
16701670

16711671
function finishSuspenseListRow(request: Request, row: SuspenseListRow): void {
16721672
// This row finished. Now we have to unblock all the next rows that were blocked on this.
1673-
// We do this in a loop to avoid stash overflow for very long lists that get unblocked.
1673+
// We do this in a loop to avoid stack overflow for very long lists that get unblocked.
16741674
let unblockedRow = row.next;
16751675
while (unblockedRow !== null) {
16761676
// Unblocking the boundaries will decrement the count of this row but we keep it above

0 commit comments

Comments
 (0)