Skip to content

Commit

Permalink
[Fiber] Call life-cycles with a react-stack-bottom-frame stack frame (#…
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
sebmarkbage committed Jul 23, 2024
1 parent 8f1a56e commit b7c63f3
Show file tree
Hide file tree
Showing 14 changed files with 1,319 additions and 1,178 deletions.
2 changes: 1 addition & 1 deletion compiled-rn/VERSION_NATIVE_FB
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.0.0-native-fb-9cc0f6e6-20240723
19.0.0-native-fb-da4abf00-20240723

Large diffs are not rendered by default.

Loading

0 comments on commit b7c63f3

Please sign in to comment.