Skip to content

Commit

Permalink
Enable hooks in fabric (#14301)
Browse files Browse the repository at this point in the history
because hooks are awesome.
  • Loading branch information
sahrens authored and sebmarkbage committed Dec 5, 2018
1 parent 1dc108e commit 39489e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import typeof * as FabricFeatureFlagsType from './ReactFeatureFlags.native-fabri
export const debugRenderPhaseSideEffects = false;
export const debugRenderPhaseSideEffectsForStrictMode = false;
export const enableUserTimingAPI = __DEV__;
export const enableHooks = false;
export const enableHooks = true;
export const warnAboutDeprecatedLifecycles = false;
export const replayFailedUnitOfWorkWithInvokeGuardedCallback = __DEV__;
export const enableProfilerTimer = __PROFILE__;
Expand Down

0 comments on commit 39489e7

Please sign in to comment.