-
Notifications
You must be signed in to change notification settings - Fork 25.1k
fix(debugger-shell): add missing debug dependency
#55145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Job Summary for GradleTest All :: run_fantom_tests
|
cortinico
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review automatically exported from Phabricator review in Meta.
|
This pull request was successfully merged by @tido64 in 5c43ed2 When will my fix make it into a release? | How to file a pick request? |
|
Thank you for noticing and contributing this fix. |
Summary: Use of `debug` was added in #54978 but never declared. This causes `react-native config` to fail in pnpm setups. ## Changelog: [GENERAL] [FIXED] - Fixed missing dependency breaking `react-native config` in pnpm setups Pull Request resolved: #55145 Test Plan: `yarn` in `xplat/js` didn't change any files Reviewed By: cortinico Differential Revision: D90589051 Pulled By: vzaidman fbshipit-source-id: b53a46a9b034d385e64a72f85d29e63da02522d7
|
This pull request was successfully merged by @tido64 in 079151e When will my fix make it into a release? | How to file a pick request? |
Summary:
Use of
debugwas added in #54978 but never declared. This causesreact-native configto fail in pnpm setups.Changelog:
[GENERAL] [FIXED] - Fixed missing dependency breaking
react-native configin pnpm setupsTest Plan:
n/a