Skip to content

Commit

Permalink
Enable experimental Cache API in www TestRenderer (#22554)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephsavona committed Oct 13, 2021
1 parent 7142d11 commit 61455a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/forks/ReactFeatureFlags.testing.www.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const enableUpdaterTracking = false;
export const enableSuspenseServerRenderer = true;
export const enableSelectiveHydration = true;
export const enableLazyElements = false;
export const enableCache = false;
export const enableCache = true;
export const disableJavaScriptURLs = true;
export const disableInputAttributeSyncing = false;
export const enableSchedulerDebugging = false;
Expand Down

0 comments on commit 61455a2

Please sign in to comment.