@@ -2418,11 +2418,13 @@ __DEV__ &&
24182418 pop(rootInstanceStackCursor, fiber);
24192419 }
24202420 function pushHostContext(fiber) {
2421- null !== fiber.memoizedState &&
2422- push(hostTransitionProviderCursor, fiber, fiber);
2423- var context = requiredContext(contextStackCursor.current),
2424- nextContext = NO_CONTEXT;
2425- context !== nextContext &&
2421+ var stateHook = fiber.memoizedState;
2422+ null !== stateHook &&
2423+ ((HostTransitionContext._currentValue2 = stateHook.memoizedState),
2424+ push(hostTransitionProviderCursor, fiber, fiber));
2425+ stateHook = requiredContext(contextStackCursor.current);
2426+ var nextContext = NO_CONTEXT;
2427+ stateHook !== nextContext &&
24262428 (push(contextFiberStackCursor, fiber, fiber),
24272429 push(contextStackCursor, nextContext, fiber));
24282430 }
@@ -20466,10 +20468,10 @@ __DEV__ &&
2046620468 (function () {
2046720469 var internals = {
2046820470 bundleType: 1,
20469- version: "19.3.0-www-classic-eb89912e-20251118 ",
20471+ version: "19.3.0-www-classic-8ac5f4eb-20251119 ",
2047020472 rendererPackageName: "react-art",
2047120473 currentDispatcherRef: ReactSharedInternals,
20472- reconcilerVersion: "19.3.0-www-classic-eb89912e-20251118 "
20474+ reconcilerVersion: "19.3.0-www-classic-8ac5f4eb-20251119 "
2047320475 };
2047420476 internals.overrideHookState = overrideHookState;
2047520477 internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20504,7 +20506,7 @@ __DEV__ &&
2050420506 exports.Shape = Shape;
2050520507 exports.Surface = Surface;
2050620508 exports.Text = Text;
20507- exports.version = "19.3.0-www-classic-eb89912e-20251118 ";
20509+ exports.version = "19.3.0-www-classic-8ac5f4eb-20251119 ";
2050820510 "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2050920511 "function" ===
2051020512 typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
0 commit comments