Skip to content

Commit

Permalink
Wire up debugInfo from elements/arrays/lazy/thenables to fibers
Browse files Browse the repository at this point in the history
Merge any debug info we got from intermediate objects until we create or
update a fiber that can hold it.
  • Loading branch information
sebmarkbage committed Feb 12, 2024
1 parent ce46784 commit 6922f83
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 22 deletions.
1 change: 0 additions & 1 deletion packages/react-client/src/ReactFlightClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import type {
ReactDebugInfo,
ReactComponentInfo,
ReactAsyncInfo,
ReactConsoleInfo,
} from 'shared/ReactTypes';
import type {LazyComponent} from 'react/src/ReactLazy';

Expand Down
Loading

0 comments on commit 6922f83

Please sign in to comment.