Skip to content

Commit

Permalink
[Danger] Test danger
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Feb 12, 2018
1 parent a634e53 commit e360d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/ReactFeatureFlags.js
Expand Up @@ -11,7 +11,7 @@ import invariant from 'fbjs/lib/invariant';

// Exports ReactDOM.createRoot
export const enableCreateRoot = false;
export const enableUserTimingAPI = __DEV__;
export const enableUserTimingAPI = true;

// Mutating mode (React DOM, React ART, React Native):
export const enableMutatingReconciler = true;
Expand Down

0 comments on commit e360d67

Please sign in to comment.