Skip to content

Commit

Permalink
Fix path for SchedulerFeatureFlags (facebook#20200)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii authored and koto committed Jun 15, 2021
1 parent c406160 commit eb40f0d
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 eb40f0d

Please sign in to comment.