Skip to content

Commit fac54e0

Browse files
committed
[flags] Cleanup enableCache (#31778)
This is landed everywhere DiffTrain build for [e06c72f](e06c72f)
1 parent 7be331e commit fac54e0

36 files changed

+170
-206
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2d320563f35ad75419983f166431055b4e7ed9f6
1+
e06c72fcf4632ad3117add713a25f6354631f037
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2d320563f35ad75419983f166431055b4e7ed9f6
1+
e06c72fcf4632ad3117add713a25f6354631f037

compiled/facebook-www/React-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1950,7 +1950,7 @@ __DEV__ &&
19501950
exports.useTransition = function () {
19511951
return resolveDispatcher().useTransition();
19521952
};
1953-
exports.version = "19.1.0-www-classic-2d320563-20241215";
1953+
exports.version = "19.1.0-www-classic-e06c72fc-20241215";
19541954
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19551955
"function" ===
19561956
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1950,7 +1950,7 @@ __DEV__ &&
19501950
exports.useTransition = function () {
19511951
return resolveDispatcher().useTransition();
19521952
};
1953-
exports.version = "19.1.0-www-modern-2d320563-20241215";
1953+
exports.version = "19.1.0-www-modern-e06c72fc-20241215";
19541954
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19551955
"function" ===
19561956
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,4 +633,4 @@ exports.useSyncExternalStore = function (
633633
exports.useTransition = function () {
634634
return ReactSharedInternals.H.useTransition();
635635
};
636-
exports.version = "19.1.0-www-classic-2d320563-20241215";
636+
exports.version = "19.1.0-www-classic-e06c72fc-20241215";

compiled/facebook-www/React-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,4 +633,4 @@ exports.useSyncExternalStore = function (
633633
exports.useTransition = function () {
634634
return ReactSharedInternals.H.useTransition();
635635
};
636-
exports.version = "19.1.0-www-modern-2d320563-20241215";
636+
exports.version = "19.1.0-www-modern-e06c72fc-20241215";

compiled/facebook-www/React-profiling.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ exports.useSyncExternalStore = function (
637637
exports.useTransition = function () {
638638
return ReactSharedInternals.H.useTransition();
639639
};
640-
exports.version = "19.1.0-www-classic-2d320563-20241215";
640+
exports.version = "19.1.0-www-classic-e06c72fc-20241215";
641641
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
642642
"function" ===
643643
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-profiling.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ exports.useSyncExternalStore = function (
637637
exports.useTransition = function () {
638638
return ReactSharedInternals.H.useTransition();
639639
};
640-
exports.version = "19.1.0-www-modern-2d320563-20241215";
640+
exports.version = "19.1.0-www-modern-e06c72fc-20241215";
641641
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
642642
"function" ===
643643
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.classic.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15144,9 +15144,9 @@ __DEV__ &&
1514415144
useFormState: throwInvalidHookError,
1514515145
useActionState: throwInvalidHookError,
1514615146
useOptimistic: throwInvalidHookError,
15147-
useMemoCache: throwInvalidHookError
15147+
useMemoCache: throwInvalidHookError,
15148+
useCacheRefresh: throwInvalidHookError
1514815149
};
15149-
ContextOnlyDispatcher.useCacheRefresh = throwInvalidHookError;
1515015150
ContextOnlyDispatcher.useEffectEvent = throwInvalidHookError;
1515115151
enableUseResourceEffectHook &&
1515215152
(ContextOnlyDispatcher.useResourceEffect = throwInvalidHookError);
@@ -17015,10 +17015,10 @@ __DEV__ &&
1701517015
(function () {
1701617016
var internals = {
1701717017
bundleType: 1,
17018-
version: "19.1.0-www-classic-2d320563-20241215",
17018+
version: "19.1.0-www-classic-e06c72fc-20241215",
1701917019
rendererPackageName: "react-art",
1702017020
currentDispatcherRef: ReactSharedInternals,
17021-
reconcilerVersion: "19.1.0-www-classic-2d320563-20241215"
17021+
reconcilerVersion: "19.1.0-www-classic-e06c72fc-20241215"
1702217022
};
1702317023
internals.overrideHookState = overrideHookState;
1702417024
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -17052,7 +17052,7 @@ __DEV__ &&
1705217052
exports.Shape = Shape;
1705317053
exports.Surface = Surface;
1705417054
exports.Text = Text;
17055-
exports.version = "19.1.0-www-classic-2d320563-20241215";
17055+
exports.version = "19.1.0-www-classic-e06c72fc-20241215";
1705617056
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1705717057
"function" ===
1705817058
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.modern.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14897,9 +14897,9 @@ __DEV__ &&
1489714897
useFormState: throwInvalidHookError,
1489814898
useActionState: throwInvalidHookError,
1489914899
useOptimistic: throwInvalidHookError,
14900-
useMemoCache: throwInvalidHookError
14900+
useMemoCache: throwInvalidHookError,
14901+
useCacheRefresh: throwInvalidHookError
1490114902
};
14902-
ContextOnlyDispatcher.useCacheRefresh = throwInvalidHookError;
1490314903
ContextOnlyDispatcher.useEffectEvent = throwInvalidHookError;
1490414904
enableUseResourceEffectHook &&
1490514905
(ContextOnlyDispatcher.useResourceEffect = throwInvalidHookError);
@@ -16778,10 +16778,10 @@ __DEV__ &&
1677816778
(function () {
1677916779
var internals = {
1678016780
bundleType: 1,
16781-
version: "19.1.0-www-modern-2d320563-20241215",
16781+
version: "19.1.0-www-modern-e06c72fc-20241215",
1678216782
rendererPackageName: "react-art",
1678316783
currentDispatcherRef: ReactSharedInternals,
16784-
reconcilerVersion: "19.1.0-www-modern-2d320563-20241215"
16784+
reconcilerVersion: "19.1.0-www-modern-e06c72fc-20241215"
1678516785
};
1678616786
internals.overrideHookState = overrideHookState;
1678716787
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16815,7 +16815,7 @@ __DEV__ &&
1681516815
exports.Shape = Shape;
1681616816
exports.Surface = Surface;
1681716817
exports.Text = Text;
16818-
exports.version = "19.1.0-www-modern-2d320563-20241215";
16818+
exports.version = "19.1.0-www-modern-e06c72fc-20241215";
1681916819
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1682016820
"function" ===
1682116821
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)