Fix default accessor for unstable_fuseboxEnabled (RNTester crash)

Summary: Changelog: [Internal]

Reviewed By: cipolleschi

Differential Revision: D58527490

fbshipit-source-id: 7974189ab2f4d4e7f38199d5e824611634cd4d7b
This commit is contained in:
Alex Hunt
2024-06-13 08:28:23 -07:00
committed by Facebook GitHub Bot
parent ece68f0efd
commit 1c6bf24cfb
@@ -153,7 +153,7 @@
- (BOOL)unstable_fuseboxEnabled
{
return [self unstable_fuseboxEnabled];
return NO;
}
- (NSURL *)bundleURL