Skip to content

Commit

Permalink
Fix InspectorFlags debug default and clean up unused Buck setting
Browse files Browse the repository at this point in the history
Summary:
Following D67857739, fixes clowny change where removal of `ReactNativeFeatureFlags` flag read was not replaced with `true`. This temporarily disabled Fusebox on `main`, where not configured via other build flags.

{F1974195736} 

Changelog: [Internal]

Differential Revision: D67857739
  • Loading branch information
huntie authored and facebook-github-bot committed Jan 6, 2025
1 parent 7a85b91 commit fd0cc2d
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 fd0cc2d

Please sign in to comment.