Skip to content

Commit

Permalink
Enable hooks in www test renderer, too
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite committed Nov 6, 2018
1 parent 0a0f503 commit affb2b5
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 PersistentFeatureFlagsType from './ReactFeatureFlags.persiste
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 = false;
export const enableProfilerTimer = false;
Expand Down

0 comments on commit affb2b5

Please sign in to comment.