Skip to content

Commit

Permalink
Enable cache in test renderer (#22580)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephsavona committed Oct 18, 2021
1 parent 996da67 commit b1acff0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -23,7 +23,7 @@ export const enableUpdaterTracking = false;
export const enableSuspenseServerRenderer = false;
export const enableSelectiveHydration = false;
export const enableLazyElements = false;
export const enableCache = false;
export const enableCache = true;
export const enableSchedulerDebugging = false;
export const disableJavaScriptURLs = false;
export const disableInputAttributeSyncing = false;
Expand Down

0 comments on commit b1acff0

Please sign in to comment.