mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
In #35019, we excluded debug I/O info from being considered for enhancing the owner stack if it resolved after the defined `endTime` option that can be passed to the Flight client. However, we should include any I/O that was awaited before that end time, even if it resolved later.