From f5d6218384b2289b7229a44b40256310c91a80ed Mon Sep 17 00:00:00 2001 From: mvitousek Date: Mon, 16 Sep 2024 11:20:30 -0700 Subject: [PATCH] [compiler] Implement support for hoisted and recursive functions Summary: Introduces a new binding kind for functions that allows them to be hoisted. Also has the result of causing all nested function declarations to be outputted as function declarations, not as let bindings. ghstack-source-id: fa40d4909fb3d30c23691e36510ebb3c3cc41053 Pull Request resolved: https://github.com/facebook/react/pull/30922 DiffTrain build for [d7167c35059bc6a0ad84eb34e65b3b66328d5dd8](https://github.com/facebook/react/commit/d7167c35059bc6a0ad84eb34e65b3b66328d5dd8) --- 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 | 33 ++++++++----------- compiled/facebook-www/ReactDOM-prod.modern.js | 33 ++++++++----------- .../ReactDOM-profiling.classic.js | 29 ++++++++-------- .../facebook-www/ReactDOM-profiling.modern.js | 33 +++++++++++-------- .../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 | 28 ++++++++-------- .../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, 186 insertions(+), 188 deletions(-) diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index 04e05de6c3373..b0c0da35bdb0c 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -e78c9362c014dccaed5ff193106e44d7d072dc32 +d7167c35059bc6a0ad84eb34e65b3b66328d5dd8 diff --git a/compiled/facebook-www/REVISION_TRANSFORMS b/compiled/facebook-www/REVISION_TRANSFORMS index 04e05de6c3373..b0c0da35bdb0c 100644 --- a/compiled/facebook-www/REVISION_TRANSFORMS +++ b/compiled/facebook-www/REVISION_TRANSFORMS @@ -1 +1 @@ -e78c9362c014dccaed5ff193106e44d7d072dc32 +d7167c35059bc6a0ad84eb34e65b3b66328d5dd8 diff --git a/compiled/facebook-www/React-dev.classic.js b/compiled/facebook-www/React-dev.classic.js index c1914c29fb5c3..189518b591283 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-e78c9362-20240916"; + exports.version = "19.0.0-www-classic-d7167c35-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 baa5cd51488c6..916ed7e9c245f 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-e78c9362-20240916"; + exports.version = "19.0.0-www-modern-d7167c35-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 963b3bd7ea022..0bd67f99d001b 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-e78c9362-20240916"; +exports.version = "19.0.0-www-classic-d7167c35-20240916"; diff --git a/compiled/facebook-www/React-prod.modern.js b/compiled/facebook-www/React-prod.modern.js index 876480fd97146..88a556270e1b3 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-e78c9362-20240916"; +exports.version = "19.0.0-www-modern-d7167c35-20240916"; diff --git a/compiled/facebook-www/React-profiling.classic.js b/compiled/facebook-www/React-profiling.classic.js index eafae433ef3dd..de8583ba2832d 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-e78c9362-20240916"; +exports.version = "19.0.0-www-classic-d7167c35-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 9ed9b1d5433d4..2dd02d8e10c69 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-e78c9362-20240916"; +exports.version = "19.0.0-www-modern-d7167c35-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 aee2260321de7..c1cd7cffd77da 100644 --- a/compiled/facebook-www/ReactART-dev.classic.js +++ b/compiled/facebook-www/ReactART-dev.classic.js @@ -17136,11 +17136,11 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.0.0-www-classic-e78c9362-20240916", + version: "19.0.0-www-classic-d7167c35-20240916", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-e78c9362-20240916" + reconcilerVersion: "19.0.0-www-classic-d7167c35-20240916" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -17174,7 +17174,7 @@ __DEV__ && exports.Shape = Shape; exports.Surface = Surface; exports.Text = Text; - exports.version = "19.0.0-www-classic-e78c9362-20240916"; + exports.version = "19.0.0-www-classic-d7167c35-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 9842a3279fe0f..94634e540f8cd 100644 --- a/compiled/facebook-www/ReactART-dev.modern.js +++ b/compiled/facebook-www/ReactART-dev.modern.js @@ -16582,11 +16582,11 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.0.0-www-modern-e78c9362-20240916", + version: "19.0.0-www-modern-d7167c35-20240916", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-e78c9362-20240916" + reconcilerVersion: "19.0.0-www-modern-d7167c35-20240916" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -16620,7 +16620,7 @@ __DEV__ && exports.Shape = Shape; exports.Surface = Surface; exports.Text = Text; - exports.version = "19.0.0-www-modern-e78c9362-20240916"; + exports.version = "19.0.0-www-modern-d7167c35-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 27829ea738619..2400240651d69 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-e78c9362-20240916", + version: "19.0.0-www-classic-d7167c35-20240916", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: function () { return null; }, - reconcilerVersion: "19.0.0-www-classic-e78c9362-20240916" + reconcilerVersion: "19.0.0-www-classic-d7167c35-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-e78c9362-20240916"; +exports.version = "19.0.0-www-classic-d7167c35-20240916"; diff --git a/compiled/facebook-www/ReactART-prod.modern.js b/compiled/facebook-www/ReactART-prod.modern.js index af97bd0f2b64a..030ad6e0b5fcb 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-e78c9362-20240916", + version: "19.0.0-www-modern-d7167c35-20240916", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: function () { return null; }, - reconcilerVersion: "19.0.0-www-modern-e78c9362-20240916" + reconcilerVersion: "19.0.0-www-modern-d7167c35-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-e78c9362-20240916"; +exports.version = "19.0.0-www-modern-d7167c35-20240916"; diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index 3abe654721fbc..27fbca092d629 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -18691,41 +18691,41 @@ __DEV__ && : !1; } function getActiveElementDeep(containerInfo) { - var $jscomp$optchain$tmpm882611804$1, $jscomp$nullish$tmp0; + var $jscomp$optchain$tmp322628415$1, $jscomp$nullish$tmp0; containerInfo = null != ($jscomp$nullish$tmp0 = null == containerInfo ? void 0 : null == - ($jscomp$optchain$tmpm882611804$1 = containerInfo.ownerDocument) + ($jscomp$optchain$tmp322628415$1 = containerInfo.ownerDocument) ? void 0 - : $jscomp$optchain$tmpm882611804$1.defaultView) + : $jscomp$optchain$tmp322628415$1.defaultView) ? $jscomp$nullish$tmp0 : window; for ( - $jscomp$optchain$tmpm882611804$1 = getActiveElement( + $jscomp$optchain$tmp322628415$1 = getActiveElement( containerInfo.document ); - $jscomp$optchain$tmpm882611804$1 instanceof + $jscomp$optchain$tmp322628415$1 instanceof containerInfo.HTMLIFrameElement; ) { try { var JSCompiler_inline_result = "string" === - typeof $jscomp$optchain$tmpm882611804$1.contentWindow.location.href; + typeof $jscomp$optchain$tmp322628415$1.contentWindow.location.href; } catch (err) { JSCompiler_inline_result = !1; } if (JSCompiler_inline_result) - containerInfo = $jscomp$optchain$tmpm882611804$1.contentWindow; + containerInfo = $jscomp$optchain$tmp322628415$1.contentWindow; else break; - $jscomp$optchain$tmpm882611804$1 = getActiveElement( + $jscomp$optchain$tmp322628415$1 = getActiveElement( containerInfo.document ); } - return $jscomp$optchain$tmpm882611804$1; + return $jscomp$optchain$tmp322628415$1; } function hasSelectionCapabilities(elem) { var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase(); @@ -27890,11 +27890,11 @@ __DEV__ && : flushSyncErrorInBuildsThatSupportLegacyMode; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-classic-e78c9362-20240916" !== isomorphicReactPackageVersion) + if ("19.0.0-www-classic-d7167c35-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-e78c9362-20240916\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-classic-d7167c35-20240916\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -27938,11 +27938,11 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.0.0-www-classic-e78c9362-20240916", + version: "19.0.0-www-classic-d7167c35-20240916", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-e78c9362-20240916" + reconcilerVersion: "19.0.0-www-classic-d7167c35-20240916" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -28595,7 +28595,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-classic-e78c9362-20240916"; + exports.version = "19.0.0-www-classic-d7167c35-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 8c5a8815236be..9d20c1b1556c5 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -18025,41 +18025,43 @@ __DEV__ && : !1; } function getActiveElementDeep(containerInfo) { - var $jscomp$optchain$tmp2107687197$1, $jscomp$nullish$tmp0; + var $jscomp$optchain$tmpm1460914829$1, $jscomp$nullish$tmp0; containerInfo = null != ($jscomp$nullish$tmp0 = null == containerInfo ? void 0 : null == - ($jscomp$optchain$tmp2107687197$1 = containerInfo.ownerDocument) + ($jscomp$optchain$tmpm1460914829$1 = + containerInfo.ownerDocument) ? void 0 - : $jscomp$optchain$tmp2107687197$1.defaultView) + : $jscomp$optchain$tmpm1460914829$1.defaultView) ? $jscomp$nullish$tmp0 : window; for ( - $jscomp$optchain$tmp2107687197$1 = getActiveElement( + $jscomp$optchain$tmpm1460914829$1 = getActiveElement( containerInfo.document ); - $jscomp$optchain$tmp2107687197$1 instanceof + $jscomp$optchain$tmpm1460914829$1 instanceof containerInfo.HTMLIFrameElement; ) { try { var JSCompiler_inline_result = "string" === - typeof $jscomp$optchain$tmp2107687197$1.contentWindow.location.href; + typeof $jscomp$optchain$tmpm1460914829$1.contentWindow.location + .href; } catch (err) { JSCompiler_inline_result = !1; } if (JSCompiler_inline_result) - containerInfo = $jscomp$optchain$tmp2107687197$1.contentWindow; + containerInfo = $jscomp$optchain$tmpm1460914829$1.contentWindow; else break; - $jscomp$optchain$tmp2107687197$1 = getActiveElement( + $jscomp$optchain$tmpm1460914829$1 = getActiveElement( containerInfo.document ); } - return $jscomp$optchain$tmp2107687197$1; + return $jscomp$optchain$tmpm1460914829$1; } function hasSelectionCapabilities(elem) { var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase(); @@ -27007,11 +27009,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-modern-e78c9362-20240916" !== isomorphicReactPackageVersion) + if ("19.0.0-www-modern-d7167c35-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-e78c9362-20240916\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-modern-d7167c35-20240916\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -27054,11 +27056,11 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.0.0-www-modern-e78c9362-20240916", + version: "19.0.0-www-modern-d7167c35-20240916", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-e78c9362-20240916" + reconcilerVersion: "19.0.0-www-modern-d7167c35-20240916" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -27663,7 +27665,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-modern-e78c9362-20240916"; + exports.version = "19.0.0-www-modern-d7167c35-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 2ebe91a94cae4..da09e4da02e59 100644 --- a/compiled/facebook-www/ReactDOM-prod.classic.js +++ b/compiled/facebook-www/ReactDOM-prod.classic.js @@ -13498,41 +13498,36 @@ function containsNode(outerNode, innerNode) { : !1; } function getActiveElementDeep(containerInfo) { - var $jscomp$optchain$tmpm1466206823$1, $jscomp$nullish$tmp0; + var $jscomp$optchain$tmp1622499087$1, $jscomp$nullish$tmp0; containerInfo = null != ($jscomp$nullish$tmp0 = null == containerInfo ? void 0 : null == - ($jscomp$optchain$tmpm1466206823$1 = containerInfo.ownerDocument) + ($jscomp$optchain$tmp1622499087$1 = containerInfo.ownerDocument) ? void 0 - : $jscomp$optchain$tmpm1466206823$1.defaultView) + : $jscomp$optchain$tmp1622499087$1.defaultView) ? $jscomp$nullish$tmp0 : window; for ( - $jscomp$optchain$tmpm1466206823$1 = getActiveElement( - containerInfo.document - ); - $jscomp$optchain$tmpm1466206823$1 instanceof - containerInfo.HTMLIFrameElement; + $jscomp$optchain$tmp1622499087$1 = getActiveElement(containerInfo.document); + $jscomp$optchain$tmp1622499087$1 instanceof containerInfo.HTMLIFrameElement; ) { try { var JSCompiler_inline_result = "string" === - typeof $jscomp$optchain$tmpm1466206823$1.contentWindow.location.href; + typeof $jscomp$optchain$tmp1622499087$1.contentWindow.location.href; } catch (err) { JSCompiler_inline_result = !1; } if (JSCompiler_inline_result) - containerInfo = $jscomp$optchain$tmpm1466206823$1.contentWindow; + containerInfo = $jscomp$optchain$tmp1622499087$1.contentWindow; else break; - $jscomp$optchain$tmpm1466206823$1 = getActiveElement( - containerInfo.document - ); + $jscomp$optchain$tmp1622499087$1 = getActiveElement(containerInfo.document); } - return $jscomp$optchain$tmpm1466206823$1; + return $jscomp$optchain$tmp1622499087$1; } function hasSelectionCapabilities(elem) { var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase(); @@ -17457,14 +17452,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1768 = React.version; if ( - "19.0.0-www-classic-e78c9362-20240916" !== + "19.0.0-www-classic-d7167c35-20240916" !== isomorphicReactPackageVersion$jscomp$inline_1768 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1768, - "19.0.0-www-classic-e78c9362-20240916" + "19.0.0-www-classic-d7167c35-20240916" ) ); function flushSyncFromReconciler(fn) { @@ -17509,11 +17504,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_2263 = { bundleType: 0, - version: "19.0.0-www-classic-e78c9362-20240916", + version: "19.0.0-www-classic-d7167c35-20240916", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-e78c9362-20240916" + reconcilerVersion: "19.0.0-www-classic-d7167c35-20240916" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2264 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17969,4 +17964,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-e78c9362-20240916"; +exports.version = "19.0.0-www-classic-d7167c35-20240916"; diff --git a/compiled/facebook-www/ReactDOM-prod.modern.js b/compiled/facebook-www/ReactDOM-prod.modern.js index 53291dfb9ac3c..07f1a81413765 100644 --- a/compiled/facebook-www/ReactDOM-prod.modern.js +++ b/compiled/facebook-www/ReactDOM-prod.modern.js @@ -12925,41 +12925,36 @@ function containsNode(outerNode, innerNode) { : !1; } function getActiveElementDeep(containerInfo) { - var $jscomp$optchain$tmpm2131375050$1, $jscomp$nullish$tmp0; + var $jscomp$optchain$tmp141077029$1, $jscomp$nullish$tmp0; containerInfo = null != ($jscomp$nullish$tmp0 = null == containerInfo ? void 0 : null == - ($jscomp$optchain$tmpm2131375050$1 = containerInfo.ownerDocument) + ($jscomp$optchain$tmp141077029$1 = containerInfo.ownerDocument) ? void 0 - : $jscomp$optchain$tmpm2131375050$1.defaultView) + : $jscomp$optchain$tmp141077029$1.defaultView) ? $jscomp$nullish$tmp0 : window; for ( - $jscomp$optchain$tmpm2131375050$1 = getActiveElement( - containerInfo.document - ); - $jscomp$optchain$tmpm2131375050$1 instanceof - containerInfo.HTMLIFrameElement; + $jscomp$optchain$tmp141077029$1 = getActiveElement(containerInfo.document); + $jscomp$optchain$tmp141077029$1 instanceof containerInfo.HTMLIFrameElement; ) { try { var JSCompiler_inline_result = "string" === - typeof $jscomp$optchain$tmpm2131375050$1.contentWindow.location.href; + typeof $jscomp$optchain$tmp141077029$1.contentWindow.location.href; } catch (err) { JSCompiler_inline_result = !1; } if (JSCompiler_inline_result) - containerInfo = $jscomp$optchain$tmpm2131375050$1.contentWindow; + containerInfo = $jscomp$optchain$tmp141077029$1.contentWindow; else break; - $jscomp$optchain$tmpm2131375050$1 = getActiveElement( - containerInfo.document - ); + $jscomp$optchain$tmp141077029$1 = getActiveElement(containerInfo.document); } - return $jscomp$optchain$tmpm2131375050$1; + return $jscomp$optchain$tmp141077029$1; } function hasSelectionCapabilities(elem) { var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase(); @@ -16833,14 +16828,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1739 = React.version; if ( - "19.0.0-www-modern-e78c9362-20240916" !== + "19.0.0-www-modern-d7167c35-20240916" !== isomorphicReactPackageVersion$jscomp$inline_1739 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1739, - "19.0.0-www-modern-e78c9362-20240916" + "19.0.0-www-modern-d7167c35-20240916" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -16858,11 +16853,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_2254 = { bundleType: 0, - version: "19.0.0-www-modern-e78c9362-20240916", + version: "19.0.0-www-modern-d7167c35-20240916", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-e78c9362-20240916" + reconcilerVersion: "19.0.0-www-modern-d7167c35-20240916" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2255 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17225,4 +17220,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-e78c9362-20240916"; +exports.version = "19.0.0-www-modern-d7167c35-20240916"; diff --git a/compiled/facebook-www/ReactDOM-profiling.classic.js b/compiled/facebook-www/ReactDOM-profiling.classic.js index c052a365776f1..941262277d9a2 100644 --- a/compiled/facebook-www/ReactDOM-profiling.classic.js +++ b/compiled/facebook-www/ReactDOM-profiling.classic.js @@ -14274,35 +14274,36 @@ function containsNode(outerNode, innerNode) { : !1; } function getActiveElementDeep(containerInfo) { - var $jscomp$optchain$tmp93928784$1, $jscomp$nullish$tmp0; + var $jscomp$optchain$tmpm70934577$1, $jscomp$nullish$tmp0; containerInfo = null != ($jscomp$nullish$tmp0 = null == containerInfo ? void 0 - : null == ($jscomp$optchain$tmp93928784$1 = containerInfo.ownerDocument) + : null == + ($jscomp$optchain$tmpm70934577$1 = containerInfo.ownerDocument) ? void 0 - : $jscomp$optchain$tmp93928784$1.defaultView) + : $jscomp$optchain$tmpm70934577$1.defaultView) ? $jscomp$nullish$tmp0 : window; for ( - $jscomp$optchain$tmp93928784$1 = getActiveElement(containerInfo.document); - $jscomp$optchain$tmp93928784$1 instanceof containerInfo.HTMLIFrameElement; + $jscomp$optchain$tmpm70934577$1 = getActiveElement(containerInfo.document); + $jscomp$optchain$tmpm70934577$1 instanceof containerInfo.HTMLIFrameElement; ) { try { var JSCompiler_inline_result = "string" === - typeof $jscomp$optchain$tmp93928784$1.contentWindow.location.href; + typeof $jscomp$optchain$tmpm70934577$1.contentWindow.location.href; } catch (err) { JSCompiler_inline_result = !1; } if (JSCompiler_inline_result) - containerInfo = $jscomp$optchain$tmp93928784$1.contentWindow; + containerInfo = $jscomp$optchain$tmpm70934577$1.contentWindow; else break; - $jscomp$optchain$tmp93928784$1 = getActiveElement(containerInfo.document); + $jscomp$optchain$tmpm70934577$1 = getActiveElement(containerInfo.document); } - return $jscomp$optchain$tmp93928784$1; + return $jscomp$optchain$tmpm70934577$1; } function hasSelectionCapabilities(elem) { var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase(); @@ -18227,14 +18228,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1867 = React.version; if ( - "19.0.0-www-classic-e78c9362-20240916" !== + "19.0.0-www-classic-d7167c35-20240916" !== isomorphicReactPackageVersion$jscomp$inline_1867 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1867, - "19.0.0-www-classic-e78c9362-20240916" + "19.0.0-www-classic-d7167c35-20240916" ) ); function flushSyncFromReconciler(fn) { @@ -18279,11 +18280,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_1874 = { bundleType: 0, - version: "19.0.0-www-classic-e78c9362-20240916", + version: "19.0.0-www-classic-d7167c35-20240916", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-e78c9362-20240916" + reconcilerVersion: "19.0.0-www-classic-d7167c35-20240916" }; enableSchedulingProfiler && ((internals$jscomp$inline_1874.getLaneLabelMap = getLaneLabelMap), @@ -18742,7 +18743,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-e78c9362-20240916"; +exports.version = "19.0.0-www-classic-d7167c35-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 73df5f1783a22..9ea40acbc6adb 100644 --- a/compiled/facebook-www/ReactDOM-profiling.modern.js +++ b/compiled/facebook-www/ReactDOM-profiling.modern.js @@ -13684,36 +13684,41 @@ function containsNode(outerNode, innerNode) { : !1; } function getActiveElementDeep(containerInfo) { - var $jscomp$optchain$tmp929493187$1, $jscomp$nullish$tmp0; + var $jscomp$optchain$tmpm1599319018$1, $jscomp$nullish$tmp0; containerInfo = null != ($jscomp$nullish$tmp0 = null == containerInfo ? void 0 : null == - ($jscomp$optchain$tmp929493187$1 = containerInfo.ownerDocument) + ($jscomp$optchain$tmpm1599319018$1 = containerInfo.ownerDocument) ? void 0 - : $jscomp$optchain$tmp929493187$1.defaultView) + : $jscomp$optchain$tmpm1599319018$1.defaultView) ? $jscomp$nullish$tmp0 : window; for ( - $jscomp$optchain$tmp929493187$1 = getActiveElement(containerInfo.document); - $jscomp$optchain$tmp929493187$1 instanceof containerInfo.HTMLIFrameElement; + $jscomp$optchain$tmpm1599319018$1 = getActiveElement( + containerInfo.document + ); + $jscomp$optchain$tmpm1599319018$1 instanceof + containerInfo.HTMLIFrameElement; ) { try { var JSCompiler_inline_result = "string" === - typeof $jscomp$optchain$tmp929493187$1.contentWindow.location.href; + typeof $jscomp$optchain$tmpm1599319018$1.contentWindow.location.href; } catch (err) { JSCompiler_inline_result = !1; } if (JSCompiler_inline_result) - containerInfo = $jscomp$optchain$tmp929493187$1.contentWindow; + containerInfo = $jscomp$optchain$tmpm1599319018$1.contentWindow; else break; - $jscomp$optchain$tmp929493187$1 = getActiveElement(containerInfo.document); + $jscomp$optchain$tmpm1599319018$1 = getActiveElement( + containerInfo.document + ); } - return $jscomp$optchain$tmp929493187$1; + return $jscomp$optchain$tmpm1599319018$1; } function hasSelectionCapabilities(elem) { var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase(); @@ -17587,14 +17592,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1838 = React.version; if ( - "19.0.0-www-modern-e78c9362-20240916" !== + "19.0.0-www-modern-d7167c35-20240916" !== isomorphicReactPackageVersion$jscomp$inline_1838 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1838, - "19.0.0-www-modern-e78c9362-20240916" + "19.0.0-www-modern-d7167c35-20240916" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -17612,11 +17617,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_1840 = { bundleType: 0, - version: "19.0.0-www-modern-e78c9362-20240916", + version: "19.0.0-www-modern-d7167c35-20240916", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-e78c9362-20240916" + reconcilerVersion: "19.0.0-www-modern-d7167c35-20240916" }; enableSchedulingProfiler && ((internals$jscomp$inline_1840.getLaneLabelMap = getLaneLabelMap), @@ -17982,7 +17987,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-e78c9362-20240916"; +exports.version = "19.0.0-www-modern-d7167c35-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 c5120430d497a..644579b76fc83 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-e78c9362-20240916"; + exports.version = "19.0.0-www-classic-d7167c35-20240916"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-dev.modern.js b/compiled/facebook-www/ReactDOMServer-dev.modern.js index 90a5c64ea09b6..505d67ed49fad 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-e78c9362-20240916"; + exports.version = "19.0.0-www-modern-d7167c35-20240916"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-prod.classic.js b/compiled/facebook-www/ReactDOMServer-prod.classic.js index ece8b42003f10..5c4a8ae38caee 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-e78c9362-20240916"; +exports.version = "19.0.0-www-classic-d7167c35-20240916"; diff --git a/compiled/facebook-www/ReactDOMServer-prod.modern.js b/compiled/facebook-www/ReactDOMServer-prod.modern.js index 39b687725a5d0..0b4007b886909 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-e78c9362-20240916"; +exports.version = "19.0.0-www-modern-d7167c35-20240916"; diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index 0349efde71a7a..e466caa0b12b9 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -18914,43 +18914,41 @@ __DEV__ && : !1; } function getActiveElementDeep(containerInfo) { - var $jscomp$optchain$tmpm1036864310$1, $jscomp$nullish$tmp0; + var $jscomp$optchain$tmp993280372$1, $jscomp$nullish$tmp0; containerInfo = null != ($jscomp$nullish$tmp0 = null == containerInfo ? void 0 : null == - ($jscomp$optchain$tmpm1036864310$1 = - containerInfo.ownerDocument) + ($jscomp$optchain$tmp993280372$1 = containerInfo.ownerDocument) ? void 0 - : $jscomp$optchain$tmpm1036864310$1.defaultView) + : $jscomp$optchain$tmp993280372$1.defaultView) ? $jscomp$nullish$tmp0 : window; for ( - $jscomp$optchain$tmpm1036864310$1 = getActiveElement( + $jscomp$optchain$tmp993280372$1 = getActiveElement( containerInfo.document ); - $jscomp$optchain$tmpm1036864310$1 instanceof + $jscomp$optchain$tmp993280372$1 instanceof containerInfo.HTMLIFrameElement; ) { try { var JSCompiler_inline_result = "string" === - typeof $jscomp$optchain$tmpm1036864310$1.contentWindow.location - .href; + typeof $jscomp$optchain$tmp993280372$1.contentWindow.location.href; } catch (err) { JSCompiler_inline_result = !1; } if (JSCompiler_inline_result) - containerInfo = $jscomp$optchain$tmpm1036864310$1.contentWindow; + containerInfo = $jscomp$optchain$tmp993280372$1.contentWindow; else break; - $jscomp$optchain$tmpm1036864310$1 = getActiveElement( + $jscomp$optchain$tmp993280372$1 = getActiveElement( containerInfo.document ); } - return $jscomp$optchain$tmpm1036864310$1; + return $jscomp$optchain$tmp993280372$1; } function hasSelectionCapabilities(elem) { var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase(); @@ -28226,11 +28224,11 @@ __DEV__ && : flushSyncErrorInBuildsThatSupportLegacyMode; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-classic-e78c9362-20240916" !== isomorphicReactPackageVersion) + if ("19.0.0-www-classic-d7167c35-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-e78c9362-20240916\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-classic-d7167c35-20240916\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -28274,11 +28272,11 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.0.0-www-classic-e78c9362-20240916", + version: "19.0.0-www-classic-d7167c35-20240916", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-e78c9362-20240916" + reconcilerVersion: "19.0.0-www-classic-d7167c35-20240916" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -29097,5 +29095,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-classic-e78c9362-20240916"; + exports.version = "19.0.0-www-classic-d7167c35-20240916"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index 4912747b1fe6f..724733fa7d701 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -18248,41 +18248,43 @@ __DEV__ && : !1; } function getActiveElementDeep(containerInfo) { - var $jscomp$optchain$tmpm92038857$1, $jscomp$nullish$tmp0; + var $jscomp$optchain$tmpm1013680213$1, $jscomp$nullish$tmp0; containerInfo = null != ($jscomp$nullish$tmp0 = null == containerInfo ? void 0 : null == - ($jscomp$optchain$tmpm92038857$1 = containerInfo.ownerDocument) + ($jscomp$optchain$tmpm1013680213$1 = + containerInfo.ownerDocument) ? void 0 - : $jscomp$optchain$tmpm92038857$1.defaultView) + : $jscomp$optchain$tmpm1013680213$1.defaultView) ? $jscomp$nullish$tmp0 : window; for ( - $jscomp$optchain$tmpm92038857$1 = getActiveElement( + $jscomp$optchain$tmpm1013680213$1 = getActiveElement( containerInfo.document ); - $jscomp$optchain$tmpm92038857$1 instanceof + $jscomp$optchain$tmpm1013680213$1 instanceof containerInfo.HTMLIFrameElement; ) { try { var JSCompiler_inline_result = "string" === - typeof $jscomp$optchain$tmpm92038857$1.contentWindow.location.href; + typeof $jscomp$optchain$tmpm1013680213$1.contentWindow.location + .href; } catch (err) { JSCompiler_inline_result = !1; } if (JSCompiler_inline_result) - containerInfo = $jscomp$optchain$tmpm92038857$1.contentWindow; + containerInfo = $jscomp$optchain$tmpm1013680213$1.contentWindow; else break; - $jscomp$optchain$tmpm92038857$1 = getActiveElement( + $jscomp$optchain$tmpm1013680213$1 = getActiveElement( containerInfo.document ); } - return $jscomp$optchain$tmpm92038857$1; + return $jscomp$optchain$tmpm1013680213$1; } function hasSelectionCapabilities(elem) { var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase(); @@ -27341,11 +27343,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-modern-e78c9362-20240916" !== isomorphicReactPackageVersion) + if ("19.0.0-www-modern-d7167c35-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-e78c9362-20240916\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-modern-d7167c35-20240916\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -27388,11 +27390,11 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.0.0-www-modern-e78c9362-20240916", + version: "19.0.0-www-modern-d7167c35-20240916", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-e78c9362-20240916" + reconcilerVersion: "19.0.0-www-modern-d7167c35-20240916" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -28163,5 +28165,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-modern-e78c9362-20240916"; + exports.version = "19.0.0-www-modern-d7167c35-20240916"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-prod.classic.js b/compiled/facebook-www/ReactDOMTesting-prod.classic.js index 06ce85ab83e28..21b09b20ebfe6 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.classic.js @@ -13770,36 +13770,36 @@ function containsNode(outerNode, innerNode) { : !1; } function getActiveElementDeep(containerInfo) { - var $jscomp$optchain$tmp1782853918$1, $jscomp$nullish$tmp0; + var $jscomp$optchain$tmp424966228$1, $jscomp$nullish$tmp0; containerInfo = null != ($jscomp$nullish$tmp0 = null == containerInfo ? void 0 : null == - ($jscomp$optchain$tmp1782853918$1 = containerInfo.ownerDocument) + ($jscomp$optchain$tmp424966228$1 = containerInfo.ownerDocument) ? void 0 - : $jscomp$optchain$tmp1782853918$1.defaultView) + : $jscomp$optchain$tmp424966228$1.defaultView) ? $jscomp$nullish$tmp0 : window; for ( - $jscomp$optchain$tmp1782853918$1 = getActiveElement(containerInfo.document); - $jscomp$optchain$tmp1782853918$1 instanceof containerInfo.HTMLIFrameElement; + $jscomp$optchain$tmp424966228$1 = getActiveElement(containerInfo.document); + $jscomp$optchain$tmp424966228$1 instanceof containerInfo.HTMLIFrameElement; ) { try { var JSCompiler_inline_result = "string" === - typeof $jscomp$optchain$tmp1782853918$1.contentWindow.location.href; + typeof $jscomp$optchain$tmp424966228$1.contentWindow.location.href; } catch (err) { JSCompiler_inline_result = !1; } if (JSCompiler_inline_result) - containerInfo = $jscomp$optchain$tmp1782853918$1.contentWindow; + containerInfo = $jscomp$optchain$tmp424966228$1.contentWindow; else break; - $jscomp$optchain$tmp1782853918$1 = getActiveElement(containerInfo.document); + $jscomp$optchain$tmp424966228$1 = getActiveElement(containerInfo.document); } - return $jscomp$optchain$tmp1782853918$1; + return $jscomp$optchain$tmp424966228$1; } function hasSelectionCapabilities(elem) { var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase(); @@ -17781,14 +17781,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1798 = React.version; if ( - "19.0.0-www-classic-e78c9362-20240916" !== + "19.0.0-www-classic-d7167c35-20240916" !== isomorphicReactPackageVersion$jscomp$inline_1798 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1798, - "19.0.0-www-classic-e78c9362-20240916" + "19.0.0-www-classic-d7167c35-20240916" ) ); function flushSyncFromReconciler(fn) { @@ -17833,11 +17833,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_2298 = { bundleType: 0, - version: "19.0.0-www-classic-e78c9362-20240916", + version: "19.0.0-www-classic-d7167c35-20240916", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-e78c9362-20240916" + reconcilerVersion: "19.0.0-www-classic-d7167c35-20240916" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2299 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -18444,4 +18444,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-e78c9362-20240916"; +exports.version = "19.0.0-www-classic-d7167c35-20240916"; diff --git a/compiled/facebook-www/ReactDOMTesting-prod.modern.js b/compiled/facebook-www/ReactDOMTesting-prod.modern.js index 947f1079583a8..17a3a5d81cdbe 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.modern.js @@ -13197,41 +13197,41 @@ function containsNode(outerNode, innerNode) { : !1; } function getActiveElementDeep(containerInfo) { - var $jscomp$optchain$tmpm1471981955$1, $jscomp$nullish$tmp0; + var $jscomp$optchain$tmpm1912023413$1, $jscomp$nullish$tmp0; containerInfo = null != ($jscomp$nullish$tmp0 = null == containerInfo ? void 0 : null == - ($jscomp$optchain$tmpm1471981955$1 = containerInfo.ownerDocument) + ($jscomp$optchain$tmpm1912023413$1 = containerInfo.ownerDocument) ? void 0 - : $jscomp$optchain$tmpm1471981955$1.defaultView) + : $jscomp$optchain$tmpm1912023413$1.defaultView) ? $jscomp$nullish$tmp0 : window; for ( - $jscomp$optchain$tmpm1471981955$1 = getActiveElement( + $jscomp$optchain$tmpm1912023413$1 = getActiveElement( containerInfo.document ); - $jscomp$optchain$tmpm1471981955$1 instanceof + $jscomp$optchain$tmpm1912023413$1 instanceof containerInfo.HTMLIFrameElement; ) { try { var JSCompiler_inline_result = "string" === - typeof $jscomp$optchain$tmpm1471981955$1.contentWindow.location.href; + typeof $jscomp$optchain$tmpm1912023413$1.contentWindow.location.href; } catch (err) { JSCompiler_inline_result = !1; } if (JSCompiler_inline_result) - containerInfo = $jscomp$optchain$tmpm1471981955$1.contentWindow; + containerInfo = $jscomp$optchain$tmpm1912023413$1.contentWindow; else break; - $jscomp$optchain$tmpm1471981955$1 = getActiveElement( + $jscomp$optchain$tmpm1912023413$1 = getActiveElement( containerInfo.document ); } - return $jscomp$optchain$tmpm1471981955$1; + return $jscomp$optchain$tmpm1912023413$1; } function hasSelectionCapabilities(elem) { var nodeName = elem && elem.nodeName && elem.nodeName.toLowerCase(); @@ -17162,14 +17162,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1769 = React.version; if ( - "19.0.0-www-modern-e78c9362-20240916" !== + "19.0.0-www-modern-d7167c35-20240916" !== isomorphicReactPackageVersion$jscomp$inline_1769 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1769, - "19.0.0-www-modern-e78c9362-20240916" + "19.0.0-www-modern-d7167c35-20240916" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -17187,11 +17187,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_2289 = { bundleType: 0, - version: "19.0.0-www-modern-e78c9362-20240916", + version: "19.0.0-www-modern-d7167c35-20240916", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-e78c9362-20240916" + reconcilerVersion: "19.0.0-www-modern-d7167c35-20240916" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2290 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17705,4 +17705,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-e78c9362-20240916"; +exports.version = "19.0.0-www-modern-d7167c35-20240916"; diff --git a/compiled/facebook-www/ReactReconciler-dev.classic.js b/compiled/facebook-www/ReactReconciler-dev.classic.js index b6b196d7893c6..ff9f85b80891b 100644 --- a/compiled/facebook-www/ReactReconciler-dev.classic.js +++ b/compiled/facebook-www/ReactReconciler-dev.classic.js @@ -19323,7 +19323,7 @@ __DEV__ && rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-e78c9362-20240916" + reconcilerVersion: "19.0.0-www-classic-d7167c35-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 11171afb718ee..ea954a43d895a 100644 --- a/compiled/facebook-www/ReactReconciler-dev.modern.js +++ b/compiled/facebook-www/ReactReconciler-dev.modern.js @@ -18717,7 +18717,7 @@ __DEV__ && rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-e78c9362-20240916" + reconcilerVersion: "19.0.0-www-modern-d7167c35-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 58c16f61d4f06..c8b1e0b2106f2 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-e78c9362-20240916" + reconcilerVersion: "19.0.0-www-classic-d7167c35-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 458895f1b0a52..1ad513a087f26 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-e78c9362-20240916" + reconcilerVersion: "19.0.0-www-modern-d7167c35-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 f9eda78fd33e9..99842de3e51f1 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.classic.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.classic.js @@ -15031,11 +15031,11 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.0.0-www-classic-e78c9362-20240916", + version: "19.0.0-www-classic-d7167c35-20240916", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-e78c9362-20240916" + reconcilerVersion: "19.0.0-www-classic-d7167c35-20240916" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15170,5 +15170,5 @@ __DEV__ && exports.unstable_batchedUpdates = function (fn, a) { return fn(a); }; - exports.version = "19.0.0-www-classic-e78c9362-20240916"; + exports.version = "19.0.0-www-classic-d7167c35-20240916"; })(); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.modern.js b/compiled/facebook-www/ReactTestRenderer-dev.modern.js index 0989facdb67d4..894b044c4ab1f 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.modern.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.modern.js @@ -15031,11 +15031,11 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.0.0-www-modern-e78c9362-20240916", + version: "19.0.0-www-modern-d7167c35-20240916", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-e78c9362-20240916" + reconcilerVersion: "19.0.0-www-modern-d7167c35-20240916" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15170,5 +15170,5 @@ __DEV__ && exports.unstable_batchedUpdates = function (fn, a) { return fn(a); }; - exports.version = "19.0.0-www-modern-e78c9362-20240916"; + exports.version = "19.0.0-www-modern-d7167c35-20240916"; })(); diff --git a/compiled/facebook-www/VERSION_CLASSIC b/compiled/facebook-www/VERSION_CLASSIC index df264c1f84a6a..5dc7ebc0c0386 100644 --- a/compiled/facebook-www/VERSION_CLASSIC +++ b/compiled/facebook-www/VERSION_CLASSIC @@ -1 +1 @@ -19.0.0-www-classic-e78c9362-20240916 \ No newline at end of file +19.0.0-www-classic-d7167c35-20240916 \ No newline at end of file diff --git a/compiled/facebook-www/VERSION_MODERN b/compiled/facebook-www/VERSION_MODERN index 6bf296e1f15ab..1242401e0c345 100644 --- a/compiled/facebook-www/VERSION_MODERN +++ b/compiled/facebook-www/VERSION_MODERN @@ -1 +1 @@ -19.0.0-www-modern-e78c9362-20240916 \ No newline at end of file +19.0.0-www-modern-d7167c35-20240916 \ No newline at end of file