Skip to content

Commit

Permalink
Enable enableCache on Test Renderer native (#23314)
Browse files Browse the repository at this point in the history
Co-authored-by: Dave McCabe <davemccabe@fb.com>
  • Loading branch information
davidmccabe and davidmccabe committed Feb 18, 2022
1 parent 419ccc2 commit caf6d47
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 disableJavaScriptURLs = false;
export const disableCommentsAsDOMContainers = true;
export const disableInputAttributeSyncing = false;
Expand Down

0 comments on commit caf6d47

Please sign in to comment.