mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[compiler][eslint] Report bailout diagnostics with correct column # (#30977)
Compiler bailout diagnostics should now highlight only the first line of
the source location span.
(Resubmission of #30423 which was reverted due to invalid column
number.)
DiffTrain build for [a99d8e8d97](https://github.com/facebook/react/commit/a99d8e8d97055127a8ad7b01835d2660154689ed)
This commit is contained in:
@@ -1 +1 @@
|
||||
8152e5cd27721e792f395c0b62c8a7769a54777a
|
||||
a99d8e8d97055127a8ad7b01835d2660154689ed
|
||||
|
||||
@@ -1 +1 @@
|
||||
8152e5cd27721e792f395c0b62c8a7769a54777a
|
||||
a99d8e8d97055127a8ad7b01835d2660154689ed
|
||||
|
||||
@@ -2001,7 +2001,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.0.0-www-classic-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-classic-a99d8e8d-20240916";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -1981,7 +1981,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.0.0-www-modern-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-modern-a99d8e8d-20240916";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -665,4 +665,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.0.0-www-classic-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-classic-a99d8e8d-20240916";
|
||||
|
||||
@@ -665,4 +665,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.0.0-www-modern-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-modern-a99d8e8d-20240916";
|
||||
|
||||
@@ -669,7 +669,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.0.0-www-classic-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-classic-a99d8e8d-20240916";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -669,7 +669,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.0.0-www-modern-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-modern-a99d8e8d-20240916";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -17128,11 +17128,11 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.0.0-www-classic-8152e5cd-20240916",
|
||||
version: "19.0.0-www-classic-a99d8e8d-20240916",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-classic-8152e5cd-20240916"
|
||||
reconcilerVersion: "19.0.0-www-classic-a99d8e8d-20240916"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -17166,7 +17166,7 @@ __DEV__ &&
|
||||
exports.Shape = Shape;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.0.0-www-classic-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-classic-a99d8e8d-20240916";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -16574,11 +16574,11 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.0.0-www-modern-8152e5cd-20240916",
|
||||
version: "19.0.0-www-modern-a99d8e8d-20240916",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-modern-8152e5cd-20240916"
|
||||
reconcilerVersion: "19.0.0-www-modern-a99d8e8d-20240916"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -16612,7 +16612,7 @@ __DEV__ &&
|
||||
exports.Shape = Shape;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.0.0-www-modern-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-modern-a99d8e8d-20240916";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -10891,13 +10891,13 @@ var slice = Array.prototype.slice,
|
||||
})(React.Component);
|
||||
var internals$jscomp$inline_1424 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-www-classic-8152e5cd-20240916",
|
||||
version: "19.0.0-www-classic-a99d8e8d-20240916",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: function () {
|
||||
return null;
|
||||
},
|
||||
reconcilerVersion: "19.0.0-www-classic-8152e5cd-20240916"
|
||||
reconcilerVersion: "19.0.0-www-classic-a99d8e8d-20240916"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1425 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -10923,4 +10923,4 @@ exports.RadialGradient = RadialGradient;
|
||||
exports.Shape = TYPES.SHAPE;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.0.0-www-classic-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-classic-a99d8e8d-20240916";
|
||||
|
||||
@@ -10405,13 +10405,13 @@ var slice = Array.prototype.slice,
|
||||
})(React.Component);
|
||||
var internals$jscomp$inline_1416 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-www-modern-8152e5cd-20240916",
|
||||
version: "19.0.0-www-modern-a99d8e8d-20240916",
|
||||
rendererPackageName: "react-art",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: function () {
|
||||
return null;
|
||||
},
|
||||
reconcilerVersion: "19.0.0-www-modern-8152e5cd-20240916"
|
||||
reconcilerVersion: "19.0.0-www-modern-a99d8e8d-20240916"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1417 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -10437,4 +10437,4 @@ exports.RadialGradient = RadialGradient;
|
||||
exports.Shape = TYPES.SHAPE;
|
||||
exports.Surface = Surface;
|
||||
exports.Text = Text;
|
||||
exports.version = "19.0.0-www-modern-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-modern-a99d8e8d-20240916";
|
||||
|
||||
@@ -18683,41 +18683,41 @@ __DEV__ &&
|
||||
: !1;
|
||||
}
|
||||
function getActiveElementDeep(containerInfo) {
|
||||
var $jscomp$optchain$tmp1248351372$1, $jscomp$nullish$tmp0;
|
||||
var $jscomp$optchain$tmp1958858847$1, $jscomp$nullish$tmp0;
|
||||
containerInfo =
|
||||
null !=
|
||||
($jscomp$nullish$tmp0 =
|
||||
null == containerInfo
|
||||
? void 0
|
||||
: null ==
|
||||
($jscomp$optchain$tmp1248351372$1 = containerInfo.ownerDocument)
|
||||
($jscomp$optchain$tmp1958858847$1 = containerInfo.ownerDocument)
|
||||
? void 0
|
||||
: $jscomp$optchain$tmp1248351372$1.defaultView)
|
||||
: $jscomp$optchain$tmp1958858847$1.defaultView)
|
||||
? $jscomp$nullish$tmp0
|
||||
: window;
|
||||
for (
|
||||
$jscomp$optchain$tmp1248351372$1 = getActiveElement(
|
||||
$jscomp$optchain$tmp1958858847$1 = getActiveElement(
|
||||
containerInfo.document
|
||||
);
|
||||
$jscomp$optchain$tmp1248351372$1 instanceof
|
||||
$jscomp$optchain$tmp1958858847$1 instanceof
|
||||
containerInfo.HTMLIFrameElement;
|
||||
|
||||
) {
|
||||
try {
|
||||
var JSCompiler_inline_result =
|
||||
"string" ===
|
||||
typeof $jscomp$optchain$tmp1248351372$1.contentWindow.location.href;
|
||||
typeof $jscomp$optchain$tmp1958858847$1.contentWindow.location.href;
|
||||
} catch (err) {
|
||||
JSCompiler_inline_result = !1;
|
||||
}
|
||||
if (JSCompiler_inline_result)
|
||||
containerInfo = $jscomp$optchain$tmp1248351372$1.contentWindow;
|
||||
containerInfo = $jscomp$optchain$tmp1958858847$1.contentWindow;
|
||||
else break;
|
||||
$jscomp$optchain$tmp1248351372$1 = getActiveElement(
|
||||
$jscomp$optchain$tmp1958858847$1 = getActiveElement(
|
||||
containerInfo.document
|
||||
);
|
||||
}
|
||||
return $jscomp$optchain$tmp1248351372$1;
|
||||
return $jscomp$optchain$tmp1958858847$1;
|
||||
}
|
||||
function hasSelectionCapabilities(elem) {
|
||||
var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();
|
||||
@@ -27882,11 +27882,11 @@ __DEV__ &&
|
||||
: flushSyncErrorInBuildsThatSupportLegacyMode;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.0.0-www-classic-8152e5cd-20240916" !== isomorphicReactPackageVersion)
|
||||
if ("19.0.0-www-classic-a99d8e8d-20240916" !== isomorphicReactPackageVersion)
|
||||
throw Error(
|
||||
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
||||
(isomorphicReactPackageVersion +
|
||||
"\n - react-dom: 19.0.0-www-classic-8152e5cd-20240916\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.0.0-www-classic-a99d8e8d-20240916\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -27930,11 +27930,11 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.0.0-www-classic-8152e5cd-20240916",
|
||||
version: "19.0.0-www-classic-a99d8e8d-20240916",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-classic-8152e5cd-20240916"
|
||||
reconcilerVersion: "19.0.0-www-classic-a99d8e8d-20240916"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -28587,7 +28587,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-www-classic-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-classic-a99d8e8d-20240916";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -18017,41 +18017,43 @@ __DEV__ &&
|
||||
: !1;
|
||||
}
|
||||
function getActiveElementDeep(containerInfo) {
|
||||
var $jscomp$optchain$tmp1470729354$1, $jscomp$nullish$tmp0;
|
||||
var $jscomp$optchain$tmpm1018999277$1, $jscomp$nullish$tmp0;
|
||||
containerInfo =
|
||||
null !=
|
||||
($jscomp$nullish$tmp0 =
|
||||
null == containerInfo
|
||||
? void 0
|
||||
: null ==
|
||||
($jscomp$optchain$tmp1470729354$1 = containerInfo.ownerDocument)
|
||||
($jscomp$optchain$tmpm1018999277$1 =
|
||||
containerInfo.ownerDocument)
|
||||
? void 0
|
||||
: $jscomp$optchain$tmp1470729354$1.defaultView)
|
||||
: $jscomp$optchain$tmpm1018999277$1.defaultView)
|
||||
? $jscomp$nullish$tmp0
|
||||
: window;
|
||||
for (
|
||||
$jscomp$optchain$tmp1470729354$1 = getActiveElement(
|
||||
$jscomp$optchain$tmpm1018999277$1 = getActiveElement(
|
||||
containerInfo.document
|
||||
);
|
||||
$jscomp$optchain$tmp1470729354$1 instanceof
|
||||
$jscomp$optchain$tmpm1018999277$1 instanceof
|
||||
containerInfo.HTMLIFrameElement;
|
||||
|
||||
) {
|
||||
try {
|
||||
var JSCompiler_inline_result =
|
||||
"string" ===
|
||||
typeof $jscomp$optchain$tmp1470729354$1.contentWindow.location.href;
|
||||
typeof $jscomp$optchain$tmpm1018999277$1.contentWindow.location
|
||||
.href;
|
||||
} catch (err) {
|
||||
JSCompiler_inline_result = !1;
|
||||
}
|
||||
if (JSCompiler_inline_result)
|
||||
containerInfo = $jscomp$optchain$tmp1470729354$1.contentWindow;
|
||||
containerInfo = $jscomp$optchain$tmpm1018999277$1.contentWindow;
|
||||
else break;
|
||||
$jscomp$optchain$tmp1470729354$1 = getActiveElement(
|
||||
$jscomp$optchain$tmpm1018999277$1 = getActiveElement(
|
||||
containerInfo.document
|
||||
);
|
||||
}
|
||||
return $jscomp$optchain$tmp1470729354$1;
|
||||
return $jscomp$optchain$tmpm1018999277$1;
|
||||
}
|
||||
function hasSelectionCapabilities(elem) {
|
||||
var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();
|
||||
@@ -26999,11 +27001,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.0.0-www-modern-8152e5cd-20240916" !== isomorphicReactPackageVersion)
|
||||
if ("19.0.0-www-modern-a99d8e8d-20240916" !== isomorphicReactPackageVersion)
|
||||
throw Error(
|
||||
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
||||
(isomorphicReactPackageVersion +
|
||||
"\n - react-dom: 19.0.0-www-modern-8152e5cd-20240916\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.0.0-www-modern-a99d8e8d-20240916\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -27046,11 +27048,11 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.0.0-www-modern-8152e5cd-20240916",
|
||||
version: "19.0.0-www-modern-a99d8e8d-20240916",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-modern-8152e5cd-20240916"
|
||||
reconcilerVersion: "19.0.0-www-modern-a99d8e8d-20240916"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -27655,7 +27657,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-www-modern-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-modern-a99d8e8d-20240916";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -13498,36 +13498,36 @@ function containsNode(outerNode, innerNode) {
|
||||
: !1;
|
||||
}
|
||||
function getActiveElementDeep(containerInfo) {
|
||||
var $jscomp$optchain$tmp228420743$1, $jscomp$nullish$tmp0;
|
||||
var $jscomp$optchain$tmp1582233135$1, $jscomp$nullish$tmp0;
|
||||
containerInfo =
|
||||
null !=
|
||||
($jscomp$nullish$tmp0 =
|
||||
null == containerInfo
|
||||
? void 0
|
||||
: null ==
|
||||
($jscomp$optchain$tmp228420743$1 = containerInfo.ownerDocument)
|
||||
($jscomp$optchain$tmp1582233135$1 = containerInfo.ownerDocument)
|
||||
? void 0
|
||||
: $jscomp$optchain$tmp228420743$1.defaultView)
|
||||
: $jscomp$optchain$tmp1582233135$1.defaultView)
|
||||
? $jscomp$nullish$tmp0
|
||||
: window;
|
||||
for (
|
||||
$jscomp$optchain$tmp228420743$1 = getActiveElement(containerInfo.document);
|
||||
$jscomp$optchain$tmp228420743$1 instanceof containerInfo.HTMLIFrameElement;
|
||||
$jscomp$optchain$tmp1582233135$1 = getActiveElement(containerInfo.document);
|
||||
$jscomp$optchain$tmp1582233135$1 instanceof containerInfo.HTMLIFrameElement;
|
||||
|
||||
) {
|
||||
try {
|
||||
var JSCompiler_inline_result =
|
||||
"string" ===
|
||||
typeof $jscomp$optchain$tmp228420743$1.contentWindow.location.href;
|
||||
typeof $jscomp$optchain$tmp1582233135$1.contentWindow.location.href;
|
||||
} catch (err) {
|
||||
JSCompiler_inline_result = !1;
|
||||
}
|
||||
if (JSCompiler_inline_result)
|
||||
containerInfo = $jscomp$optchain$tmp228420743$1.contentWindow;
|
||||
containerInfo = $jscomp$optchain$tmp1582233135$1.contentWindow;
|
||||
else break;
|
||||
$jscomp$optchain$tmp228420743$1 = getActiveElement(containerInfo.document);
|
||||
$jscomp$optchain$tmp1582233135$1 = getActiveElement(containerInfo.document);
|
||||
}
|
||||
return $jscomp$optchain$tmp228420743$1;
|
||||
return $jscomp$optchain$tmp1582233135$1;
|
||||
}
|
||||
function hasSelectionCapabilities(elem) {
|
||||
var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();
|
||||
@@ -17452,14 +17452,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1768 = React.version;
|
||||
if (
|
||||
"19.0.0-www-classic-8152e5cd-20240916" !==
|
||||
"19.0.0-www-classic-a99d8e8d-20240916" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1768
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1768,
|
||||
"19.0.0-www-classic-8152e5cd-20240916"
|
||||
"19.0.0-www-classic-a99d8e8d-20240916"
|
||||
)
|
||||
);
|
||||
function flushSyncFromReconciler(fn) {
|
||||
@@ -17504,11 +17504,11 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2263 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-www-classic-8152e5cd-20240916",
|
||||
version: "19.0.0-www-classic-a99d8e8d-20240916",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-classic-8152e5cd-20240916"
|
||||
reconcilerVersion: "19.0.0-www-classic-a99d8e8d-20240916"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2264 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -17964,4 +17964,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-www-classic-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-classic-a99d8e8d-20240916";
|
||||
|
||||
@@ -12925,36 +12925,36 @@ function containsNode(outerNode, innerNode) {
|
||||
: !1;
|
||||
}
|
||||
function getActiveElementDeep(containerInfo) {
|
||||
var $jscomp$optchain$tmpm533976136$1, $jscomp$nullish$tmp0;
|
||||
var $jscomp$optchain$tmpm108764098$1, $jscomp$nullish$tmp0;
|
||||
containerInfo =
|
||||
null !=
|
||||
($jscomp$nullish$tmp0 =
|
||||
null == containerInfo
|
||||
? void 0
|
||||
: null ==
|
||||
($jscomp$optchain$tmpm533976136$1 = containerInfo.ownerDocument)
|
||||
($jscomp$optchain$tmpm108764098$1 = containerInfo.ownerDocument)
|
||||
? void 0
|
||||
: $jscomp$optchain$tmpm533976136$1.defaultView)
|
||||
: $jscomp$optchain$tmpm108764098$1.defaultView)
|
||||
? $jscomp$nullish$tmp0
|
||||
: window;
|
||||
for (
|
||||
$jscomp$optchain$tmpm533976136$1 = getActiveElement(containerInfo.document);
|
||||
$jscomp$optchain$tmpm533976136$1 instanceof containerInfo.HTMLIFrameElement;
|
||||
$jscomp$optchain$tmpm108764098$1 = getActiveElement(containerInfo.document);
|
||||
$jscomp$optchain$tmpm108764098$1 instanceof containerInfo.HTMLIFrameElement;
|
||||
|
||||
) {
|
||||
try {
|
||||
var JSCompiler_inline_result =
|
||||
"string" ===
|
||||
typeof $jscomp$optchain$tmpm533976136$1.contentWindow.location.href;
|
||||
typeof $jscomp$optchain$tmpm108764098$1.contentWindow.location.href;
|
||||
} catch (err) {
|
||||
JSCompiler_inline_result = !1;
|
||||
}
|
||||
if (JSCompiler_inline_result)
|
||||
containerInfo = $jscomp$optchain$tmpm533976136$1.contentWindow;
|
||||
containerInfo = $jscomp$optchain$tmpm108764098$1.contentWindow;
|
||||
else break;
|
||||
$jscomp$optchain$tmpm533976136$1 = getActiveElement(containerInfo.document);
|
||||
$jscomp$optchain$tmpm108764098$1 = getActiveElement(containerInfo.document);
|
||||
}
|
||||
return $jscomp$optchain$tmpm533976136$1;
|
||||
return $jscomp$optchain$tmpm108764098$1;
|
||||
}
|
||||
function hasSelectionCapabilities(elem) {
|
||||
var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();
|
||||
@@ -16828,14 +16828,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1739 = React.version;
|
||||
if (
|
||||
"19.0.0-www-modern-8152e5cd-20240916" !==
|
||||
"19.0.0-www-modern-a99d8e8d-20240916" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1739
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1739,
|
||||
"19.0.0-www-modern-8152e5cd-20240916"
|
||||
"19.0.0-www-modern-a99d8e8d-20240916"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -16853,11 +16853,11 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2254 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-www-modern-8152e5cd-20240916",
|
||||
version: "19.0.0-www-modern-a99d8e8d-20240916",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-modern-8152e5cd-20240916"
|
||||
reconcilerVersion: "19.0.0-www-modern-a99d8e8d-20240916"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2255 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -17220,4 +17220,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-www-modern-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-modern-a99d8e8d-20240916";
|
||||
|
||||
@@ -14270,36 +14270,35 @@ function containsNode(outerNode, innerNode) {
|
||||
: !1;
|
||||
}
|
||||
function getActiveElementDeep(containerInfo) {
|
||||
var $jscomp$optchain$tmp149839561$1, $jscomp$nullish$tmp0;
|
||||
var $jscomp$optchain$tmp67848557$1, $jscomp$nullish$tmp0;
|
||||
containerInfo =
|
||||
null !=
|
||||
($jscomp$nullish$tmp0 =
|
||||
null == containerInfo
|
||||
? void 0
|
||||
: null ==
|
||||
($jscomp$optchain$tmp149839561$1 = containerInfo.ownerDocument)
|
||||
: null == ($jscomp$optchain$tmp67848557$1 = containerInfo.ownerDocument)
|
||||
? void 0
|
||||
: $jscomp$optchain$tmp149839561$1.defaultView)
|
||||
: $jscomp$optchain$tmp67848557$1.defaultView)
|
||||
? $jscomp$nullish$tmp0
|
||||
: window;
|
||||
for (
|
||||
$jscomp$optchain$tmp149839561$1 = getActiveElement(containerInfo.document);
|
||||
$jscomp$optchain$tmp149839561$1 instanceof containerInfo.HTMLIFrameElement;
|
||||
$jscomp$optchain$tmp67848557$1 = getActiveElement(containerInfo.document);
|
||||
$jscomp$optchain$tmp67848557$1 instanceof containerInfo.HTMLIFrameElement;
|
||||
|
||||
) {
|
||||
try {
|
||||
var JSCompiler_inline_result =
|
||||
"string" ===
|
||||
typeof $jscomp$optchain$tmp149839561$1.contentWindow.location.href;
|
||||
typeof $jscomp$optchain$tmp67848557$1.contentWindow.location.href;
|
||||
} catch (err) {
|
||||
JSCompiler_inline_result = !1;
|
||||
}
|
||||
if (JSCompiler_inline_result)
|
||||
containerInfo = $jscomp$optchain$tmp149839561$1.contentWindow;
|
||||
containerInfo = $jscomp$optchain$tmp67848557$1.contentWindow;
|
||||
else break;
|
||||
$jscomp$optchain$tmp149839561$1 = getActiveElement(containerInfo.document);
|
||||
$jscomp$optchain$tmp67848557$1 = getActiveElement(containerInfo.document);
|
||||
}
|
||||
return $jscomp$optchain$tmp149839561$1;
|
||||
return $jscomp$optchain$tmp67848557$1;
|
||||
}
|
||||
function hasSelectionCapabilities(elem) {
|
||||
var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();
|
||||
@@ -18224,14 +18223,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1867 = React.version;
|
||||
if (
|
||||
"19.0.0-www-classic-8152e5cd-20240916" !==
|
||||
"19.0.0-www-classic-a99d8e8d-20240916" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1867
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1867,
|
||||
"19.0.0-www-classic-8152e5cd-20240916"
|
||||
"19.0.0-www-classic-a99d8e8d-20240916"
|
||||
)
|
||||
);
|
||||
function flushSyncFromReconciler(fn) {
|
||||
@@ -18276,11 +18275,11 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_1874 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-www-classic-8152e5cd-20240916",
|
||||
version: "19.0.0-www-classic-a99d8e8d-20240916",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-classic-8152e5cd-20240916"
|
||||
reconcilerVersion: "19.0.0-www-classic-a99d8e8d-20240916"
|
||||
};
|
||||
enableSchedulingProfiler &&
|
||||
((internals$jscomp$inline_1874.getLaneLabelMap = getLaneLabelMap),
|
||||
@@ -18739,7 +18738,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-www-classic-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-classic-a99d8e8d-20240916";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -13680,36 +13680,36 @@ function containsNode(outerNode, innerNode) {
|
||||
: !1;
|
||||
}
|
||||
function getActiveElementDeep(containerInfo) {
|
||||
var $jscomp$optchain$tmp2057677589$1, $jscomp$nullish$tmp0;
|
||||
var $jscomp$optchain$tmpm124146577$1, $jscomp$nullish$tmp0;
|
||||
containerInfo =
|
||||
null !=
|
||||
($jscomp$nullish$tmp0 =
|
||||
null == containerInfo
|
||||
? void 0
|
||||
: null ==
|
||||
($jscomp$optchain$tmp2057677589$1 = containerInfo.ownerDocument)
|
||||
($jscomp$optchain$tmpm124146577$1 = containerInfo.ownerDocument)
|
||||
? void 0
|
||||
: $jscomp$optchain$tmp2057677589$1.defaultView)
|
||||
: $jscomp$optchain$tmpm124146577$1.defaultView)
|
||||
? $jscomp$nullish$tmp0
|
||||
: window;
|
||||
for (
|
||||
$jscomp$optchain$tmp2057677589$1 = getActiveElement(containerInfo.document);
|
||||
$jscomp$optchain$tmp2057677589$1 instanceof containerInfo.HTMLIFrameElement;
|
||||
$jscomp$optchain$tmpm124146577$1 = getActiveElement(containerInfo.document);
|
||||
$jscomp$optchain$tmpm124146577$1 instanceof containerInfo.HTMLIFrameElement;
|
||||
|
||||
) {
|
||||
try {
|
||||
var JSCompiler_inline_result =
|
||||
"string" ===
|
||||
typeof $jscomp$optchain$tmp2057677589$1.contentWindow.location.href;
|
||||
typeof $jscomp$optchain$tmpm124146577$1.contentWindow.location.href;
|
||||
} catch (err) {
|
||||
JSCompiler_inline_result = !1;
|
||||
}
|
||||
if (JSCompiler_inline_result)
|
||||
containerInfo = $jscomp$optchain$tmp2057677589$1.contentWindow;
|
||||
containerInfo = $jscomp$optchain$tmpm124146577$1.contentWindow;
|
||||
else break;
|
||||
$jscomp$optchain$tmp2057677589$1 = getActiveElement(containerInfo.document);
|
||||
$jscomp$optchain$tmpm124146577$1 = getActiveElement(containerInfo.document);
|
||||
}
|
||||
return $jscomp$optchain$tmp2057677589$1;
|
||||
return $jscomp$optchain$tmpm124146577$1;
|
||||
}
|
||||
function hasSelectionCapabilities(elem) {
|
||||
var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();
|
||||
@@ -17583,14 +17583,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1838 = React.version;
|
||||
if (
|
||||
"19.0.0-www-modern-8152e5cd-20240916" !==
|
||||
"19.0.0-www-modern-a99d8e8d-20240916" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1838
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1838,
|
||||
"19.0.0-www-modern-8152e5cd-20240916"
|
||||
"19.0.0-www-modern-a99d8e8d-20240916"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -17608,11 +17608,11 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_1840 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-www-modern-8152e5cd-20240916",
|
||||
version: "19.0.0-www-modern-a99d8e8d-20240916",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-modern-8152e5cd-20240916"
|
||||
reconcilerVersion: "19.0.0-www-modern-a99d8e8d-20240916"
|
||||
};
|
||||
enableSchedulingProfiler &&
|
||||
((internals$jscomp$inline_1840.getLaneLabelMap = getLaneLabelMap),
|
||||
@@ -17978,7 +17978,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-www-modern-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-modern-a99d8e8d-20240916";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
@@ -8986,5 +8986,5 @@ __DEV__ &&
|
||||
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
|
||||
);
|
||||
};
|
||||
exports.version = "19.0.0-www-classic-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-classic-a99d8e8d-20240916";
|
||||
})();
|
||||
|
||||
@@ -8804,5 +8804,5 @@ __DEV__ &&
|
||||
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
|
||||
);
|
||||
};
|
||||
exports.version = "19.0.0-www-modern-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-modern-a99d8e8d-20240916";
|
||||
})();
|
||||
|
||||
@@ -5911,4 +5911,4 @@ exports.renderToString = function (children, options) {
|
||||
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
|
||||
);
|
||||
};
|
||||
exports.version = "19.0.0-www-classic-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-classic-a99d8e8d-20240916";
|
||||
|
||||
@@ -5823,4 +5823,4 @@ exports.renderToString = function (children, options) {
|
||||
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
|
||||
);
|
||||
};
|
||||
exports.version = "19.0.0-www-modern-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-modern-a99d8e8d-20240916";
|
||||
|
||||
@@ -18906,41 +18906,41 @@ __DEV__ &&
|
||||
: !1;
|
||||
}
|
||||
function getActiveElementDeep(containerInfo) {
|
||||
var $jscomp$optchain$tmp380848773$1, $jscomp$nullish$tmp0;
|
||||
var $jscomp$optchain$tmpm720503168$1, $jscomp$nullish$tmp0;
|
||||
containerInfo =
|
||||
null !=
|
||||
($jscomp$nullish$tmp0 =
|
||||
null == containerInfo
|
||||
? void 0
|
||||
: null ==
|
||||
($jscomp$optchain$tmp380848773$1 = containerInfo.ownerDocument)
|
||||
($jscomp$optchain$tmpm720503168$1 = containerInfo.ownerDocument)
|
||||
? void 0
|
||||
: $jscomp$optchain$tmp380848773$1.defaultView)
|
||||
: $jscomp$optchain$tmpm720503168$1.defaultView)
|
||||
? $jscomp$nullish$tmp0
|
||||
: window;
|
||||
for (
|
||||
$jscomp$optchain$tmp380848773$1 = getActiveElement(
|
||||
$jscomp$optchain$tmpm720503168$1 = getActiveElement(
|
||||
containerInfo.document
|
||||
);
|
||||
$jscomp$optchain$tmp380848773$1 instanceof
|
||||
$jscomp$optchain$tmpm720503168$1 instanceof
|
||||
containerInfo.HTMLIFrameElement;
|
||||
|
||||
) {
|
||||
try {
|
||||
var JSCompiler_inline_result =
|
||||
"string" ===
|
||||
typeof $jscomp$optchain$tmp380848773$1.contentWindow.location.href;
|
||||
typeof $jscomp$optchain$tmpm720503168$1.contentWindow.location.href;
|
||||
} catch (err) {
|
||||
JSCompiler_inline_result = !1;
|
||||
}
|
||||
if (JSCompiler_inline_result)
|
||||
containerInfo = $jscomp$optchain$tmp380848773$1.contentWindow;
|
||||
containerInfo = $jscomp$optchain$tmpm720503168$1.contentWindow;
|
||||
else break;
|
||||
$jscomp$optchain$tmp380848773$1 = getActiveElement(
|
||||
$jscomp$optchain$tmpm720503168$1 = getActiveElement(
|
||||
containerInfo.document
|
||||
);
|
||||
}
|
||||
return $jscomp$optchain$tmp380848773$1;
|
||||
return $jscomp$optchain$tmpm720503168$1;
|
||||
}
|
||||
function hasSelectionCapabilities(elem) {
|
||||
var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();
|
||||
@@ -28216,11 +28216,11 @@ __DEV__ &&
|
||||
: flushSyncErrorInBuildsThatSupportLegacyMode;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.0.0-www-classic-8152e5cd-20240916" !== isomorphicReactPackageVersion)
|
||||
if ("19.0.0-www-classic-a99d8e8d-20240916" !== isomorphicReactPackageVersion)
|
||||
throw Error(
|
||||
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
||||
(isomorphicReactPackageVersion +
|
||||
"\n - react-dom: 19.0.0-www-classic-8152e5cd-20240916\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.0.0-www-classic-a99d8e8d-20240916\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -28264,11 +28264,11 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.0.0-www-classic-8152e5cd-20240916",
|
||||
version: "19.0.0-www-classic-a99d8e8d-20240916",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-classic-8152e5cd-20240916"
|
||||
reconcilerVersion: "19.0.0-www-classic-a99d8e8d-20240916"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -29087,5 +29087,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-www-classic-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-classic-a99d8e8d-20240916";
|
||||
})();
|
||||
|
||||
@@ -18240,41 +18240,41 @@ __DEV__ &&
|
||||
: !1;
|
||||
}
|
||||
function getActiveElementDeep(containerInfo) {
|
||||
var $jscomp$optchain$tmp850383619$1, $jscomp$nullish$tmp0;
|
||||
var $jscomp$optchain$tmp1985509723$1, $jscomp$nullish$tmp0;
|
||||
containerInfo =
|
||||
null !=
|
||||
($jscomp$nullish$tmp0 =
|
||||
null == containerInfo
|
||||
? void 0
|
||||
: null ==
|
||||
($jscomp$optchain$tmp850383619$1 = containerInfo.ownerDocument)
|
||||
($jscomp$optchain$tmp1985509723$1 = containerInfo.ownerDocument)
|
||||
? void 0
|
||||
: $jscomp$optchain$tmp850383619$1.defaultView)
|
||||
: $jscomp$optchain$tmp1985509723$1.defaultView)
|
||||
? $jscomp$nullish$tmp0
|
||||
: window;
|
||||
for (
|
||||
$jscomp$optchain$tmp850383619$1 = getActiveElement(
|
||||
$jscomp$optchain$tmp1985509723$1 = getActiveElement(
|
||||
containerInfo.document
|
||||
);
|
||||
$jscomp$optchain$tmp850383619$1 instanceof
|
||||
$jscomp$optchain$tmp1985509723$1 instanceof
|
||||
containerInfo.HTMLIFrameElement;
|
||||
|
||||
) {
|
||||
try {
|
||||
var JSCompiler_inline_result =
|
||||
"string" ===
|
||||
typeof $jscomp$optchain$tmp850383619$1.contentWindow.location.href;
|
||||
typeof $jscomp$optchain$tmp1985509723$1.contentWindow.location.href;
|
||||
} catch (err) {
|
||||
JSCompiler_inline_result = !1;
|
||||
}
|
||||
if (JSCompiler_inline_result)
|
||||
containerInfo = $jscomp$optchain$tmp850383619$1.contentWindow;
|
||||
containerInfo = $jscomp$optchain$tmp1985509723$1.contentWindow;
|
||||
else break;
|
||||
$jscomp$optchain$tmp850383619$1 = getActiveElement(
|
||||
$jscomp$optchain$tmp1985509723$1 = getActiveElement(
|
||||
containerInfo.document
|
||||
);
|
||||
}
|
||||
return $jscomp$optchain$tmp850383619$1;
|
||||
return $jscomp$optchain$tmp1985509723$1;
|
||||
}
|
||||
function hasSelectionCapabilities(elem) {
|
||||
var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();
|
||||
@@ -27333,11 +27333,11 @@ __DEV__ &&
|
||||
return_targetInst = null;
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.0.0-www-modern-8152e5cd-20240916" !== isomorphicReactPackageVersion)
|
||||
if ("19.0.0-www-modern-a99d8e8d-20240916" !== isomorphicReactPackageVersion)
|
||||
throw Error(
|
||||
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
||||
(isomorphicReactPackageVersion +
|
||||
"\n - react-dom: 19.0.0-www-modern-8152e5cd-20240916\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.0.0-www-modern-a99d8e8d-20240916\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -27380,11 +27380,11 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.0.0-www-modern-8152e5cd-20240916",
|
||||
version: "19.0.0-www-modern-a99d8e8d-20240916",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-modern-8152e5cd-20240916"
|
||||
reconcilerVersion: "19.0.0-www-modern-a99d8e8d-20240916"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -28155,5 +28155,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-www-modern-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-modern-a99d8e8d-20240916";
|
||||
})();
|
||||
|
||||
@@ -13770,41 +13770,36 @@ function containsNode(outerNode, innerNode) {
|
||||
: !1;
|
||||
}
|
||||
function getActiveElementDeep(containerInfo) {
|
||||
var $jscomp$optchain$tmpm1799581304$1, $jscomp$nullish$tmp0;
|
||||
var $jscomp$optchain$tmp1947795445$1, $jscomp$nullish$tmp0;
|
||||
containerInfo =
|
||||
null !=
|
||||
($jscomp$nullish$tmp0 =
|
||||
null == containerInfo
|
||||
? void 0
|
||||
: null ==
|
||||
($jscomp$optchain$tmpm1799581304$1 = containerInfo.ownerDocument)
|
||||
($jscomp$optchain$tmp1947795445$1 = containerInfo.ownerDocument)
|
||||
? void 0
|
||||
: $jscomp$optchain$tmpm1799581304$1.defaultView)
|
||||
: $jscomp$optchain$tmp1947795445$1.defaultView)
|
||||
? $jscomp$nullish$tmp0
|
||||
: window;
|
||||
for (
|
||||
$jscomp$optchain$tmpm1799581304$1 = getActiveElement(
|
||||
containerInfo.document
|
||||
);
|
||||
$jscomp$optchain$tmpm1799581304$1 instanceof
|
||||
containerInfo.HTMLIFrameElement;
|
||||
$jscomp$optchain$tmp1947795445$1 = getActiveElement(containerInfo.document);
|
||||
$jscomp$optchain$tmp1947795445$1 instanceof containerInfo.HTMLIFrameElement;
|
||||
|
||||
) {
|
||||
try {
|
||||
var JSCompiler_inline_result =
|
||||
"string" ===
|
||||
typeof $jscomp$optchain$tmpm1799581304$1.contentWindow.location.href;
|
||||
typeof $jscomp$optchain$tmp1947795445$1.contentWindow.location.href;
|
||||
} catch (err) {
|
||||
JSCompiler_inline_result = !1;
|
||||
}
|
||||
if (JSCompiler_inline_result)
|
||||
containerInfo = $jscomp$optchain$tmpm1799581304$1.contentWindow;
|
||||
containerInfo = $jscomp$optchain$tmp1947795445$1.contentWindow;
|
||||
else break;
|
||||
$jscomp$optchain$tmpm1799581304$1 = getActiveElement(
|
||||
containerInfo.document
|
||||
);
|
||||
$jscomp$optchain$tmp1947795445$1 = getActiveElement(containerInfo.document);
|
||||
}
|
||||
return $jscomp$optchain$tmpm1799581304$1;
|
||||
return $jscomp$optchain$tmp1947795445$1;
|
||||
}
|
||||
function hasSelectionCapabilities(elem) {
|
||||
var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();
|
||||
@@ -17786,14 +17781,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1798 = React.version;
|
||||
if (
|
||||
"19.0.0-www-classic-8152e5cd-20240916" !==
|
||||
"19.0.0-www-classic-a99d8e8d-20240916" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1798
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1798,
|
||||
"19.0.0-www-classic-8152e5cd-20240916"
|
||||
"19.0.0-www-classic-a99d8e8d-20240916"
|
||||
)
|
||||
);
|
||||
function flushSyncFromReconciler(fn) {
|
||||
@@ -17838,11 +17833,11 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2298 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-www-classic-8152e5cd-20240916",
|
||||
version: "19.0.0-www-classic-a99d8e8d-20240916",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-classic-8152e5cd-20240916"
|
||||
reconcilerVersion: "19.0.0-www-classic-a99d8e8d-20240916"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2299 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -18449,4 +18444,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-www-classic-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-classic-a99d8e8d-20240916";
|
||||
|
||||
@@ -13197,36 +13197,36 @@ function containsNode(outerNode, innerNode) {
|
||||
: !1;
|
||||
}
|
||||
function getActiveElementDeep(containerInfo) {
|
||||
var $jscomp$optchain$tmp902704102$1, $jscomp$nullish$tmp0;
|
||||
var $jscomp$optchain$tmpm312533830$1, $jscomp$nullish$tmp0;
|
||||
containerInfo =
|
||||
null !=
|
||||
($jscomp$nullish$tmp0 =
|
||||
null == containerInfo
|
||||
? void 0
|
||||
: null ==
|
||||
($jscomp$optchain$tmp902704102$1 = containerInfo.ownerDocument)
|
||||
($jscomp$optchain$tmpm312533830$1 = containerInfo.ownerDocument)
|
||||
? void 0
|
||||
: $jscomp$optchain$tmp902704102$1.defaultView)
|
||||
: $jscomp$optchain$tmpm312533830$1.defaultView)
|
||||
? $jscomp$nullish$tmp0
|
||||
: window;
|
||||
for (
|
||||
$jscomp$optchain$tmp902704102$1 = getActiveElement(containerInfo.document);
|
||||
$jscomp$optchain$tmp902704102$1 instanceof containerInfo.HTMLIFrameElement;
|
||||
$jscomp$optchain$tmpm312533830$1 = getActiveElement(containerInfo.document);
|
||||
$jscomp$optchain$tmpm312533830$1 instanceof containerInfo.HTMLIFrameElement;
|
||||
|
||||
) {
|
||||
try {
|
||||
var JSCompiler_inline_result =
|
||||
"string" ===
|
||||
typeof $jscomp$optchain$tmp902704102$1.contentWindow.location.href;
|
||||
typeof $jscomp$optchain$tmpm312533830$1.contentWindow.location.href;
|
||||
} catch (err) {
|
||||
JSCompiler_inline_result = !1;
|
||||
}
|
||||
if (JSCompiler_inline_result)
|
||||
containerInfo = $jscomp$optchain$tmp902704102$1.contentWindow;
|
||||
containerInfo = $jscomp$optchain$tmpm312533830$1.contentWindow;
|
||||
else break;
|
||||
$jscomp$optchain$tmp902704102$1 = getActiveElement(containerInfo.document);
|
||||
$jscomp$optchain$tmpm312533830$1 = getActiveElement(containerInfo.document);
|
||||
}
|
||||
return $jscomp$optchain$tmp902704102$1;
|
||||
return $jscomp$optchain$tmpm312533830$1;
|
||||
}
|
||||
function hasSelectionCapabilities(elem) {
|
||||
var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase();
|
||||
@@ -17157,14 +17157,14 @@ function getCrossOriginStringAs(as, input) {
|
||||
}
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1769 = React.version;
|
||||
if (
|
||||
"19.0.0-www-modern-8152e5cd-20240916" !==
|
||||
"19.0.0-www-modern-a99d8e8d-20240916" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1769
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1769,
|
||||
"19.0.0-www-modern-8152e5cd-20240916"
|
||||
"19.0.0-www-modern-a99d8e8d-20240916"
|
||||
)
|
||||
);
|
||||
Internals.findDOMNode = function (componentOrElement) {
|
||||
@@ -17182,11 +17182,11 @@ Internals.Events = [
|
||||
];
|
||||
var internals$jscomp$inline_2289 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-www-modern-8152e5cd-20240916",
|
||||
version: "19.0.0-www-modern-a99d8e8d-20240916",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-modern-8152e5cd-20240916"
|
||||
reconcilerVersion: "19.0.0-www-modern-a99d8e8d-20240916"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2290 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -17700,4 +17700,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-www-modern-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-modern-a99d8e8d-20240916";
|
||||
|
||||
@@ -19315,7 +19315,7 @@ __DEV__ &&
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-classic-8152e5cd-20240916"
|
||||
reconcilerVersion: "19.0.0-www-classic-a99d8e8d-20240916"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -18709,7 +18709,7 @@ __DEV__ &&
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-modern-8152e5cd-20240916"
|
||||
reconcilerVersion: "19.0.0-www-modern-a99d8e8d-20240916"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -12891,7 +12891,7 @@ module.exports = function ($$$config) {
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-classic-8152e5cd-20240916"
|
||||
reconcilerVersion: "19.0.0-www-classic-a99d8e8d-20240916"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -12384,7 +12384,7 @@ module.exports = function ($$$config) {
|
||||
rendererPackageName: rendererPackageName,
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-modern-8152e5cd-20240916"
|
||||
reconcilerVersion: "19.0.0-www-modern-a99d8e8d-20240916"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -15020,11 +15020,11 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.0.0-www-classic-8152e5cd-20240916",
|
||||
version: "19.0.0-www-classic-a99d8e8d-20240916",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-classic-8152e5cd-20240916"
|
||||
reconcilerVersion: "19.0.0-www-classic-a99d8e8d-20240916"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -15159,5 +15159,5 @@ __DEV__ &&
|
||||
exports.unstable_batchedUpdates = function (fn, a) {
|
||||
return fn(a);
|
||||
};
|
||||
exports.version = "19.0.0-www-classic-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-classic-a99d8e8d-20240916";
|
||||
})();
|
||||
|
||||
@@ -15020,11 +15020,11 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.0.0-www-modern-8152e5cd-20240916",
|
||||
version: "19.0.0-www-modern-a99d8e8d-20240916",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-www-modern-8152e5cd-20240916"
|
||||
reconcilerVersion: "19.0.0-www-modern-a99d8e8d-20240916"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -15159,5 +15159,5 @@ __DEV__ &&
|
||||
exports.unstable_batchedUpdates = function (fn, a) {
|
||||
return fn(a);
|
||||
};
|
||||
exports.version = "19.0.0-www-modern-8152e5cd-20240916";
|
||||
exports.version = "19.0.0-www-modern-a99d8e8d-20240916";
|
||||
})();
|
||||
|
||||
@@ -1 +1 @@
|
||||
19.0.0-www-classic-8152e5cd-20240916
|
||||
19.0.0-www-classic-a99d8e8d-20240916
|
||||
@@ -1 +1 @@
|
||||
19.0.0-www-modern-8152e5cd-20240916
|
||||
19.0.0-www-modern-a99d8e8d-20240916
|
||||
Reference in New Issue
Block a user