mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
33cc5224d413b5e0cfb83bee8a6c3b1f49ec00b0
`_debugSource` was removed in https://github.com/facebook/react/pull/28265. This PR migrates DevTools to define `source` for Fiber based on component stacks. This will be done lazily for inspected elements, once user clicks on the element in the tree. `DevToolsComponentStackFrame.js` was just copy-pasted from the implementation in `ReactComponentStackFrame`. Symbolication part is done in https://github.com/facebook/react/pull/28471 and stacked on this commit. DiffTrain build for commit https://github.com/facebook/react/commit/61bd00498d2a6e23885bac42f3aeb0e02cadb8eb.
react-fbsource-import
Description
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%