@@ -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 &&
0 commit comments