Target Branch
0.79
Link to commit or PR to be picked
facebook/react-native#52884
Description
@react-native/codegen uses @babel/parser and @babel/core but does not declare dependency on them. Depending on how packages are hoisted (and especially in pnpm setups), this causes crashes during codegen.