We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d4ec85 commit a6a71e6Copy full SHA for a6a71e6
1 file changed
packages/react-server/src/ReactFlightServer.js
@@ -1880,7 +1880,7 @@ function visitAsyncNode(
1880
if (filterStackTrace(request, node.stack, 1).length === 0) {
1881
// Typically we assume that the outer most Promise that was awaited in user space has the
1882
// 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.
+ // was created inside only third party code, then try to use the inner node instead.
1884
// This could happen if you pass a first party Promise into a third party to be awaited there.
1885
if (ioNode.end < 0) {
1886
// If we haven't defined an end time, use the resolve of the outer Promise.
0 commit comments