Skip to content

Commit

Permalink
Fix default accessor for unstable_fuseboxEnabled (RNTester crash)
Browse files Browse the repository at this point in the history
Summary: Changelog: [Internal]

Reviewed By: cipolleschi

Differential Revision: D58527490

fbshipit-source-id: 7974189ab2f4d4e7f38199d5e824611634cd4d7b
  • Loading branch information
huntie authored and facebook-github-bot committed Jun 13, 2024
1 parent ece68f0 commit 1c6bf24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ - (BOOL)bridgelessEnabled

- (BOOL)unstable_fuseboxEnabled
{
return [self unstable_fuseboxEnabled];
return NO;
}

- (NSURL *)bundleURL
Expand Down

0 comments on commit 1c6bf24

Please sign in to comment.