Skip to content

Commit b7c63f3

Browse files
committed
[Fiber] Call life-cycles with a react-stack-bottom-frame stack frame (#30429)
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 da4abf0.
1 parent 8f1a56e commit b7c63f3

File tree

14 files changed

+1319
-1178
lines changed

14 files changed

+1319
-1178
lines changed

compiled-rn/VERSION_NATIVE_FB

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.0.0-native-fb-9cc0f6e6-20240723
1+
19.0.0-native-fb-da4abf00-20240723

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-test-renderer/cjs/ReactTestRenderer-dev.js

Lines changed: 218 additions & 181 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)