File tree 1 file changed +0
-6
lines changed
packages/react/src/__tests__
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,13 @@ function loadModules({
19
19
enableProfilerTimer = true ,
20
20
enableProfilerCommitHooks = true ,
21
21
enableProfilerNestedUpdatePhase = true ,
22
- enableProfilerNestedUpdateScheduledHook = false ,
23
- replayFailedUnitOfWorkWithInvokeGuardedCallback = false ,
24
22
} = { } ) {
25
23
ReactFeatureFlags = require ( 'shared/ReactFeatureFlags' ) ;
26
24
27
25
ReactFeatureFlags . enableProfilerTimer = enableProfilerTimer ;
28
26
ReactFeatureFlags . enableProfilerCommitHooks = enableProfilerCommitHooks ;
29
27
ReactFeatureFlags . enableProfilerNestedUpdatePhase =
30
28
enableProfilerNestedUpdatePhase ;
31
- ReactFeatureFlags . enableProfilerNestedUpdateScheduledHook =
32
- enableProfilerNestedUpdateScheduledHook ;
33
- ReactFeatureFlags . replayFailedUnitOfWorkWithInvokeGuardedCallback =
34
- replayFailedUnitOfWorkWithInvokeGuardedCallback ;
35
29
36
30
React = require ( 'react' ) ;
37
31
ReactDOMClient = require ( 'react-dom/client' ) ;
You can’t perform that action at this time.
0 commit comments