File tree 2 files changed +1
-2
lines changed 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ export const replayFailedUnitOfWorkWithInvokeGuardedCallback = __DEV__;
52
52
// TODO: These flags are hard-coded to the default values used in open source.
53
53
// Update the tests so that they pass in either mode, then set these
54
54
// to __VARIANT__.
55
- export const enableTrustedTypesIntegration = false ;
56
55
export const disableSchedulerTimeoutBasedOnReactExpirationTime = false ;
57
56
export const disableNativeComponentFrames = false ;
58
57
// You probably *don't* want to add more hardcoded ones.
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ const dynamicFeatureFlags: DynamicFeatureFlags = require('ReactFeatureFlags');
16
16
17
17
export const {
18
18
disableInputAttributeSyncing,
19
- enableTrustedTypesIntegration,
20
19
disableSchedulerTimeoutBasedOnReactExpirationTime,
21
20
warnAboutSpreadingKeyToJSX,
22
21
replayFailedUnitOfWorkWithInvokeGuardedCallback,
@@ -56,6 +55,7 @@ export const enableUseMemoCacheHook = true;
56
55
export const enableUseEffectEventHook = true ;
57
56
export const enableHostSingletons = true ;
58
57
export const enableClientRenderFallbackOnTextMismatch = false ;
58
+ export const enableTrustedTypesIntegration = false ;
59
59
60
60
// Logs additional User Timing API marks for use with an experimental profiling tool.
61
61
export const enableSchedulingProfiler : boolean =
You can’t perform that action at this time.
0 commit comments