Skip to content

Commit

Permalink
Fix InspectorFlags debug default, clean up legacy Buck opt in (facebo…
Browse files Browse the repository at this point in the history
…ok#48504)

Summary:
Pull Request resolved: facebook#48504

Following D67857739, fixes accidental change where the removed `ReactNativeFeatureFlags` flag read was not replaced with `true`. This temporarily disabled Fusebox on `main`, where not configured via other build flags.

{F1974195736}

Changelog: [Internal]

Reviewed By: robhogan

Differential Revision: D67857739

fbshipit-source-id: 2a6fb2e6733035245e7ad959c7d3c650a9fde994
  • Loading branch information
huntie authored and facebook-github-bot committed Jan 6, 2025
1 parent b477cfa commit eee2866
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ const InspectorFlags::Values& InspectorFlags::loadFlagsAndAssertUnchanged()
true,
#elif defined(REACT_NATIVE_FORCE_DISABLE_FUSEBOX)
false,
#elif defined(HERMES_ENABLE_DEBUGGER) && \
defined(REACT_NATIVE_ENABLE_FUSEBOX_DEBUG)
#elif defined(HERMES_ENABLE_DEBUGGER)
true,
#elif defined(REACT_NATIVE_ENABLE_FUSEBOX_RELEASE)
true,
Expand Down

0 comments on commit eee2866

Please sign in to comment.