@@ -5137,8 +5137,7 @@ __DEV__ &&
51375137 ];
51385138 }
51395139 function useHostTransitionStatus() {
5140- var status = readContext(HostTransitionContext);
5141- return null !== status ? status : null;
5140+ return readContext(HostTransitionContext);
51425141 }
51435142 function mountId() {
51445143 var hook = mountWorkInProgressHook(),
@@ -14692,6 +14691,14 @@ __DEV__ &&
1469214691 var scheduleTimeout = setTimeout,
1469314692 cancelTimeout = clearTimeout,
1469414693 currentUpdatePriority = 0,
14694+ HostTransitionContext = {
14695+ $$typeof: REACT_CONTEXT_TYPE,
14696+ Provider: null,
14697+ Consumer: null,
14698+ _currentValue: null,
14699+ _currentValue2: null,
14700+ _threadCount: 0
14701+ },
1469514702 valueStack = [];
1469614703 var fiberStack = [];
1469714704 var index$jscomp$0 = -1;
@@ -14713,14 +14720,6 @@ __DEV__ &&
1471314720 contextFiberStackCursor = createCursor(null),
1471414721 rootInstanceStackCursor = createCursor(null),
1471514722 hostTransitionProviderCursor = createCursor(null),
14716- HostTransitionContext = {
14717- $$typeof: REACT_CONTEXT_TYPE,
14718- Provider: null,
14719- Consumer: null,
14720- _currentValue: null,
14721- _currentValue2: null,
14722- _threadCount: 0
14723- },
1472414723 needsEscaping = /["'&<>\n\t]|^\s|\s$/,
1472514724 hydrationDiffRootDEV = null,
1472614725 hydrationErrors = null,
@@ -16783,11 +16782,11 @@ __DEV__ &&
1678316782 (function () {
1678416783 var internals = {
1678516784 bundleType: 1,
16786- version: "19.0.0-www-classic-a7d1240c-20240731 ",
16785+ version: "19.0.0-www-classic-88ee14ff-20240801 ",
1678716786 rendererPackageName: "react-art",
1678816787 currentDispatcherRef: ReactSharedInternals,
1678916788 findFiberByHostInstance: getInstanceFromNode,
16790- reconcilerVersion: "19.0.0-www-classic-a7d1240c-20240731 "
16789+ reconcilerVersion: "19.0.0-www-classic-88ee14ff-20240801 "
1679116790 };
1679216791 internals.overrideHookState = overrideHookState;
1679316792 internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16821,7 +16820,7 @@ __DEV__ &&
1682116820 exports.Shape = Shape;
1682216821 exports.Surface = Surface;
1682316822 exports.Text = Text;
16824- exports.version = "19.0.0-www-classic-a7d1240c-20240731 ";
16823+ exports.version = "19.0.0-www-classic-88ee14ff-20240801 ";
1682516824 "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1682616825 "function" ===
1682716826 typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
0 commit comments