Skip to content

Commit a6a71e6

Browse files
sebmarkbageeps1lon
andauthored
Typo
Co-authored-by: Sebastian "Sebbie" Silbermann <[email protected]>
1 parent 7d4ec85 commit a6a71e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-server/src/ReactFlightServer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1880,7 +1880,7 @@ function visitAsyncNode(
18801880
if (filterStackTrace(request, node.stack, 1).length === 0) {
18811881
// Typically we assume that the outer most Promise that was awaited in user space has the
18821882
// most actionable stack trace for the start of the operation. However, if this Promise
1883-
// Promise was created inside only third party code, then try to use the inner node instead.
1883+
// was created inside only third party code, then try to use the inner node instead.
18841884
// This could happen if you pass a first party Promise into a third party to be awaited there.
18851885
if (ioNode.end < 0) {
18861886
// If we haven't defined an end time, use the resolve of the outer Promise.

0 commit comments

Comments
 (0)