@@ -18576,41 +18576,41 @@ __DEV__ &&
18576
18576
: !1;
18577
18577
}
18578
18578
function getActiveElementDeep(containerInfo) {
18579
- var $jscomp$optchain$tmpm375336033 $1, $jscomp$nullish$tmp0;
18579
+ var $jscomp$optchain$tmp481149123 $1, $jscomp$nullish$tmp0;
18580
18580
containerInfo =
18581
18581
null !=
18582
18582
($jscomp$nullish$tmp0 =
18583
18583
null == containerInfo
18584
18584
? void 0
18585
18585
: null ==
18586
- ($jscomp$optchain$tmpm375336033 $1 = containerInfo.ownerDocument)
18586
+ ($jscomp$optchain$tmp481149123 $1 = containerInfo.ownerDocument)
18587
18587
? void 0
18588
- : $jscomp$optchain$tmpm375336033 $1.defaultView)
18588
+ : $jscomp$optchain$tmp481149123 $1.defaultView)
18589
18589
? $jscomp$nullish$tmp0
18590
18590
: window;
18591
18591
for (
18592
- $jscomp$optchain$tmpm375336033 $1 = getActiveElement(
18592
+ $jscomp$optchain$tmp481149123 $1 = getActiveElement(
18593
18593
containerInfo.document
18594
18594
);
18595
- $jscomp$optchain$tmpm375336033 $1 instanceof
18595
+ $jscomp$optchain$tmp481149123 $1 instanceof
18596
18596
containerInfo.HTMLIFrameElement;
18597
18597
18598
18598
) {
18599
18599
try {
18600
18600
var JSCompiler_inline_result =
18601
18601
"string" ===
18602
- typeof $jscomp$optchain$tmpm375336033 $1.contentWindow.location.href;
18602
+ typeof $jscomp$optchain$tmp481149123 $1.contentWindow.location.href;
18603
18603
} catch (err) {
18604
18604
JSCompiler_inline_result = !1;
18605
18605
}
18606
18606
if (JSCompiler_inline_result)
18607
- containerInfo = $jscomp$optchain$tmpm375336033 $1.contentWindow;
18607
+ containerInfo = $jscomp$optchain$tmp481149123 $1.contentWindow;
18608
18608
else break;
18609
- $jscomp$optchain$tmpm375336033 $1 = getActiveElement(
18609
+ $jscomp$optchain$tmp481149123 $1 = getActiveElement(
18610
18610
containerInfo.document
18611
18611
);
18612
18612
}
18613
- return $jscomp$optchain$tmpm375336033 $1;
18613
+ return $jscomp$optchain$tmp481149123 $1;
18614
18614
}
18615
18615
function hasSelectionCapabilities(elem) {
18616
18616
var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();
@@ -27774,11 +27774,11 @@ __DEV__ &&
27774
27774
: flushSyncErrorInBuildsThatSupportLegacyMode;
27775
27775
(function () {
27776
27776
var isomorphicReactPackageVersion = React.version;
27777
- if ("19.0.0-www-classic-f37c7bc6 -20240918" !== isomorphicReactPackageVersion)
27777
+ if ("19.0.0-www-classic-f2c57a31 -20240918" !== isomorphicReactPackageVersion)
27778
27778
throw Error(
27779
27779
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
27780
27780
(isomorphicReactPackageVersion +
27781
- "\n - react-dom: 19.0.0-www-classic-f37c7bc6 -20240918\nLearn more: https://react.dev/warnings/version-mismatch")
27781
+ "\n - react-dom: 19.0.0-www-classic-f2c57a31 -20240918\nLearn more: https://react.dev/warnings/version-mismatch")
27782
27782
);
27783
27783
})();
27784
27784
("function" === typeof Map &&
@@ -27822,11 +27822,11 @@ __DEV__ &&
27822
27822
!(function () {
27823
27823
var internals = {
27824
27824
bundleType: 1,
27825
- version: "19.0.0-www-classic-f37c7bc6 -20240918",
27825
+ version: "19.0.0-www-classic-f2c57a31 -20240918",
27826
27826
rendererPackageName: "react-dom",
27827
27827
currentDispatcherRef: ReactSharedInternals,
27828
27828
findFiberByHostInstance: getClosestInstanceFromNode,
27829
- reconcilerVersion: "19.0.0-www-classic-f37c7bc6 -20240918"
27829
+ reconcilerVersion: "19.0.0-www-classic-f2c57a31 -20240918"
27830
27830
};
27831
27831
internals.overrideHookState = overrideHookState;
27832
27832
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -28479,7 +28479,7 @@ __DEV__ &&
28479
28479
exports.useFormStatus = function () {
28480
28480
return resolveDispatcher().useHostTransitionStatus();
28481
28481
};
28482
- exports.version = "19.0.0-www-classic-f37c7bc6 -20240918";
28482
+ exports.version = "19.0.0-www-classic-f2c57a31 -20240918";
28483
28483
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
28484
28484
"function" ===
28485
28485
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
0 commit comments