Skip to content

Commit

Permalink
Enable cache in test renderer (facebook#22580)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephsavona authored and KamranAsif committed Nov 4, 2021
1 parent 9e456c6 commit cafa3d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 cafa3d4

Please sign in to comment.