Skip to content

Commit

Permalink
Fix path for SchedulerFeatureFlags (#20200)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Nov 9, 2020
1 parent 7a73d6a commit 13a62fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scheduler/src/forks/SchedulerFeatureFlags.www.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export const {
enableIsInputPending,
enableSchedulerDebugging,
enableProfiling: enableProfilingFeatureFlag,
} = require('packages/scheduler/src/SchedulerFeatureFlags');
} = require('SchedulerFeatureFlags');

export const enableProfiling = __PROFILE__ && enableProfilingFeatureFlag;

0 comments on commit 13a62fe

Please sign in to comment.