react icon indicating copy to clipboard operation
react copied to clipboard

[React 19] Fiber is missing a debug information

Open scirill opened this issue 1 month ago • 1 comments

Summary

In React 18, Fiber exposed _debugSource

updateQueue null

In React 19 (19.0.0-rc-915b914b3a-20240515) this was changed to _debugInfo but the value is alway null

updateQueue null

scirill avatar May 16 '24 04:05 scirill