@@ -10037,6 +10037,13 @@ __DEV__ &&
1003710037 case 30:
1003810038 if (enableViewTransition)
1003910039 return (
10040+ null === workInProgress.stateNode &&
10041+ (workInProgress.stateNode = {
10042+ autoName: null,
10043+ paired: null,
10044+ clones: null,
10045+ ref: null
10046+ }),
1004010047 (returnFiber = workInProgress.pendingProps),
1004110048 null != returnFiber.name &&
1004210049 "auto" !== returnFiber.name &&
@@ -19049,10 +19056,10 @@ __DEV__ &&
1904919056 useActionState: throwInvalidHookError,
1905019057 useOptimistic: throwInvalidHookError,
1905119058 useMemoCache: throwInvalidHookError,
19052- useCacheRefresh: throwInvalidHookError
19053- };
19054- ContextOnlyDispatcher.useEffectEvent = throwInvalidHookError;
19055- var HooksDispatcherOnMountInDEV = null,
19059+ useCacheRefresh: throwInvalidHookError,
19060+ useEffectEvent: throwInvalidHookError
19061+ },
19062+ HooksDispatcherOnMountInDEV = null,
1905619063 HooksDispatcherOnMountWithHookTypesInDEV = null,
1905719064 HooksDispatcherOnUpdateInDEV = null,
1905819065 HooksDispatcherOnRerenderInDEV = null,
@@ -20482,10 +20489,10 @@ __DEV__ &&
2048220489 (function () {
2048320490 var internals = {
2048420491 bundleType: 1,
20485- version: "19.3.0-www-classic-6baff7ac-20260116 ",
20492+ version: "19.3.0-www-classic-be3fb299-20260117 ",
2048620493 rendererPackageName: "react-art",
2048720494 currentDispatcherRef: ReactSharedInternals,
20488- reconcilerVersion: "19.3.0-www-classic-6baff7ac-20260116 "
20495+ reconcilerVersion: "19.3.0-www-classic-be3fb299-20260117 "
2048920496 };
2049020497 internals.overrideHookState = overrideHookState;
2049120498 internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20520,7 +20527,7 @@ __DEV__ &&
2052020527 exports.Shape = Shape;
2052120528 exports.Surface = Surface;
2052220529 exports.Text = Text;
20523- exports.version = "19.3.0-www-classic-6baff7ac-20260116 ";
20530+ exports.version = "19.3.0-www-classic-be3fb299-20260117 ";
2052420531 "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2052520532 "function" ===
2052620533 typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
0 commit comments