From 918b30cd6b81e54bc7aa85c5d51d3711a9f01b2c Mon Sep 17 00:00:00 2001 From: hoxyq Date: Wed, 18 Sep 2024 10:38:31 -0700 Subject: [PATCH] chore: remove settings manager from react-devtools-core (#30986) Stacked on https://github.com/facebook/react/pull/30636. See [this commit](https://github.com/facebook/react/pull/30986/commits/20cec76c44f77e74b3a85225fecab5a431cd986f). This has been only used for React Native and will be replaced by another approach (initialization via `installHook` call) in the next PR. DiffTrain build for [f2c57a31e9953b3889c56f68e129e67afca15d0e](https://github.com/facebook/react/commit/f2c57a31e9953b3889c56f68e129e67afca15d0e) --- 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 | 28 ++++++++-------- .../facebook-www/ReactDOM-prod.classic.js | 33 +++++++++++-------- compiled/facebook-www/ReactDOM-prod.modern.js | 33 ++++++++----------- .../ReactDOM-profiling.classic.js | 33 +++++++++++-------- .../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 | 30 ++++++++--------- .../ReactDOMTesting-dev.modern.js | 30 +++++++++-------- .../ReactDOMTesting-prod.classic.js | 33 +++++++++++-------- .../ReactDOMTesting-prod.modern.js | 33 +++++++++++-------- .../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, 198 insertions(+), 183 deletions(-) diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index cad553e112816..0e16487da8fde 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -f37c7bc6539b4da38f7080b5486eb00bdb2c3237 +f2c57a31e9953b3889c56f68e129e67afca15d0e diff --git a/compiled/facebook-www/REVISION_TRANSFORMS b/compiled/facebook-www/REVISION_TRANSFORMS index cad553e112816..0e16487da8fde 100644 --- a/compiled/facebook-www/REVISION_TRANSFORMS +++ b/compiled/facebook-www/REVISION_TRANSFORMS @@ -1 +1 @@ -f37c7bc6539b4da38f7080b5486eb00bdb2c3237 +f2c57a31e9953b3889c56f68e129e67afca15d0e diff --git a/compiled/facebook-www/React-dev.classic.js b/compiled/facebook-www/React-dev.classic.js index dd71954886ec4..e5ab4ff51452c 100644 --- a/compiled/facebook-www/React-dev.classic.js +++ b/compiled/facebook-www/React-dev.classic.js @@ -2000,7 +2000,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.0.0-www-classic-f37c7bc6-20240918"; + exports.version = "19.0.0-www-classic-f2c57a31-20240918"; "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 a35ea1d045d82..49190d827fec2 100644 --- a/compiled/facebook-www/React-dev.modern.js +++ b/compiled/facebook-www/React-dev.modern.js @@ -1980,7 +1980,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.0.0-www-modern-f37c7bc6-20240918"; + exports.version = "19.0.0-www-modern-f2c57a31-20240918"; "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 6810caa0988a1..e64424db90eba 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-f37c7bc6-20240918"; +exports.version = "19.0.0-www-classic-f2c57a31-20240918"; diff --git a/compiled/facebook-www/React-prod.modern.js b/compiled/facebook-www/React-prod.modern.js index 29c4bd23c4482..b3f832b105fbc 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-f37c7bc6-20240918"; +exports.version = "19.0.0-www-modern-f2c57a31-20240918"; diff --git a/compiled/facebook-www/React-profiling.classic.js b/compiled/facebook-www/React-profiling.classic.js index 4cc8b845ea080..6712576fe1004 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-f37c7bc6-20240918"; +exports.version = "19.0.0-www-classic-f2c57a31-20240918"; "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 ce04bd0988d76..df65315984a02 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-f37c7bc6-20240918"; +exports.version = "19.0.0-www-modern-f2c57a31-20240918"; "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 5720967034e4a..9090e294ce781 100644 --- a/compiled/facebook-www/ReactART-dev.classic.js +++ b/compiled/facebook-www/ReactART-dev.classic.js @@ -17026,11 +17026,11 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.0.0-www-classic-f37c7bc6-20240918", + version: "19.0.0-www-classic-f2c57a31-20240918", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-f37c7bc6-20240918" + reconcilerVersion: "19.0.0-www-classic-f2c57a31-20240918" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -17064,7 +17064,7 @@ __DEV__ && exports.Shape = Shape; exports.Surface = Surface; exports.Text = Text; - exports.version = "19.0.0-www-classic-f37c7bc6-20240918"; + exports.version = "19.0.0-www-classic-f2c57a31-20240918"; "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 be257b0b3fc9d..7b5a53e6969bf 100644 --- a/compiled/facebook-www/ReactART-dev.modern.js +++ b/compiled/facebook-www/ReactART-dev.modern.js @@ -16472,11 +16472,11 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.0.0-www-modern-f37c7bc6-20240918", + version: "19.0.0-www-modern-f2c57a31-20240918", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-f37c7bc6-20240918" + reconcilerVersion: "19.0.0-www-modern-f2c57a31-20240918" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -16510,7 +16510,7 @@ __DEV__ && exports.Shape = Shape; exports.Surface = Surface; exports.Text = Text; - exports.version = "19.0.0-www-modern-f37c7bc6-20240918"; + exports.version = "19.0.0-www-modern-f2c57a31-20240918"; "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 09b1441dddd53..480bc575e5c67 100644 --- a/compiled/facebook-www/ReactART-prod.classic.js +++ b/compiled/facebook-www/ReactART-prod.classic.js @@ -10853,13 +10853,13 @@ var slice = Array.prototype.slice, })(React.Component); var internals$jscomp$inline_1439 = { bundleType: 0, - version: "19.0.0-www-classic-f37c7bc6-20240918", + version: "19.0.0-www-classic-f2c57a31-20240918", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: function () { return null; }, - reconcilerVersion: "19.0.0-www-classic-f37c7bc6-20240918" + reconcilerVersion: "19.0.0-www-classic-f2c57a31-20240918" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1440 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -10885,4 +10885,4 @@ exports.RadialGradient = RadialGradient; exports.Shape = TYPES.SHAPE; exports.Surface = Surface; exports.Text = Text; -exports.version = "19.0.0-www-classic-f37c7bc6-20240918"; +exports.version = "19.0.0-www-classic-f2c57a31-20240918"; diff --git a/compiled/facebook-www/ReactART-prod.modern.js b/compiled/facebook-www/ReactART-prod.modern.js index a75d95993a195..79908fc3fc247 100644 --- a/compiled/facebook-www/ReactART-prod.modern.js +++ b/compiled/facebook-www/ReactART-prod.modern.js @@ -10367,13 +10367,13 @@ var slice = Array.prototype.slice, })(React.Component); var internals$jscomp$inline_1431 = { bundleType: 0, - version: "19.0.0-www-modern-f37c7bc6-20240918", + version: "19.0.0-www-modern-f2c57a31-20240918", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: function () { return null; }, - reconcilerVersion: "19.0.0-www-modern-f37c7bc6-20240918" + reconcilerVersion: "19.0.0-www-modern-f2c57a31-20240918" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1432 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -10399,4 +10399,4 @@ exports.RadialGradient = RadialGradient; exports.Shape = TYPES.SHAPE; exports.Surface = Surface; exports.Text = Text; -exports.version = "19.0.0-www-modern-f37c7bc6-20240918"; +exports.version = "19.0.0-www-modern-f2c57a31-20240918"; diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index a6a9325f1d0e4..302862a157716 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -18576,41 +18576,41 @@ __DEV__ && : !1; } function getActiveElementDeep(containerInfo) { - var $jscomp$optchain$tmpm375336033$1, $jscomp$nullish$tmp0; + var $jscomp$optchain$tmp481149123$1, $jscomp$nullish$tmp0; containerInfo = null != ($jscomp$nullish$tmp0 = null == containerInfo ? void 0 : null == - ($jscomp$optchain$tmpm375336033$1 = containerInfo.ownerDocument) + ($jscomp$optchain$tmp481149123$1 = containerInfo.ownerDocument) ? void 0 - : $jscomp$optchain$tmpm375336033$1.defaultView) + : $jscomp$optchain$tmp481149123$1.defaultView) ? $jscomp$nullish$tmp0 : window; for ( - $jscomp$optchain$tmpm375336033$1 = getActiveElement( + $jscomp$optchain$tmp481149123$1 = getActiveElement( containerInfo.document ); - $jscomp$optchain$tmpm375336033$1 instanceof + $jscomp$optchain$tmp481149123$1 instanceof containerInfo.HTMLIFrameElement; ) { try { var JSCompiler_inline_result = "string" === - typeof $jscomp$optchain$tmpm375336033$1.contentWindow.location.href; + typeof $jscomp$optchain$tmp481149123$1.contentWindow.location.href; } catch (err) { JSCompiler_inline_result = !1; } if (JSCompiler_inline_result) - containerInfo = $jscomp$optchain$tmpm375336033$1.contentWindow; + containerInfo = $jscomp$optchain$tmp481149123$1.contentWindow; else break; - $jscomp$optchain$tmpm375336033$1 = getActiveElement( + $jscomp$optchain$tmp481149123$1 = getActiveElement( containerInfo.document ); } - return $jscomp$optchain$tmpm375336033$1; + return $jscomp$optchain$tmp481149123$1; } function hasSelectionCapabilities(elem) { var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase(); @@ -27774,11 +27774,11 @@ __DEV__ && : flushSyncErrorInBuildsThatSupportLegacyMode; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-classic-f37c7bc6-20240918" !== isomorphicReactPackageVersion) + if ("19.0.0-www-classic-f2c57a31-20240918" !== 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-f37c7bc6-20240918\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-classic-f2c57a31-20240918\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -27822,11 +27822,11 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.0.0-www-classic-f37c7bc6-20240918", + version: "19.0.0-www-classic-f2c57a31-20240918", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-f37c7bc6-20240918" + reconcilerVersion: "19.0.0-www-classic-f2c57a31-20240918" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -28479,7 +28479,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-classic-f37c7bc6-20240918"; + exports.version = "19.0.0-www-classic-f2c57a31-20240918"; "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 b396f99173575..df7842ef9fb7a 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -17910,41 +17910,41 @@ __DEV__ && : !1; } function getActiveElementDeep(containerInfo) { - var $jscomp$optchain$tmp1329410009$1, $jscomp$nullish$tmp0; + var $jscomp$optchain$tmpm829757715$1, $jscomp$nullish$tmp0; containerInfo = null != ($jscomp$nullish$tmp0 = null == containerInfo ? void 0 : null == - ($jscomp$optchain$tmp1329410009$1 = containerInfo.ownerDocument) + ($jscomp$optchain$tmpm829757715$1 = containerInfo.ownerDocument) ? void 0 - : $jscomp$optchain$tmp1329410009$1.defaultView) + : $jscomp$optchain$tmpm829757715$1.defaultView) ? $jscomp$nullish$tmp0 : window; for ( - $jscomp$optchain$tmp1329410009$1 = getActiveElement( + $jscomp$optchain$tmpm829757715$1 = getActiveElement( containerInfo.document ); - $jscomp$optchain$tmp1329410009$1 instanceof + $jscomp$optchain$tmpm829757715$1 instanceof containerInfo.HTMLIFrameElement; ) { try { var JSCompiler_inline_result = "string" === - typeof $jscomp$optchain$tmp1329410009$1.contentWindow.location.href; + typeof $jscomp$optchain$tmpm829757715$1.contentWindow.location.href; } catch (err) { JSCompiler_inline_result = !1; } if (JSCompiler_inline_result) - containerInfo = $jscomp$optchain$tmp1329410009$1.contentWindow; + containerInfo = $jscomp$optchain$tmpm829757715$1.contentWindow; else break; - $jscomp$optchain$tmp1329410009$1 = getActiveElement( + $jscomp$optchain$tmpm829757715$1 = getActiveElement( containerInfo.document ); } - return $jscomp$optchain$tmp1329410009$1; + return $jscomp$optchain$tmpm829757715$1; } function hasSelectionCapabilities(elem) { var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase(); @@ -26891,11 +26891,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-modern-f37c7bc6-20240918" !== isomorphicReactPackageVersion) + if ("19.0.0-www-modern-f2c57a31-20240918" !== 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-f37c7bc6-20240918\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-modern-f2c57a31-20240918\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -26938,11 +26938,11 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.0.0-www-modern-f37c7bc6-20240918", + version: "19.0.0-www-modern-f2c57a31-20240918", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-f37c7bc6-20240918" + reconcilerVersion: "19.0.0-www-modern-f2c57a31-20240918" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -27547,7 +27547,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-modern-f37c7bc6-20240918"; + exports.version = "19.0.0-www-modern-f2c57a31-20240918"; "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 dde3629fbf14a..95edcb7971121 100644 --- a/compiled/facebook-www/ReactDOM-prod.classic.js +++ b/compiled/facebook-www/ReactDOM-prod.classic.js @@ -13456,36 +13456,41 @@ function containsNode(outerNode, innerNode) { : !1; } function getActiveElementDeep(containerInfo) { - var $jscomp$optchain$tmpm560369096$1, $jscomp$nullish$tmp0; + var $jscomp$optchain$tmpm1800904853$1, $jscomp$nullish$tmp0; containerInfo = null != ($jscomp$nullish$tmp0 = null == containerInfo ? void 0 : null == - ($jscomp$optchain$tmpm560369096$1 = containerInfo.ownerDocument) + ($jscomp$optchain$tmpm1800904853$1 = containerInfo.ownerDocument) ? void 0 - : $jscomp$optchain$tmpm560369096$1.defaultView) + : $jscomp$optchain$tmpm1800904853$1.defaultView) ? $jscomp$nullish$tmp0 : window; for ( - $jscomp$optchain$tmpm560369096$1 = getActiveElement(containerInfo.document); - $jscomp$optchain$tmpm560369096$1 instanceof containerInfo.HTMLIFrameElement; + $jscomp$optchain$tmpm1800904853$1 = getActiveElement( + containerInfo.document + ); + $jscomp$optchain$tmpm1800904853$1 instanceof + containerInfo.HTMLIFrameElement; ) { try { var JSCompiler_inline_result = "string" === - typeof $jscomp$optchain$tmpm560369096$1.contentWindow.location.href; + typeof $jscomp$optchain$tmpm1800904853$1.contentWindow.location.href; } catch (err) { JSCompiler_inline_result = !1; } if (JSCompiler_inline_result) - containerInfo = $jscomp$optchain$tmpm560369096$1.contentWindow; + containerInfo = $jscomp$optchain$tmpm1800904853$1.contentWindow; else break; - $jscomp$optchain$tmpm560369096$1 = getActiveElement(containerInfo.document); + $jscomp$optchain$tmpm1800904853$1 = getActiveElement( + containerInfo.document + ); } - return $jscomp$optchain$tmpm560369096$1; + return $jscomp$optchain$tmpm1800904853$1; } function hasSelectionCapabilities(elem) { var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase(); @@ -17410,14 +17415,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1768 = React.version; if ( - "19.0.0-www-classic-f37c7bc6-20240918" !== + "19.0.0-www-classic-f2c57a31-20240918" !== isomorphicReactPackageVersion$jscomp$inline_1768 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1768, - "19.0.0-www-classic-f37c7bc6-20240918" + "19.0.0-www-classic-f2c57a31-20240918" ) ); function flushSyncFromReconciler(fn) { @@ -17462,11 +17467,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_2276 = { bundleType: 0, - version: "19.0.0-www-classic-f37c7bc6-20240918", + version: "19.0.0-www-classic-f2c57a31-20240918", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-f37c7bc6-20240918" + reconcilerVersion: "19.0.0-www-classic-f2c57a31-20240918" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2277 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17922,4 +17927,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-f37c7bc6-20240918"; +exports.version = "19.0.0-www-classic-f2c57a31-20240918"; diff --git a/compiled/facebook-www/ReactDOM-prod.modern.js b/compiled/facebook-www/ReactDOM-prod.modern.js index 5552ce162ce81..6a86d1e51262c 100644 --- a/compiled/facebook-www/ReactDOM-prod.modern.js +++ b/compiled/facebook-www/ReactDOM-prod.modern.js @@ -12883,41 +12883,36 @@ function containsNode(outerNode, innerNode) { : !1; } function getActiveElementDeep(containerInfo) { - var $jscomp$optchain$tmpm1117364103$1, $jscomp$nullish$tmp0; + var $jscomp$optchain$tmp302959465$1, $jscomp$nullish$tmp0; containerInfo = null != ($jscomp$nullish$tmp0 = null == containerInfo ? void 0 : null == - ($jscomp$optchain$tmpm1117364103$1 = containerInfo.ownerDocument) + ($jscomp$optchain$tmp302959465$1 = containerInfo.ownerDocument) ? void 0 - : $jscomp$optchain$tmpm1117364103$1.defaultView) + : $jscomp$optchain$tmp302959465$1.defaultView) ? $jscomp$nullish$tmp0 : window; for ( - $jscomp$optchain$tmpm1117364103$1 = getActiveElement( - containerInfo.document - ); - $jscomp$optchain$tmpm1117364103$1 instanceof - containerInfo.HTMLIFrameElement; + $jscomp$optchain$tmp302959465$1 = getActiveElement(containerInfo.document); + $jscomp$optchain$tmp302959465$1 instanceof containerInfo.HTMLIFrameElement; ) { try { var JSCompiler_inline_result = "string" === - typeof $jscomp$optchain$tmpm1117364103$1.contentWindow.location.href; + typeof $jscomp$optchain$tmp302959465$1.contentWindow.location.href; } catch (err) { JSCompiler_inline_result = !1; } if (JSCompiler_inline_result) - containerInfo = $jscomp$optchain$tmpm1117364103$1.contentWindow; + containerInfo = $jscomp$optchain$tmp302959465$1.contentWindow; else break; - $jscomp$optchain$tmpm1117364103$1 = getActiveElement( - containerInfo.document - ); + $jscomp$optchain$tmp302959465$1 = getActiveElement(containerInfo.document); } - return $jscomp$optchain$tmpm1117364103$1; + return $jscomp$optchain$tmp302959465$1; } function hasSelectionCapabilities(elem) { var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase(); @@ -16791,14 +16786,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1739 = React.version; if ( - "19.0.0-www-modern-f37c7bc6-20240918" !== + "19.0.0-www-modern-f2c57a31-20240918" !== isomorphicReactPackageVersion$jscomp$inline_1739 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1739, - "19.0.0-www-modern-f37c7bc6-20240918" + "19.0.0-www-modern-f2c57a31-20240918" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -16816,11 +16811,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_2267 = { bundleType: 0, - version: "19.0.0-www-modern-f37c7bc6-20240918", + version: "19.0.0-www-modern-f2c57a31-20240918", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-f37c7bc6-20240918" + reconcilerVersion: "19.0.0-www-modern-f2c57a31-20240918" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2268 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17183,4 +17178,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-f37c7bc6-20240918"; +exports.version = "19.0.0-www-modern-f2c57a31-20240918"; diff --git a/compiled/facebook-www/ReactDOM-profiling.classic.js b/compiled/facebook-www/ReactDOM-profiling.classic.js index 45c8026bd9fce..41d837251dfed 100644 --- a/compiled/facebook-www/ReactDOM-profiling.classic.js +++ b/compiled/facebook-www/ReactDOM-profiling.classic.js @@ -14181,36 +14181,41 @@ function containsNode(outerNode, innerNode) { : !1; } function getActiveElementDeep(containerInfo) { - var $jscomp$optchain$tmp558464451$1, $jscomp$nullish$tmp0; + var $jscomp$optchain$tmpm1789818954$1, $jscomp$nullish$tmp0; containerInfo = null != ($jscomp$nullish$tmp0 = null == containerInfo ? void 0 : null == - ($jscomp$optchain$tmp558464451$1 = containerInfo.ownerDocument) + ($jscomp$optchain$tmpm1789818954$1 = containerInfo.ownerDocument) ? void 0 - : $jscomp$optchain$tmp558464451$1.defaultView) + : $jscomp$optchain$tmpm1789818954$1.defaultView) ? $jscomp$nullish$tmp0 : window; for ( - $jscomp$optchain$tmp558464451$1 = getActiveElement(containerInfo.document); - $jscomp$optchain$tmp558464451$1 instanceof containerInfo.HTMLIFrameElement; + $jscomp$optchain$tmpm1789818954$1 = getActiveElement( + containerInfo.document + ); + $jscomp$optchain$tmpm1789818954$1 instanceof + containerInfo.HTMLIFrameElement; ) { try { var JSCompiler_inline_result = "string" === - typeof $jscomp$optchain$tmp558464451$1.contentWindow.location.href; + typeof $jscomp$optchain$tmpm1789818954$1.contentWindow.location.href; } catch (err) { JSCompiler_inline_result = !1; } if (JSCompiler_inline_result) - containerInfo = $jscomp$optchain$tmp558464451$1.contentWindow; + containerInfo = $jscomp$optchain$tmpm1789818954$1.contentWindow; else break; - $jscomp$optchain$tmp558464451$1 = getActiveElement(containerInfo.document); + $jscomp$optchain$tmpm1789818954$1 = getActiveElement( + containerInfo.document + ); } - return $jscomp$optchain$tmp558464451$1; + return $jscomp$optchain$tmpm1789818954$1; } function hasSelectionCapabilities(elem) { var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase(); @@ -18135,14 +18140,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1862 = React.version; if ( - "19.0.0-www-classic-f37c7bc6-20240918" !== + "19.0.0-www-classic-f2c57a31-20240918" !== isomorphicReactPackageVersion$jscomp$inline_1862 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1862, - "19.0.0-www-classic-f37c7bc6-20240918" + "19.0.0-www-classic-f2c57a31-20240918" ) ); function flushSyncFromReconciler(fn) { @@ -18187,11 +18192,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_1869 = { bundleType: 0, - version: "19.0.0-www-classic-f37c7bc6-20240918", + version: "19.0.0-www-classic-f2c57a31-20240918", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-f37c7bc6-20240918" + reconcilerVersion: "19.0.0-www-classic-f2c57a31-20240918" }; enableSchedulingProfiler && ((internals$jscomp$inline_1869.getLaneLabelMap = getLaneLabelMap), @@ -18650,7 +18655,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-f37c7bc6-20240918"; +exports.version = "19.0.0-www-classic-f2c57a31-20240918"; "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 83950a2493fb3..44dd3474e313e 100644 --- a/compiled/facebook-www/ReactDOM-profiling.modern.js +++ b/compiled/facebook-www/ReactDOM-profiling.modern.js @@ -13591,36 +13591,36 @@ function containsNode(outerNode, innerNode) { : !1; } function getActiveElementDeep(containerInfo) { - var $jscomp$optchain$tmpm118425992$1, $jscomp$nullish$tmp0; + var $jscomp$optchain$tmpm955649054$1, $jscomp$nullish$tmp0; containerInfo = null != ($jscomp$nullish$tmp0 = null == containerInfo ? void 0 : null == - ($jscomp$optchain$tmpm118425992$1 = containerInfo.ownerDocument) + ($jscomp$optchain$tmpm955649054$1 = containerInfo.ownerDocument) ? void 0 - : $jscomp$optchain$tmpm118425992$1.defaultView) + : $jscomp$optchain$tmpm955649054$1.defaultView) ? $jscomp$nullish$tmp0 : window; for ( - $jscomp$optchain$tmpm118425992$1 = getActiveElement(containerInfo.document); - $jscomp$optchain$tmpm118425992$1 instanceof containerInfo.HTMLIFrameElement; + $jscomp$optchain$tmpm955649054$1 = getActiveElement(containerInfo.document); + $jscomp$optchain$tmpm955649054$1 instanceof containerInfo.HTMLIFrameElement; ) { try { var JSCompiler_inline_result = "string" === - typeof $jscomp$optchain$tmpm118425992$1.contentWindow.location.href; + typeof $jscomp$optchain$tmpm955649054$1.contentWindow.location.href; } catch (err) { JSCompiler_inline_result = !1; } if (JSCompiler_inline_result) - containerInfo = $jscomp$optchain$tmpm118425992$1.contentWindow; + containerInfo = $jscomp$optchain$tmpm955649054$1.contentWindow; else break; - $jscomp$optchain$tmpm118425992$1 = getActiveElement(containerInfo.document); + $jscomp$optchain$tmpm955649054$1 = getActiveElement(containerInfo.document); } - return $jscomp$optchain$tmpm118425992$1; + return $jscomp$optchain$tmpm955649054$1; } function hasSelectionCapabilities(elem) { var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase(); @@ -17494,14 +17494,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1833 = React.version; if ( - "19.0.0-www-modern-f37c7bc6-20240918" !== + "19.0.0-www-modern-f2c57a31-20240918" !== isomorphicReactPackageVersion$jscomp$inline_1833 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1833, - "19.0.0-www-modern-f37c7bc6-20240918" + "19.0.0-www-modern-f2c57a31-20240918" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -17519,11 +17519,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_1835 = { bundleType: 0, - version: "19.0.0-www-modern-f37c7bc6-20240918", + version: "19.0.0-www-modern-f2c57a31-20240918", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-f37c7bc6-20240918" + reconcilerVersion: "19.0.0-www-modern-f2c57a31-20240918" }; enableSchedulingProfiler && ((internals$jscomp$inline_1835.getLaneLabelMap = getLaneLabelMap), @@ -17889,7 +17889,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-f37c7bc6-20240918"; +exports.version = "19.0.0-www-modern-f2c57a31-20240918"; "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 5f735c9d0d0de..868e19224ce42 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-f37c7bc6-20240918"; + exports.version = "19.0.0-www-classic-f2c57a31-20240918"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-dev.modern.js b/compiled/facebook-www/ReactDOMServer-dev.modern.js index 47bcdf91ac66b..d9cb51b4dc6ea 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-f37c7bc6-20240918"; + exports.version = "19.0.0-www-modern-f2c57a31-20240918"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-prod.classic.js b/compiled/facebook-www/ReactDOMServer-prod.classic.js index 19fff18b6cd9e..2a4c55b62f711 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-f37c7bc6-20240918"; +exports.version = "19.0.0-www-classic-f2c57a31-20240918"; diff --git a/compiled/facebook-www/ReactDOMServer-prod.modern.js b/compiled/facebook-www/ReactDOMServer-prod.modern.js index 3bcca4e111beb..c3cd93fcd571c 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-f37c7bc6-20240918"; +exports.version = "19.0.0-www-modern-f2c57a31-20240918"; diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index 9c348ce9679a2..d53870818368d 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -18799,43 +18799,41 @@ __DEV__ && : !1; } function getActiveElementDeep(containerInfo) { - var $jscomp$optchain$tmpm1226685058$1, $jscomp$nullish$tmp0; + var $jscomp$optchain$tmp1262356538$1, $jscomp$nullish$tmp0; containerInfo = null != ($jscomp$nullish$tmp0 = null == containerInfo ? void 0 : null == - ($jscomp$optchain$tmpm1226685058$1 = - containerInfo.ownerDocument) + ($jscomp$optchain$tmp1262356538$1 = containerInfo.ownerDocument) ? void 0 - : $jscomp$optchain$tmpm1226685058$1.defaultView) + : $jscomp$optchain$tmp1262356538$1.defaultView) ? $jscomp$nullish$tmp0 : window; for ( - $jscomp$optchain$tmpm1226685058$1 = getActiveElement( + $jscomp$optchain$tmp1262356538$1 = getActiveElement( containerInfo.document ); - $jscomp$optchain$tmpm1226685058$1 instanceof + $jscomp$optchain$tmp1262356538$1 instanceof containerInfo.HTMLIFrameElement; ) { try { var JSCompiler_inline_result = "string" === - typeof $jscomp$optchain$tmpm1226685058$1.contentWindow.location - .href; + typeof $jscomp$optchain$tmp1262356538$1.contentWindow.location.href; } catch (err) { JSCompiler_inline_result = !1; } if (JSCompiler_inline_result) - containerInfo = $jscomp$optchain$tmpm1226685058$1.contentWindow; + containerInfo = $jscomp$optchain$tmp1262356538$1.contentWindow; else break; - $jscomp$optchain$tmpm1226685058$1 = getActiveElement( + $jscomp$optchain$tmp1262356538$1 = getActiveElement( containerInfo.document ); } - return $jscomp$optchain$tmpm1226685058$1; + return $jscomp$optchain$tmp1262356538$1; } function hasSelectionCapabilities(elem) { var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase(); @@ -28110,11 +28108,11 @@ __DEV__ && : flushSyncErrorInBuildsThatSupportLegacyMode; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-classic-f37c7bc6-20240918" !== isomorphicReactPackageVersion) + if ("19.0.0-www-classic-f2c57a31-20240918" !== 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-f37c7bc6-20240918\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-classic-f2c57a31-20240918\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -28158,11 +28156,11 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.0.0-www-classic-f37c7bc6-20240918", + version: "19.0.0-www-classic-f2c57a31-20240918", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-f37c7bc6-20240918" + reconcilerVersion: "19.0.0-www-classic-f2c57a31-20240918" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -28981,5 +28979,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-classic-f37c7bc6-20240918"; + exports.version = "19.0.0-www-classic-f2c57a31-20240918"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index f9162a0cfea63..947b8e7ef842e 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -18133,41 +18133,43 @@ __DEV__ && : !1; } function getActiveElementDeep(containerInfo) { - var $jscomp$optchain$tmp258701377$1, $jscomp$nullish$tmp0; + var $jscomp$optchain$tmpm1355527764$1, $jscomp$nullish$tmp0; containerInfo = null != ($jscomp$nullish$tmp0 = null == containerInfo ? void 0 : null == - ($jscomp$optchain$tmp258701377$1 = containerInfo.ownerDocument) + ($jscomp$optchain$tmpm1355527764$1 = + containerInfo.ownerDocument) ? void 0 - : $jscomp$optchain$tmp258701377$1.defaultView) + : $jscomp$optchain$tmpm1355527764$1.defaultView) ? $jscomp$nullish$tmp0 : window; for ( - $jscomp$optchain$tmp258701377$1 = getActiveElement( + $jscomp$optchain$tmpm1355527764$1 = getActiveElement( containerInfo.document ); - $jscomp$optchain$tmp258701377$1 instanceof + $jscomp$optchain$tmpm1355527764$1 instanceof containerInfo.HTMLIFrameElement; ) { try { var JSCompiler_inline_result = "string" === - typeof $jscomp$optchain$tmp258701377$1.contentWindow.location.href; + typeof $jscomp$optchain$tmpm1355527764$1.contentWindow.location + .href; } catch (err) { JSCompiler_inline_result = !1; } if (JSCompiler_inline_result) - containerInfo = $jscomp$optchain$tmp258701377$1.contentWindow; + containerInfo = $jscomp$optchain$tmpm1355527764$1.contentWindow; else break; - $jscomp$optchain$tmp258701377$1 = getActiveElement( + $jscomp$optchain$tmpm1355527764$1 = getActiveElement( containerInfo.document ); } - return $jscomp$optchain$tmp258701377$1; + return $jscomp$optchain$tmpm1355527764$1; } function hasSelectionCapabilities(elem) { var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase(); @@ -27225,11 +27227,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-modern-f37c7bc6-20240918" !== isomorphicReactPackageVersion) + if ("19.0.0-www-modern-f2c57a31-20240918" !== 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-f37c7bc6-20240918\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-modern-f2c57a31-20240918\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -27272,11 +27274,11 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.0.0-www-modern-f37c7bc6-20240918", + version: "19.0.0-www-modern-f2c57a31-20240918", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-f37c7bc6-20240918" + reconcilerVersion: "19.0.0-www-modern-f2c57a31-20240918" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -28047,5 +28049,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-modern-f37c7bc6-20240918"; + exports.version = "19.0.0-www-modern-f2c57a31-20240918"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-prod.classic.js b/compiled/facebook-www/ReactDOMTesting-prod.classic.js index 2a81796608fcd..f0fb0971e7283 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.classic.js @@ -13728,36 +13728,41 @@ function containsNode(outerNode, innerNode) { : !1; } function getActiveElementDeep(containerInfo) { - var $jscomp$optchain$tmpm518580693$1, $jscomp$nullish$tmp0; + var $jscomp$optchain$tmpm1031798148$1, $jscomp$nullish$tmp0; containerInfo = null != ($jscomp$nullish$tmp0 = null == containerInfo ? void 0 : null == - ($jscomp$optchain$tmpm518580693$1 = containerInfo.ownerDocument) + ($jscomp$optchain$tmpm1031798148$1 = containerInfo.ownerDocument) ? void 0 - : $jscomp$optchain$tmpm518580693$1.defaultView) + : $jscomp$optchain$tmpm1031798148$1.defaultView) ? $jscomp$nullish$tmp0 : window; for ( - $jscomp$optchain$tmpm518580693$1 = getActiveElement(containerInfo.document); - $jscomp$optchain$tmpm518580693$1 instanceof containerInfo.HTMLIFrameElement; + $jscomp$optchain$tmpm1031798148$1 = getActiveElement( + containerInfo.document + ); + $jscomp$optchain$tmpm1031798148$1 instanceof + containerInfo.HTMLIFrameElement; ) { try { var JSCompiler_inline_result = "string" === - typeof $jscomp$optchain$tmpm518580693$1.contentWindow.location.href; + typeof $jscomp$optchain$tmpm1031798148$1.contentWindow.location.href; } catch (err) { JSCompiler_inline_result = !1; } if (JSCompiler_inline_result) - containerInfo = $jscomp$optchain$tmpm518580693$1.contentWindow; + containerInfo = $jscomp$optchain$tmpm1031798148$1.contentWindow; else break; - $jscomp$optchain$tmpm518580693$1 = getActiveElement(containerInfo.document); + $jscomp$optchain$tmpm1031798148$1 = getActiveElement( + containerInfo.document + ); } - return $jscomp$optchain$tmpm518580693$1; + return $jscomp$optchain$tmpm1031798148$1; } function hasSelectionCapabilities(elem) { var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase(); @@ -17739,14 +17744,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1798 = React.version; if ( - "19.0.0-www-classic-f37c7bc6-20240918" !== + "19.0.0-www-classic-f2c57a31-20240918" !== isomorphicReactPackageVersion$jscomp$inline_1798 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1798, - "19.0.0-www-classic-f37c7bc6-20240918" + "19.0.0-www-classic-f2c57a31-20240918" ) ); function flushSyncFromReconciler(fn) { @@ -17791,11 +17796,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_2311 = { bundleType: 0, - version: "19.0.0-www-classic-f37c7bc6-20240918", + version: "19.0.0-www-classic-f2c57a31-20240918", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-f37c7bc6-20240918" + reconcilerVersion: "19.0.0-www-classic-f2c57a31-20240918" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2312 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -18402,4 +18407,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-f37c7bc6-20240918"; +exports.version = "19.0.0-www-classic-f2c57a31-20240918"; diff --git a/compiled/facebook-www/ReactDOMTesting-prod.modern.js b/compiled/facebook-www/ReactDOMTesting-prod.modern.js index 40688c65e3a0c..e5bef8c6f6929 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.modern.js @@ -13155,36 +13155,41 @@ function containsNode(outerNode, innerNode) { : !1; } function getActiveElementDeep(containerInfo) { - var $jscomp$optchain$tmp671538263$1, $jscomp$nullish$tmp0; + var $jscomp$optchain$tmpm1182623857$1, $jscomp$nullish$tmp0; containerInfo = null != ($jscomp$nullish$tmp0 = null == containerInfo ? void 0 : null == - ($jscomp$optchain$tmp671538263$1 = containerInfo.ownerDocument) + ($jscomp$optchain$tmpm1182623857$1 = containerInfo.ownerDocument) ? void 0 - : $jscomp$optchain$tmp671538263$1.defaultView) + : $jscomp$optchain$tmpm1182623857$1.defaultView) ? $jscomp$nullish$tmp0 : window; for ( - $jscomp$optchain$tmp671538263$1 = getActiveElement(containerInfo.document); - $jscomp$optchain$tmp671538263$1 instanceof containerInfo.HTMLIFrameElement; + $jscomp$optchain$tmpm1182623857$1 = getActiveElement( + containerInfo.document + ); + $jscomp$optchain$tmpm1182623857$1 instanceof + containerInfo.HTMLIFrameElement; ) { try { var JSCompiler_inline_result = "string" === - typeof $jscomp$optchain$tmp671538263$1.contentWindow.location.href; + typeof $jscomp$optchain$tmpm1182623857$1.contentWindow.location.href; } catch (err) { JSCompiler_inline_result = !1; } if (JSCompiler_inline_result) - containerInfo = $jscomp$optchain$tmp671538263$1.contentWindow; + containerInfo = $jscomp$optchain$tmpm1182623857$1.contentWindow; else break; - $jscomp$optchain$tmp671538263$1 = getActiveElement(containerInfo.document); + $jscomp$optchain$tmpm1182623857$1 = getActiveElement( + containerInfo.document + ); } - return $jscomp$optchain$tmp671538263$1; + return $jscomp$optchain$tmpm1182623857$1; } function hasSelectionCapabilities(elem) { var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase(); @@ -17115,14 +17120,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1769 = React.version; if ( - "19.0.0-www-modern-f37c7bc6-20240918" !== + "19.0.0-www-modern-f2c57a31-20240918" !== isomorphicReactPackageVersion$jscomp$inline_1769 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1769, - "19.0.0-www-modern-f37c7bc6-20240918" + "19.0.0-www-modern-f2c57a31-20240918" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -17140,11 +17145,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_2302 = { bundleType: 0, - version: "19.0.0-www-modern-f37c7bc6-20240918", + version: "19.0.0-www-modern-f2c57a31-20240918", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-f37c7bc6-20240918" + reconcilerVersion: "19.0.0-www-modern-f2c57a31-20240918" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2303 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17658,4 +17663,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-f37c7bc6-20240918"; +exports.version = "19.0.0-www-modern-f2c57a31-20240918"; diff --git a/compiled/facebook-www/ReactReconciler-dev.classic.js b/compiled/facebook-www/ReactReconciler-dev.classic.js index a72f6df571dde..27063673fa8e2 100644 --- a/compiled/facebook-www/ReactReconciler-dev.classic.js +++ b/compiled/facebook-www/ReactReconciler-dev.classic.js @@ -19212,7 +19212,7 @@ __DEV__ && rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-f37c7bc6-20240918" + reconcilerVersion: "19.0.0-www-classic-f2c57a31-20240918" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-dev.modern.js b/compiled/facebook-www/ReactReconciler-dev.modern.js index 93990d0070a52..a113d1ffc0424 100644 --- a/compiled/facebook-www/ReactReconciler-dev.modern.js +++ b/compiled/facebook-www/ReactReconciler-dev.modern.js @@ -18606,7 +18606,7 @@ __DEV__ && rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-f37c7bc6-20240918" + reconcilerVersion: "19.0.0-www-modern-f2c57a31-20240918" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-prod.classic.js b/compiled/facebook-www/ReactReconciler-prod.classic.js index 4a2c84d77c1ff..87d9096667970 100644 --- a/compiled/facebook-www/ReactReconciler-prod.classic.js +++ b/compiled/facebook-www/ReactReconciler-prod.classic.js @@ -12849,7 +12849,7 @@ module.exports = function ($$$config) { rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-f37c7bc6-20240918" + reconcilerVersion: "19.0.0-www-classic-f2c57a31-20240918" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-prod.modern.js b/compiled/facebook-www/ReactReconciler-prod.modern.js index 49df8e14053a0..620f65dc1dc99 100644 --- a/compiled/facebook-www/ReactReconciler-prod.modern.js +++ b/compiled/facebook-www/ReactReconciler-prod.modern.js @@ -12342,7 +12342,7 @@ module.exports = function ($$$config) { rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-f37c7bc6-20240918" + reconcilerVersion: "19.0.0-www-modern-f2c57a31-20240918" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.classic.js b/compiled/facebook-www/ReactTestRenderer-dev.classic.js index b2c13b1a39da7..9c909c0a01a99 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.classic.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.classic.js @@ -14974,11 +14974,11 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.0.0-www-classic-f37c7bc6-20240918", + version: "19.0.0-www-classic-f2c57a31-20240918", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-f37c7bc6-20240918" + reconcilerVersion: "19.0.0-www-classic-f2c57a31-20240918" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15113,5 +15113,5 @@ __DEV__ && exports.unstable_batchedUpdates = function (fn, a) { return fn(a); }; - exports.version = "19.0.0-www-classic-f37c7bc6-20240918"; + exports.version = "19.0.0-www-classic-f2c57a31-20240918"; })(); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.modern.js b/compiled/facebook-www/ReactTestRenderer-dev.modern.js index 16c556bce4434..9174fdb76f8f3 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.modern.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.modern.js @@ -14974,11 +14974,11 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.0.0-www-modern-f37c7bc6-20240918", + version: "19.0.0-www-modern-f2c57a31-20240918", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-f37c7bc6-20240918" + reconcilerVersion: "19.0.0-www-modern-f2c57a31-20240918" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15113,5 +15113,5 @@ __DEV__ && exports.unstable_batchedUpdates = function (fn, a) { return fn(a); }; - exports.version = "19.0.0-www-modern-f37c7bc6-20240918"; + exports.version = "19.0.0-www-modern-f2c57a31-20240918"; })(); diff --git a/compiled/facebook-www/VERSION_CLASSIC b/compiled/facebook-www/VERSION_CLASSIC index 9be5a09bb3531..2debb3e767f4f 100644 --- a/compiled/facebook-www/VERSION_CLASSIC +++ b/compiled/facebook-www/VERSION_CLASSIC @@ -1 +1 @@ -19.0.0-www-classic-f37c7bc6-20240918 \ No newline at end of file +19.0.0-www-classic-f2c57a31-20240918 \ No newline at end of file diff --git a/compiled/facebook-www/VERSION_MODERN b/compiled/facebook-www/VERSION_MODERN index 12201a1ff4614..534bcef2c1260 100644 --- a/compiled/facebook-www/VERSION_MODERN +++ b/compiled/facebook-www/VERSION_MODERN @@ -1 +1 @@ -19.0.0-www-modern-f37c7bc6-20240918 \ No newline at end of file +19.0.0-www-modern-f2c57a31-20240918 \ No newline at end of file