dillon1000/react

Commit

[Fizz] Implement debugInfo (#30174)

Stacked on #30170.

This lets us track Server Component parent stacks in Fizz which also
lets us track the correct owner stack for lazy.

In Fiber we're careful not to make any DEV only fibers but since the
ReactFizzComponentStack data structures just exist for debug meta data
anyway we can just expand on that.
Browse files
Changed paths4 files
First-parent comparison
M packages/react-html/src/__tests__/ReactHTMLServer-test.js ModifiedM packages/react-reconciler/src/ReactFiberComponentStack.js ModifiedM packages/react-server/src/ReactFizzComponentStack.js ModifiedM packages/react-server/src/ReactFizzServer.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…