File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ export const deferRenderPhaseUpdateToNextBatch = !__VARIANT__;
41
41
42
42
// These are already tested in both modes using the build type dimension,
43
43
// so we don't need to use __VARIANT__ to get extra coverage.
44
- export const debugRenderPhaseSideEffectsForStrictMode = __DEV__ ;
45
44
export const replayFailedUnitOfWorkWithInvokeGuardedCallback = __DEV__ ;
46
45
47
46
// TODO: These flags are hard-coded to the default values used in open source.
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import typeof * as DynamicFeatureFlags from './ReactFeatureFlags.www-dynamic';
15
15
const dynamicFeatureFlags : DynamicFeatureFlags = require ( 'ReactFeatureFlags' ) ;
16
16
17
17
export const {
18
- debugRenderPhaseSideEffectsForStrictMode,
19
18
disableInputAttributeSyncing,
20
19
enableTrustedTypesIntegration,
21
20
disableSchedulerTimeoutBasedOnReactExpirationTime,
@@ -40,6 +39,7 @@ export const {
40
39
// On WWW, __EXPERIMENTAL__ is used for a new modern build.
41
40
// It's not used anywhere in production yet.
42
41
42
+ export const debugRenderPhaseSideEffectsForStrictMode = __DEV__ ;
43
43
export const enableProfilerTimer = __PROFILE__ ;
44
44
export const enableProfilerCommitHooks = __PROFILE__ ;
45
45
export const enableProfilerNestedUpdatePhase = __PROFILE__ ;
You can’t perform that action at this time.
0 commit comments