Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 61455a2

Browse files
authoredOct 13, 2021
Enable experimental Cache API in www TestRenderer (#22554)
1 parent 7142d11 commit 61455a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/shared/forks/ReactFeatureFlags.testing.www.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const enableUpdaterTracking = false;
2323
export const enableSuspenseServerRenderer = true;
2424
export const enableSelectiveHydration = true;
2525
export const enableLazyElements = false;
26-
export const enableCache = false;
26+
export const enableCache = true;
2727
export const disableJavaScriptURLs = true;
2828
export const disableInputAttributeSyncing = false;
2929
export const enableSchedulerDebugging = false;

0 commit comments

Comments
 (0)
Please sign in to comment.