We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a053716 commit a9f8737Copy full SHA for a9f8737
packages/shared/forks/ReactFeatureFlags.native-oss.js
@@ -52,7 +52,6 @@ export const enableCacheElement = __NEXT_RN_MAJOR__;
52
export const enableTaint = __NEXT_RN_MAJOR__;
53
export const enableUnifiedSyncLane = __NEXT_RN_MAJOR__;
54
export const enableFizzExternalRuntime = __NEXT_RN_MAJOR__; // DOM-only
55
-export const disableJavaScriptURLs = __NEXT_RN_MAJOR__; // DOM-only
56
export const enableBinaryFlight = __NEXT_RN_MAJOR__; // DOM-only
57
export const enableCustomElementPropertySupport = __NEXT_RN_MAJOR__; // DOM-only
58
export const enableServerComponentKeys = __NEXT_RN_MAJOR__;
0 commit comments