File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ export {
28
28
isValidElement ,
29
29
lazy ,
30
30
memo ,
31
+ cache ,
31
32
startTransition ,
32
33
useId ,
33
34
useCallback ,
Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ export const enableLegacyFBSupport = false;
82
82
// likely to include in an upcoming release.
83
83
// -----------------------------------------------------------------------------
84
84
85
- export const enableCache = __EXPERIMENTAL__ ;
85
+ export const enableCache = true ;
86
86
export const enableCacheElement = __EXPERIMENTAL__ ;
87
- export const enableFetchInstrumentation = __EXPERIMENTAL__ ;
87
+ export const enableFetchInstrumentation = true ;
88
88
89
89
export const enableTransitionTracing = false ;
90
90
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ export const enableProfilerCommitHooks = __PROFILE__;
20
20
export const enableProfilerNestedUpdatePhase = __PROFILE__ ;
21
21
export const enableProfilerNestedUpdateScheduledHook = false ;
22
22
export const enableUpdaterTracking = false ;
23
- export const enableCache = __EXPERIMENTAL__ ;
23
+ export const enableCache = true ;
24
24
export const enableCacheElement = __EXPERIMENTAL__ ;
25
- export const enableFetchInstrumentation = __EXPERIMENTAL__ ;
25
+ export const enableFetchInstrumentation = true ;
26
26
export const disableJavaScriptURLs = false ;
27
27
export const disableCommentsAsDOMContainers = true ;
28
28
export const disableInputAttributeSyncing = false ;
You can’t perform that action at this time.
0 commit comments