Fix path for SchedulerFeatureFlags (#20200)

This commit is contained in:
Ricky
2020-11-09 11:22:59 -05:00
committed by GitHub
parent 7a73d6a0f9
commit 13a62feab8
@@ -10,6 +10,6 @@ export const {
enableIsInputPending,
enableSchedulerDebugging,
enableProfiling: enableProfilingFeatureFlag,
} = require('packages/scheduler/src/SchedulerFeatureFlags');
} = require('SchedulerFeatureFlags');
export const enableProfiling = __PROFILE__ && enableProfilingFeatureFlag;