From 9901f5a09804bbc2b49dc920571ace5ad44dcc58 Mon Sep 17 00:00:00 2001 From: mofeiZ Date: Mon, 16 Sep 2024 13:03:43 -0700 Subject: [PATCH] [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 [a99d8e8d97055127a8ad7b01835d2660154689ed](https://github.com/facebook/react/commit/a99d8e8d97055127a8ad7b01835d2660154689ed) --- compiled/facebook-www/REVISION | 2 +- compiled/facebook-www/REVISION_TRANSFORMS | 2 +- compiled/facebook-www/React-dev.classic.js | 2 +- compiled/facebook-www/React-dev.modern.js | 2 +- compiled/facebook-www/React-prod.classic.js | 2 +- compiled/facebook-www/React-prod.modern.js | 2 +- .../facebook-www/React-profiling.classic.js | 2 +- .../facebook-www/React-profiling.modern.js | 2 +- compiled/facebook-www/ReactART-dev.classic.js | 6 ++-- compiled/facebook-www/ReactART-dev.modern.js | 6 ++-- .../facebook-www/ReactART-prod.classic.js | 6 ++-- compiled/facebook-www/ReactART-prod.modern.js | 6 ++-- compiled/facebook-www/ReactDOM-dev.classic.js | 28 ++++++++-------- compiled/facebook-www/ReactDOM-dev.modern.js | 30 +++++++++-------- .../facebook-www/ReactDOM-prod.classic.js | 28 ++++++++-------- compiled/facebook-www/ReactDOM-prod.modern.js | 28 ++++++++-------- .../ReactDOM-profiling.classic.js | 29 ++++++++-------- .../facebook-www/ReactDOM-profiling.modern.js | 28 ++++++++-------- .../ReactDOMServer-dev.classic.js | 2 +- .../facebook-www/ReactDOMServer-dev.modern.js | 2 +- .../ReactDOMServer-prod.classic.js | 2 +- .../ReactDOMServer-prod.modern.js | 2 +- .../ReactDOMTesting-dev.classic.js | 28 ++++++++-------- .../ReactDOMTesting-dev.modern.js | 28 ++++++++-------- .../ReactDOMTesting-prod.classic.js | 33 ++++++++----------- .../ReactDOMTesting-prod.modern.js | 28 ++++++++-------- .../ReactReconciler-dev.classic.js | 2 +- .../ReactReconciler-dev.modern.js | 2 +- .../ReactReconciler-prod.classic.js | 2 +- .../ReactReconciler-prod.modern.js | 2 +- .../ReactTestRenderer-dev.classic.js | 6 ++-- .../ReactTestRenderer-dev.modern.js | 6 ++-- compiled/facebook-www/VERSION_CLASSIC | 2 +- compiled/facebook-www/VERSION_MODERN | 2 +- 34 files changed, 178 insertions(+), 182 deletions(-) diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index 4e8ccbbea4..efa6174ca5 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -8152e5cd27721e792f395c0b62c8a7769a54777a +a99d8e8d97055127a8ad7b01835d2660154689ed diff --git a/compiled/facebook-www/REVISION_TRANSFORMS b/compiled/facebook-www/REVISION_TRANSFORMS index 4e8ccbbea4..efa6174ca5 100644 --- a/compiled/facebook-www/REVISION_TRANSFORMS +++ b/compiled/facebook-www/REVISION_TRANSFORMS @@ -1 +1 @@ -8152e5cd27721e792f395c0b62c8a7769a54777a +a99d8e8d97055127a8ad7b01835d2660154689ed diff --git a/compiled/facebook-www/React-dev.classic.js b/compiled/facebook-www/React-dev.classic.js index bff1bbe978..4999c6c8e7 100644 --- a/compiled/facebook-www/React-dev.classic.js +++ b/compiled/facebook-www/React-dev.classic.js @@ -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 && diff --git a/compiled/facebook-www/React-dev.modern.js b/compiled/facebook-www/React-dev.modern.js index f508ea2e4f..3bd0c890f4 100644 --- a/compiled/facebook-www/React-dev.modern.js +++ b/compiled/facebook-www/React-dev.modern.js @@ -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 && diff --git a/compiled/facebook-www/React-prod.classic.js b/compiled/facebook-www/React-prod.classic.js index 49b2c37485..4ea446f251 100644 --- a/compiled/facebook-www/React-prod.classic.js +++ b/compiled/facebook-www/React-prod.classic.js @@ -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"; diff --git a/compiled/facebook-www/React-prod.modern.js b/compiled/facebook-www/React-prod.modern.js index 4762c4b788..d12226f8f2 100644 --- a/compiled/facebook-www/React-prod.modern.js +++ b/compiled/facebook-www/React-prod.modern.js @@ -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"; diff --git a/compiled/facebook-www/React-profiling.classic.js b/compiled/facebook-www/React-profiling.classic.js index e779479c4c..b119f8ce91 100644 --- a/compiled/facebook-www/React-profiling.classic.js +++ b/compiled/facebook-www/React-profiling.classic.js @@ -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 && diff --git a/compiled/facebook-www/React-profiling.modern.js b/compiled/facebook-www/React-profiling.modern.js index 352678d5d8..af746c2b75 100644 --- a/compiled/facebook-www/React-profiling.modern.js +++ b/compiled/facebook-www/React-profiling.modern.js @@ -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 && diff --git a/compiled/facebook-www/ReactART-dev.classic.js b/compiled/facebook-www/ReactART-dev.classic.js index 9ac3bd9248..ebcaba05c7 100644 --- a/compiled/facebook-www/ReactART-dev.classic.js +++ b/compiled/facebook-www/ReactART-dev.classic.js @@ -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 && diff --git a/compiled/facebook-www/ReactART-dev.modern.js b/compiled/facebook-www/ReactART-dev.modern.js index 805d1e2b09..9a53ffe765 100644 --- a/compiled/facebook-www/ReactART-dev.modern.js +++ b/compiled/facebook-www/ReactART-dev.modern.js @@ -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 && diff --git a/compiled/facebook-www/ReactART-prod.classic.js b/compiled/facebook-www/ReactART-prod.classic.js index f5c5fadfeb..07ce238510 100644 --- a/compiled/facebook-www/ReactART-prod.classic.js +++ b/compiled/facebook-www/ReactART-prod.classic.js @@ -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"; diff --git a/compiled/facebook-www/ReactART-prod.modern.js b/compiled/facebook-www/ReactART-prod.modern.js index 2bb4179385..6dd8a7b526 100644 --- a/compiled/facebook-www/ReactART-prod.modern.js +++ b/compiled/facebook-www/ReactART-prod.modern.js @@ -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"; diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index caaa60459c..c4915feda8 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -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 && diff --git a/compiled/facebook-www/ReactDOM-dev.modern.js b/compiled/facebook-www/ReactDOM-dev.modern.js index f59010a558..def6ddaf8d 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -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 && diff --git a/compiled/facebook-www/ReactDOM-prod.classic.js b/compiled/facebook-www/ReactDOM-prod.classic.js index db67bc76b9..bdc6b12736 100644 --- a/compiled/facebook-www/ReactDOM-prod.classic.js +++ b/compiled/facebook-www/ReactDOM-prod.classic.js @@ -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"; diff --git a/compiled/facebook-www/ReactDOM-prod.modern.js b/compiled/facebook-www/ReactDOM-prod.modern.js index 8a47fc1dfd..e9af2d1ac4 100644 --- a/compiled/facebook-www/ReactDOM-prod.modern.js +++ b/compiled/facebook-www/ReactDOM-prod.modern.js @@ -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"; diff --git a/compiled/facebook-www/ReactDOM-profiling.classic.js b/compiled/facebook-www/ReactDOM-profiling.classic.js index 1ccabc8ad8..8060ab691f 100644 --- a/compiled/facebook-www/ReactDOM-profiling.classic.js +++ b/compiled/facebook-www/ReactDOM-profiling.classic.js @@ -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 && diff --git a/compiled/facebook-www/ReactDOM-profiling.modern.js b/compiled/facebook-www/ReactDOM-profiling.modern.js index 14ffa25de1..46de169df3 100644 --- a/compiled/facebook-www/ReactDOM-profiling.modern.js +++ b/compiled/facebook-www/ReactDOM-profiling.modern.js @@ -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 && diff --git a/compiled/facebook-www/ReactDOMServer-dev.classic.js b/compiled/facebook-www/ReactDOMServer-dev.classic.js index 5dafea9694..af7bdaa535 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.classic.js +++ b/compiled/facebook-www/ReactDOMServer-dev.classic.js @@ -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"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-dev.modern.js b/compiled/facebook-www/ReactDOMServer-dev.modern.js index 7cc9c2f4b8..1be0f78a73 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.modern.js +++ b/compiled/facebook-www/ReactDOMServer-dev.modern.js @@ -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"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-prod.classic.js b/compiled/facebook-www/ReactDOMServer-prod.classic.js index 4518d40f27..b4b880f0c6 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.classic.js +++ b/compiled/facebook-www/ReactDOMServer-prod.classic.js @@ -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"; diff --git a/compiled/facebook-www/ReactDOMServer-prod.modern.js b/compiled/facebook-www/ReactDOMServer-prod.modern.js index 63d1432a33..928593df4e 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.modern.js +++ b/compiled/facebook-www/ReactDOMServer-prod.modern.js @@ -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"; diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index a2438bedee..f74f7dfb85 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -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"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index cc89997b58..a587e2b96b 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -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"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-prod.classic.js b/compiled/facebook-www/ReactDOMTesting-prod.classic.js index 0ed385383c..3f3bec8e99 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.classic.js @@ -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"; diff --git a/compiled/facebook-www/ReactDOMTesting-prod.modern.js b/compiled/facebook-www/ReactDOMTesting-prod.modern.js index 52b917a95e..f0a91b07ed 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.modern.js @@ -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"; diff --git a/compiled/facebook-www/ReactReconciler-dev.classic.js b/compiled/facebook-www/ReactReconciler-dev.classic.js index 7554ef41f9..34a14f0bf6 100644 --- a/compiled/facebook-www/ReactReconciler-dev.classic.js +++ b/compiled/facebook-www/ReactReconciler-dev.classic.js @@ -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); diff --git a/compiled/facebook-www/ReactReconciler-dev.modern.js b/compiled/facebook-www/ReactReconciler-dev.modern.js index 49d68836a6..f7562959b5 100644 --- a/compiled/facebook-www/ReactReconciler-dev.modern.js +++ b/compiled/facebook-www/ReactReconciler-dev.modern.js @@ -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); diff --git a/compiled/facebook-www/ReactReconciler-prod.classic.js b/compiled/facebook-www/ReactReconciler-prod.classic.js index a34df68335..b2f41449c2 100644 --- a/compiled/facebook-www/ReactReconciler-prod.classic.js +++ b/compiled/facebook-www/ReactReconciler-prod.classic.js @@ -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); diff --git a/compiled/facebook-www/ReactReconciler-prod.modern.js b/compiled/facebook-www/ReactReconciler-prod.modern.js index eb9b42090f..0f8c52081b 100644 --- a/compiled/facebook-www/ReactReconciler-prod.modern.js +++ b/compiled/facebook-www/ReactReconciler-prod.modern.js @@ -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); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.classic.js b/compiled/facebook-www/ReactTestRenderer-dev.classic.js index 1dd4e4ba27..06f661720a 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.classic.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.classic.js @@ -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"; })(); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.modern.js b/compiled/facebook-www/ReactTestRenderer-dev.modern.js index f3d821b69f..b1dc9438dc 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.modern.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.modern.js @@ -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"; })(); diff --git a/compiled/facebook-www/VERSION_CLASSIC b/compiled/facebook-www/VERSION_CLASSIC index 6794083251..14127f9bb4 100644 --- a/compiled/facebook-www/VERSION_CLASSIC +++ b/compiled/facebook-www/VERSION_CLASSIC @@ -1 +1 @@ -19.0.0-www-classic-8152e5cd-20240916 \ No newline at end of file +19.0.0-www-classic-a99d8e8d-20240916 \ No newline at end of file diff --git a/compiled/facebook-www/VERSION_MODERN b/compiled/facebook-www/VERSION_MODERN index 9f661c0cab..bc2f20a58e 100644 --- a/compiled/facebook-www/VERSION_MODERN +++ b/compiled/facebook-www/VERSION_MODERN @@ -1 +1 @@ -19.0.0-www-modern-8152e5cd-20240916 \ No newline at end of file +19.0.0-www-modern-a99d8e8d-20240916 \ No newline at end of file