Skip to content

Commit eb40f0d

Browse files
rickhanloniikoto
authored andcommitted
Fix path for SchedulerFeatureFlags (facebook#20200)
1 parent c406160 commit eb40f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scheduler/src/forks/SchedulerFeatureFlags.www.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export const {
1010
enableIsInputPending,
1111
enableSchedulerDebugging,
1212
enableProfiling: enableProfilingFeatureFlag,
13-
} = require('packages/scheduler/src/SchedulerFeatureFlags');
13+
} = require('SchedulerFeatureFlags');
1414

1515
export const enableProfiling = __PROFILE__ && enableProfilingFeatureFlag;

0 commit comments

Comments
 (0)