We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6b508 commit c7a2dceCopy full SHA for c7a2dce
packages/shared/forks/ReactFeatureFlags.www.js
@@ -16,7 +16,6 @@ export const {
16
debugRenderPhaseSideEffectsForStrictMode,
17
replayFailedUnitOfWorkWithInvokeGuardedCallback,
18
warnAboutDeprecatedLifecycles,
19
- disableJavaScriptURLs,
20
disableYielding,
21
disableInputAttributeSyncing,
22
warnAboutShorthandPropertyCollision,
@@ -39,6 +38,8 @@ export const enableStableConcurrentModeAPIs = false;
39
38
40
export const enableSuspenseServerRenderer = true;
41
+export const disableJavaScriptURLs = true;
42
+
43
// I've chosen to make this a static flag instead of a dynamic flag controlled
44
// by a GK so that it doesn't increase bundle size. It should still be easy
45
// to rollback by reverting the commit that turns this on.
0 commit comments