A framework for building native applications using React
fix: rename bottom stack frame (#33680) (#52400)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52400 `react-stack-bottom-frame` -> `react_stack_bottom_frame`. This survives `babel/plugin-transform-function-name`, but now frames will be displayed as `at Object.react_stack_bottom_frame (...)` in V8. Checks that were relying on exact function name match were updated to use either `.indexOf()` or `.includes()` For backwards compatibility, both React DevTools and Flight Client will look for both options. I am not so sure about the latter and if React version is locked. DiffTrain build for [91d097b2c588a0977a7a10ed12512dc8a34e3a5b](https://github.com/facebook/react/commit/91d097b2c588a0977a7a10ed12512dc8a34e3a5b) Reviewed By: jackpope Differential Revision: D77601866 fbshipit-source-id: 24ed8713af4bebbaeb7a612333cd79c51b696565
R
Ruslan Lesiutin committed
3561791ff82df1a44b5906f1dd2b6ff823bb9f34
Parent: 85d10ed
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
on 7/3/2025, 6:38:05 PM