Target Branch
0.79
Link to commit or PR to be picked
react/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.
Target Branch
0.79
Link to commit or PR to be picked
react/react-native#52884
Description
@react-native/codegenuses@babel/parserand@babel/corebut does not declare dependency on them. Depending on how packages are hoisted (and especially in pnpm setups), this causes crashes during codegen.