Skip to content

Commit

Permalink
Disable use in www
Browse files Browse the repository at this point in the history
  • Loading branch information
poteto committed Oct 21, 2022
1 parent 79c5829 commit dd102e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/forks/ReactFeatureFlags.www.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const enableSuspenseAvoidThisFallback = true;
export const enableSuspenseAvoidThisFallbackFizz = false;
export const enableCPUSuspense = true;
export const enableFloat = false;
export const enableUseHook = true;
export const enableUseHook = false;
export const enableUseMemoCacheHook = true;
export const enableUseEventHook = true;
export const enableHostSingletons = false;
Expand Down

0 comments on commit dd102e8

Please sign in to comment.