Skip to content

Commit a9f8737

Browse files
committed
Remove orphaned disableJavaScriptURLs reference
Fixes `yarn flow dom-node` on `main`:https://app.circleci.com/jobs/github/facebook/react/813807
1 parent a053716 commit a9f8737

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/shared/forks/ReactFeatureFlags.native-oss.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export const enableCacheElement = __NEXT_RN_MAJOR__;
5252
export const enableTaint = __NEXT_RN_MAJOR__;
5353
export const enableUnifiedSyncLane = __NEXT_RN_MAJOR__;
5454
export const enableFizzExternalRuntime = __NEXT_RN_MAJOR__; // DOM-only
55-
export const disableJavaScriptURLs = __NEXT_RN_MAJOR__; // DOM-only
5655
export const enableBinaryFlight = __NEXT_RN_MAJOR__; // DOM-only
5756
export const enableCustomElementPropertySupport = __NEXT_RN_MAJOR__; // DOM-only
5857
export const enableServerComponentKeys = __NEXT_RN_MAJOR__;

0 commit comments

Comments
 (0)