Uh oh!
There was an error while loading. Please reload this page.
[Flight] Allow overriding request.timeOrigin via options.startTime - #35598
Merged
Conversation
lubieowoceforce-pushed
the
preserve-old-io-info
branch
4 times, most recently
from
January 22, 2026 15:43
4bdc1b0 to
7367c43Comparelubieowoceforce-pushed
the
preserve-old-io-info
branch
from
January 29, 2026 18:08
ed52431 to
fd12cdeComparelubieowoce
marked this pull request as ready for review
January 29, 2026 18:16
lubieowoceforce-pushed
the
preserve-old-io-info
branch
8 times, most recently
from
January 30, 2026 00:59
bfa9c36 to
69f8ea8Comparelubieowoceforce-pushed
the
preserve-old-io-info
branch
3 times, most recently
from
February 2, 2026 17:15
0375bee to
19ea0a5Comparerequest.timeOriginrequest.timeOrigin via options.startTimelubieowoceforce-pushed
the
preserve-old-io-info
branch
from
February 2, 2026 17:23
19ea0a5 to
07e700cComparelubieowoce
commented
Feb 2, 2026
| ' in ' + | ||
| name + | ||
| (/\d/.test(m) | ||
| (/:\d+:\d+/.test(m) |
ContributorAuthor
There was a problem hiding this comment.
drive-by fix. detecting only numbers would make Component1 look like a source location.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
lubieowoceforce-pushed
the
preserve-old-io-info
branch
from
February 3, 2026 13:31
8b7fa18 to
2ce72e7Compareunstubbable
approved these changes
Feb 3, 2026
Uh oh!
There was an error while loading. Please reload this page.
lubieowoceforce-pushed
the
preserve-old-io-info
branch
from
February 3, 2026 14:21
2ce72e7 to
ddea9a9CompareUh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently, IO that finished before the request started is not considered IO:
https://github.com/facebook/react/blob/6a0ab4d2dd62dfdf8881ba1c3443c6d5acedc871/packages/react-server/src/ReactFlightServer.js#L5338-L5343
This leads to loss of debug info when a flight stream is deserialized and serialized again.
We can solve this by allowing "when the the request started" to be set to a point in the past, when the original stream started by doing