mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
cfb8945f51
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.