Skip to content

Commit 6922f83

Browse files
committed
Wire up debugInfo from elements/arrays/lazy/thenables to fibers
Merge any debug info we got from intermediate objects until we create or update a fiber that can hold it.
1 parent ce46784 commit 6922f83

File tree

5 files changed

+198
-22
lines changed

5 files changed

+198
-22
lines changed

packages/react-client/src/ReactFlightClient.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import type {
1212
ReactDebugInfo,
1313
ReactComponentInfo,
1414
ReactAsyncInfo,
15-
ReactConsoleInfo,
1615
} from 'shared/ReactTypes';
1716
import type {LazyComponent} from 'react/src/ReactLazy';
1817

0 commit comments

Comments
 (0)