Skip to content

Commit affb2b5

Browse files
committed
Enable hooks in www test renderer, too
1 parent 0a0f503 commit affb2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/forks/ReactFeatureFlags.test-renderer.www.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import typeof * as PersistentFeatureFlagsType from './ReactFeatureFlags.persiste
1515
export const debugRenderPhaseSideEffects = false;
1616
export const debugRenderPhaseSideEffectsForStrictMode = false;
1717
export const enableUserTimingAPI = __DEV__;
18-
export const enableHooks = false;
18+
export const enableHooks = true;
1919
export const warnAboutDeprecatedLifecycles = false;
2020
export const replayFailedUnitOfWorkWithInvokeGuardedCallback = false;
2121
export const enableProfilerTimer = false;

0 commit comments

Comments
 (0)