mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
b7c63f31fb414f3d88156b58ed2a2a26917bda8a
Stacked on #30427. Most hooks and such are called inside renders which already have these on the stack but life-cycles that call out on them are useful to cut off too. Typically we don't create JSX in here so they wouldn't be part of owner stacks anyway but they can be apart of plain stacks such as the ones prefixes to console logs or printed by error dialogs. This lets us cut off any React internals below. This should really be possible using just ignore listing too ideally. At this point we should maybe just build a Babel plugin that lets us annotate a function to need to have this name. DiffTrain build for commit https://github.com/facebook/react/commit/da4abf0047cf6dc6d9bff505bd93815264c8c3b7.
react-fbsource-import
Description
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%