SIGN IN SIGN UP
facebook / react UNCLAIMED

The library for web and native user interfaces.

0 0 0 JavaScript

[Flight] Don't track Promise stack if there's no owner (#33734)

This is a compromise because there can be a lot of Promise instances
created. They're useful because they generally provide a better stack
when batching/pooled connections are used.

This restores stack collection for I/O nodes so we have something to
fallback on if there's no owner.

That way we can at least get a name or something out of I/O that was
spawned outside a render but mostly avoids collecting starting I/O
outside of render.
S
Sebastian Markbåge committed
a7a116577daf3b135c226ed9db8a8c2f9166c023
Parent: 777264b
Committed by GitHub <noreply@github.com> on 7/8/2025, 5:02:29 PM