Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add more schedulers
  • Loading branch information
rickyvetter committed Apr 4, 2019
commit 2ee8a65259d488cedab2d65bef56da22125aa3ac
1 change: 1 addition & 0 deletions packages/shared/forks/ReactFeatureFlags.new-scheduler.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ export const warnAboutDeprecatedSetNativeProps = false;
export const enableEventAPI = false;

export const enableNewScheduler = true;
export const enableJSXTransformAPI = false;
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export {
} from './ReactFeatureFlags.www';

export const enableNewScheduler = true;
export const enableJSXTransformAPI = true;

// Flow magic to verify the exports of this file match the original version.
// eslint-disable-next-line no-unused-vars
Expand Down