Skip to content

Commit

Permalink
Enable enableCache on Test Renderer native (facebook#23314)
Browse files Browse the repository at this point in the history
Co-authored-by: Dave McCabe <davemccabe@fb.com>
  • Loading branch information
2 people authored and zhengjitf committed Apr 15, 2022
1 parent 49414a8 commit 0513a44
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 0513a44

Please sign in to comment.