diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index 0f533371ec..dd8f4556eb 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -d8c90fa48d3addefe4b805ec56a3c65e4ee39127 +b78a7f2f35e554a8647c3262d7f392e68d06febc diff --git a/compiled/facebook-www/REVISION_TRANSFORMS b/compiled/facebook-www/REVISION_TRANSFORMS index 0f533371ec..dd8f4556eb 100644 --- a/compiled/facebook-www/REVISION_TRANSFORMS +++ b/compiled/facebook-www/REVISION_TRANSFORMS @@ -1 +1 @@ -d8c90fa48d3addefe4b805ec56a3c65e4ee39127 +b78a7f2f35e554a8647c3262d7f392e68d06febc diff --git a/compiled/facebook-www/React-dev.classic.js b/compiled/facebook-www/React-dev.classic.js index 6d0f844a89..cf326d4482 100644 --- a/compiled/facebook-www/React-dev.classic.js +++ b/compiled/facebook-www/React-dev.classic.js @@ -1361,7 +1361,8 @@ __DEV__ && return queueMicrotask(callback); }); } - : enqueueTask; + : enqueueTask, + ReactCompilerRuntime = { c: useMemoCache }; exports.Children = { map: mapChildren, forEach: function (children, forEachFunc, forEachContext) { @@ -1403,6 +1404,7 @@ __DEV__ && exports.Suspense = REACT_SUSPENSE_TYPE; exports.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = ReactSharedInternals; + exports.__COMPILER_RUNTIME = ReactCompilerRuntime; exports.act = function (callback) { var prevIsBatchingLegacy = disableLegacyMode ? !1 @@ -2000,7 +2002,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.0.0-www-classic-d8c90fa4-20241001"; + exports.version = "19.0.0-www-classic-b78a7f2f-20241007"; "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 13341dba1d..78a5213840 100644 --- a/compiled/facebook-www/React-dev.modern.js +++ b/compiled/facebook-www/React-dev.modern.js @@ -1357,7 +1357,8 @@ __DEV__ && return queueMicrotask(callback); }); } - : enqueueTask; + : enqueueTask, + ReactCompilerRuntime = { c: useMemoCache }; exports.Children = { map: mapChildren, forEach: function (children, forEachFunc, forEachContext) { @@ -1399,6 +1400,7 @@ __DEV__ && exports.Suspense = REACT_SUSPENSE_TYPE; exports.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = ReactSharedInternals; + exports.__COMPILER_RUNTIME = ReactCompilerRuntime; exports.act = function (callback) { var prevActQueue = ReactSharedInternals.actQueue, prevActScopeDepth = actScopeDepth; @@ -1980,7 +1982,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.0.0-www-modern-d8c90fa4-20241001"; + exports.version = "19.0.0-www-modern-b78a7f2f-20241007"; "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 133f6c0c2d..36d65b5230 100644 --- a/compiled/facebook-www/React-prod.classic.js +++ b/compiled/facebook-www/React-prod.classic.js @@ -395,6 +395,7 @@ var reportGlobalError = console.error(error); }; function noop() {} +var ReactCompilerRuntime = { c: useMemoCache }; exports.Children = { map: mapChildren, forEach: function (children, forEachFunc, forEachContext) { @@ -436,6 +437,7 @@ exports.StrictMode = REACT_STRICT_MODE_TYPE; exports.Suspense = REACT_SUSPENSE_TYPE; exports.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = ReactSharedInternals; +exports.__COMPILER_RUNTIME = ReactCompilerRuntime; exports.act = function () { throw Error("act(...) is not supported in production builds of React."); }; @@ -665,4 +667,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.0.0-www-classic-d8c90fa4-20241001"; +exports.version = "19.0.0-www-classic-b78a7f2f-20241007"; diff --git a/compiled/facebook-www/React-prod.modern.js b/compiled/facebook-www/React-prod.modern.js index 188bab0144..d20b0b421f 100644 --- a/compiled/facebook-www/React-prod.modern.js +++ b/compiled/facebook-www/React-prod.modern.js @@ -395,6 +395,7 @@ var reportGlobalError = console.error(error); }; function noop() {} +var ReactCompilerRuntime = { c: useMemoCache }; exports.Children = { map: mapChildren, forEach: function (children, forEachFunc, forEachContext) { @@ -436,6 +437,7 @@ exports.StrictMode = REACT_STRICT_MODE_TYPE; exports.Suspense = REACT_SUSPENSE_TYPE; exports.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = ReactSharedInternals; +exports.__COMPILER_RUNTIME = ReactCompilerRuntime; exports.act = function () { throw Error("act(...) is not supported in production builds of React."); }; @@ -665,4 +667,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.0.0-www-modern-d8c90fa4-20241001"; +exports.version = "19.0.0-www-modern-b78a7f2f-20241007"; diff --git a/compiled/facebook-www/React-profiling.classic.js b/compiled/facebook-www/React-profiling.classic.js index b87437b556..492a2106d6 100644 --- a/compiled/facebook-www/React-profiling.classic.js +++ b/compiled/facebook-www/React-profiling.classic.js @@ -399,6 +399,7 @@ var reportGlobalError = console.error(error); }; function noop() {} +var ReactCompilerRuntime = { c: useMemoCache }; exports.Children = { map: mapChildren, forEach: function (children, forEachFunc, forEachContext) { @@ -440,6 +441,7 @@ exports.StrictMode = REACT_STRICT_MODE_TYPE; exports.Suspense = REACT_SUSPENSE_TYPE; exports.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = ReactSharedInternals; +exports.__COMPILER_RUNTIME = ReactCompilerRuntime; exports.act = function () { throw Error("act(...) is not supported in production builds of React."); }; @@ -669,7 +671,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.0.0-www-classic-d8c90fa4-20241001"; +exports.version = "19.0.0-www-classic-b78a7f2f-20241007"; "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 cc67261d6b..b4d89947cc 100644 --- a/compiled/facebook-www/React-profiling.modern.js +++ b/compiled/facebook-www/React-profiling.modern.js @@ -399,6 +399,7 @@ var reportGlobalError = console.error(error); }; function noop() {} +var ReactCompilerRuntime = { c: useMemoCache }; exports.Children = { map: mapChildren, forEach: function (children, forEachFunc, forEachContext) { @@ -440,6 +441,7 @@ exports.StrictMode = REACT_STRICT_MODE_TYPE; exports.Suspense = REACT_SUSPENSE_TYPE; exports.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = ReactSharedInternals; +exports.__COMPILER_RUNTIME = ReactCompilerRuntime; exports.act = function () { throw Error("act(...) is not supported in production builds of React."); }; @@ -669,7 +671,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.0.0-www-modern-d8c90fa4-20241001"; +exports.version = "19.0.0-www-modern-b78a7f2f-20241007"; "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 58d9eded8b..a999c2109d 100644 --- a/compiled/facebook-www/ReactART-dev.classic.js +++ b/compiled/facebook-www/ReactART-dev.classic.js @@ -17014,11 +17014,11 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.0.0-www-classic-d8c90fa4-20241001", + version: "19.0.0-www-classic-b78a7f2f-20241007", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-d8c90fa4-20241001" + reconcilerVersion: "19.0.0-www-classic-b78a7f2f-20241007" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -17052,7 +17052,7 @@ __DEV__ && exports.Shape = Shape; exports.Surface = Surface; exports.Text = Text; - exports.version = "19.0.0-www-classic-d8c90fa4-20241001"; + exports.version = "19.0.0-www-classic-b78a7f2f-20241007"; "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 ed67db35b9..b07212b8a5 100644 --- a/compiled/facebook-www/ReactART-dev.modern.js +++ b/compiled/facebook-www/ReactART-dev.modern.js @@ -16457,11 +16457,11 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.0.0-www-modern-d8c90fa4-20241001", + version: "19.0.0-www-modern-b78a7f2f-20241007", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-d8c90fa4-20241001" + reconcilerVersion: "19.0.0-www-modern-b78a7f2f-20241007" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -16495,7 +16495,7 @@ __DEV__ && exports.Shape = Shape; exports.Surface = Surface; exports.Text = Text; - exports.version = "19.0.0-www-modern-d8c90fa4-20241001"; + exports.version = "19.0.0-www-modern-b78a7f2f-20241007"; "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 ee4fa44784..073ca93894 100644 --- a/compiled/facebook-www/ReactART-prod.classic.js +++ b/compiled/facebook-www/ReactART-prod.classic.js @@ -10826,13 +10826,13 @@ var slice = Array.prototype.slice, })(React.Component); var internals$jscomp$inline_1467 = { bundleType: 0, - version: "19.0.0-www-classic-d8c90fa4-20241001", + version: "19.0.0-www-classic-b78a7f2f-20241007", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: function () { return null; }, - reconcilerVersion: "19.0.0-www-classic-d8c90fa4-20241001" + reconcilerVersion: "19.0.0-www-classic-b78a7f2f-20241007" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1468 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -10858,4 +10858,4 @@ exports.RadialGradient = RadialGradient; exports.Shape = TYPES.SHAPE; exports.Surface = Surface; exports.Text = Text; -exports.version = "19.0.0-www-classic-d8c90fa4-20241001"; +exports.version = "19.0.0-www-classic-b78a7f2f-20241007"; diff --git a/compiled/facebook-www/ReactART-prod.modern.js b/compiled/facebook-www/ReactART-prod.modern.js index feda8bf334..6508055ee8 100644 --- a/compiled/facebook-www/ReactART-prod.modern.js +++ b/compiled/facebook-www/ReactART-prod.modern.js @@ -10337,13 +10337,13 @@ var slice = Array.prototype.slice, })(React.Component); var internals$jscomp$inline_1459 = { bundleType: 0, - version: "19.0.0-www-modern-d8c90fa4-20241001", + version: "19.0.0-www-modern-b78a7f2f-20241007", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: function () { return null; }, - reconcilerVersion: "19.0.0-www-modern-d8c90fa4-20241001" + reconcilerVersion: "19.0.0-www-modern-b78a7f2f-20241007" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1460 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -10369,4 +10369,4 @@ exports.RadialGradient = RadialGradient; exports.Shape = TYPES.SHAPE; exports.Surface = Surface; exports.Text = Text; -exports.version = "19.0.0-www-modern-d8c90fa4-20241001"; +exports.version = "19.0.0-www-modern-b78a7f2f-20241007"; diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index fcea0110c2..571899eb39 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -27771,11 +27771,11 @@ __DEV__ && : flushSyncErrorInBuildsThatSupportLegacyMode; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-classic-d8c90fa4-20241001" !== isomorphicReactPackageVersion) + if ("19.0.0-www-classic-b78a7f2f-20241007" !== 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-d8c90fa4-20241001\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-classic-b78a7f2f-20241007\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -27819,11 +27819,11 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.0.0-www-classic-d8c90fa4-20241001", + version: "19.0.0-www-classic-b78a7f2f-20241007", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-d8c90fa4-20241001" + reconcilerVersion: "19.0.0-www-classic-b78a7f2f-20241007" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -28476,7 +28476,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-classic-d8c90fa4-20241001"; + exports.version = "19.0.0-www-classic-b78a7f2f-20241007"; "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 eb865dac88..8c3565024d 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -26885,11 +26885,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-modern-d8c90fa4-20241001" !== isomorphicReactPackageVersion) + if ("19.0.0-www-modern-b78a7f2f-20241007" !== 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-d8c90fa4-20241001\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-modern-b78a7f2f-20241007\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -26932,11 +26932,11 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.0.0-www-modern-d8c90fa4-20241001", + version: "19.0.0-www-modern-b78a7f2f-20241007", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-d8c90fa4-20241001" + reconcilerVersion: "19.0.0-www-modern-b78a7f2f-20241007" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -27541,7 +27541,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-modern-d8c90fa4-20241001"; + exports.version = "19.0.0-www-modern-b78a7f2f-20241007"; "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 a6b08ebecb..52cddeaa84 100644 --- a/compiled/facebook-www/ReactDOM-prod.classic.js +++ b/compiled/facebook-www/ReactDOM-prod.classic.js @@ -17412,14 +17412,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1774 = React.version; if ( - "19.0.0-www-classic-d8c90fa4-20241001" !== + "19.0.0-www-classic-b78a7f2f-20241007" !== isomorphicReactPackageVersion$jscomp$inline_1774 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1774, - "19.0.0-www-classic-d8c90fa4-20241001" + "19.0.0-www-classic-b78a7f2f-20241007" ) ); function flushSyncFromReconciler(fn) { @@ -17464,11 +17464,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_2287 = { bundleType: 0, - version: "19.0.0-www-classic-d8c90fa4-20241001", + version: "19.0.0-www-classic-b78a7f2f-20241007", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-d8c90fa4-20241001" + reconcilerVersion: "19.0.0-www-classic-b78a7f2f-20241007" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2288 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17924,4 +17924,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-d8c90fa4-20241001"; +exports.version = "19.0.0-www-classic-b78a7f2f-20241007"; diff --git a/compiled/facebook-www/ReactDOM-prod.modern.js b/compiled/facebook-www/ReactDOM-prod.modern.js index fed8d3f5e2..0e308bd41d 100644 --- a/compiled/facebook-www/ReactDOM-prod.modern.js +++ b/compiled/facebook-www/ReactDOM-prod.modern.js @@ -16780,14 +16780,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1745 = React.version; if ( - "19.0.0-www-modern-d8c90fa4-20241001" !== + "19.0.0-www-modern-b78a7f2f-20241007" !== isomorphicReactPackageVersion$jscomp$inline_1745 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1745, - "19.0.0-www-modern-d8c90fa4-20241001" + "19.0.0-www-modern-b78a7f2f-20241007" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -16805,11 +16805,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_2278 = { bundleType: 0, - version: "19.0.0-www-modern-d8c90fa4-20241001", + version: "19.0.0-www-modern-b78a7f2f-20241007", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-d8c90fa4-20241001" + reconcilerVersion: "19.0.0-www-modern-b78a7f2f-20241007" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2279 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17172,4 +17172,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-d8c90fa4-20241001"; +exports.version = "19.0.0-www-modern-b78a7f2f-20241007"; diff --git a/compiled/facebook-www/ReactDOM-profiling.classic.js b/compiled/facebook-www/ReactDOM-profiling.classic.js index b632ec43d0..38146493d7 100644 --- a/compiled/facebook-www/ReactDOM-profiling.classic.js +++ b/compiled/facebook-www/ReactDOM-profiling.classic.js @@ -18137,14 +18137,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1867 = React.version; if ( - "19.0.0-www-classic-d8c90fa4-20241001" !== + "19.0.0-www-classic-b78a7f2f-20241007" !== isomorphicReactPackageVersion$jscomp$inline_1867 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1867, - "19.0.0-www-classic-d8c90fa4-20241001" + "19.0.0-www-classic-b78a7f2f-20241007" ) ); function flushSyncFromReconciler(fn) { @@ -18189,11 +18189,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_1874 = { bundleType: 0, - version: "19.0.0-www-classic-d8c90fa4-20241001", + version: "19.0.0-www-classic-b78a7f2f-20241007", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-d8c90fa4-20241001" + reconcilerVersion: "19.0.0-www-classic-b78a7f2f-20241007" }; enableSchedulingProfiler && ((internals$jscomp$inline_1874.getLaneLabelMap = getLaneLabelMap), @@ -18652,7 +18652,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-d8c90fa4-20241001"; +exports.version = "19.0.0-www-classic-b78a7f2f-20241007"; "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 fd2ca079f2..aa35833f2f 100644 --- a/compiled/facebook-www/ReactDOM-profiling.modern.js +++ b/compiled/facebook-www/ReactDOM-profiling.modern.js @@ -17488,14 +17488,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1838 = React.version; if ( - "19.0.0-www-modern-d8c90fa4-20241001" !== + "19.0.0-www-modern-b78a7f2f-20241007" !== isomorphicReactPackageVersion$jscomp$inline_1838 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1838, - "19.0.0-www-modern-d8c90fa4-20241001" + "19.0.0-www-modern-b78a7f2f-20241007" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -17513,11 +17513,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_1840 = { bundleType: 0, - version: "19.0.0-www-modern-d8c90fa4-20241001", + version: "19.0.0-www-modern-b78a7f2f-20241007", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-d8c90fa4-20241001" + reconcilerVersion: "19.0.0-www-modern-b78a7f2f-20241007" }; enableSchedulingProfiler && ((internals$jscomp$inline_1840.getLaneLabelMap = getLaneLabelMap), @@ -17883,7 +17883,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-d8c90fa4-20241001"; +exports.version = "19.0.0-www-modern-b78a7f2f-20241007"; "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 51ea3e3189..f00228cf9f 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.classic.js +++ b/compiled/facebook-www/ReactDOMServer-dev.classic.js @@ -8987,5 +8987,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-d8c90fa4-20241001"; + exports.version = "19.0.0-www-classic-b78a7f2f-20241007"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-dev.modern.js b/compiled/facebook-www/ReactDOMServer-dev.modern.js index 1b6e17e8ee..9b2eb26c4d 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.modern.js +++ b/compiled/facebook-www/ReactDOMServer-dev.modern.js @@ -8805,5 +8805,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-d8c90fa4-20241001"; + exports.version = "19.0.0-www-modern-b78a7f2f-20241007"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-prod.classic.js b/compiled/facebook-www/ReactDOMServer-prod.classic.js index d04f6654be..7c76fdc109 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-d8c90fa4-20241001"; +exports.version = "19.0.0-www-classic-b78a7f2f-20241007"; diff --git a/compiled/facebook-www/ReactDOMServer-prod.modern.js b/compiled/facebook-www/ReactDOMServer-prod.modern.js index 77d2c770f5..752ec3b253 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-d8c90fa4-20241001"; +exports.version = "19.0.0-www-modern-b78a7f2f-20241007"; diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index 1aed93ab04..f87253ef50 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -28105,11 +28105,11 @@ __DEV__ && : flushSyncErrorInBuildsThatSupportLegacyMode; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-classic-d8c90fa4-20241001" !== isomorphicReactPackageVersion) + if ("19.0.0-www-classic-b78a7f2f-20241007" !== 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-d8c90fa4-20241001\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-classic-b78a7f2f-20241007\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -28153,11 +28153,11 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.0.0-www-classic-d8c90fa4-20241001", + version: "19.0.0-www-classic-b78a7f2f-20241007", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-d8c90fa4-20241001" + reconcilerVersion: "19.0.0-www-classic-b78a7f2f-20241007" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -28976,5 +28976,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-classic-d8c90fa4-20241001"; + exports.version = "19.0.0-www-classic-b78a7f2f-20241007"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index b081cf4d85..8a2fd6bab0 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -27219,11 +27219,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-modern-d8c90fa4-20241001" !== isomorphicReactPackageVersion) + if ("19.0.0-www-modern-b78a7f2f-20241007" !== 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-d8c90fa4-20241001\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-modern-b78a7f2f-20241007\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -27266,11 +27266,11 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.0.0-www-modern-d8c90fa4-20241001", + version: "19.0.0-www-modern-b78a7f2f-20241007", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-d8c90fa4-20241001" + reconcilerVersion: "19.0.0-www-modern-b78a7f2f-20241007" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -28041,5 +28041,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-modern-d8c90fa4-20241001"; + exports.version = "19.0.0-www-modern-b78a7f2f-20241007"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-prod.classic.js b/compiled/facebook-www/ReactDOMTesting-prod.classic.js index 083b2d3742..3eb03fa3f8 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.classic.js @@ -17741,14 +17741,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1804 = React.version; if ( - "19.0.0-www-classic-d8c90fa4-20241001" !== + "19.0.0-www-classic-b78a7f2f-20241007" !== isomorphicReactPackageVersion$jscomp$inline_1804 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1804, - "19.0.0-www-classic-d8c90fa4-20241001" + "19.0.0-www-classic-b78a7f2f-20241007" ) ); function flushSyncFromReconciler(fn) { @@ -17793,11 +17793,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_2322 = { bundleType: 0, - version: "19.0.0-www-classic-d8c90fa4-20241001", + version: "19.0.0-www-classic-b78a7f2f-20241007", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-d8c90fa4-20241001" + reconcilerVersion: "19.0.0-www-classic-b78a7f2f-20241007" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2323 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -18404,4 +18404,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-d8c90fa4-20241001"; +exports.version = "19.0.0-www-classic-b78a7f2f-20241007"; diff --git a/compiled/facebook-www/ReactDOMTesting-prod.modern.js b/compiled/facebook-www/ReactDOMTesting-prod.modern.js index 78379ce187..b1b631237d 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.modern.js @@ -17109,14 +17109,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1775 = React.version; if ( - "19.0.0-www-modern-d8c90fa4-20241001" !== + "19.0.0-www-modern-b78a7f2f-20241007" !== isomorphicReactPackageVersion$jscomp$inline_1775 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1775, - "19.0.0-www-modern-d8c90fa4-20241001" + "19.0.0-www-modern-b78a7f2f-20241007" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -17134,11 +17134,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_2313 = { bundleType: 0, - version: "19.0.0-www-modern-d8c90fa4-20241001", + version: "19.0.0-www-modern-b78a7f2f-20241007", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-d8c90fa4-20241001" + reconcilerVersion: "19.0.0-www-modern-b78a7f2f-20241007" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2314 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17652,4 +17652,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-d8c90fa4-20241001"; +exports.version = "19.0.0-www-modern-b78a7f2f-20241007"; diff --git a/compiled/facebook-www/ReactReconciler-dev.classic.js b/compiled/facebook-www/ReactReconciler-dev.classic.js index c96d389449..7707f41683 100644 --- a/compiled/facebook-www/ReactReconciler-dev.classic.js +++ b/compiled/facebook-www/ReactReconciler-dev.classic.js @@ -19218,7 +19218,7 @@ __DEV__ && rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-d8c90fa4-20241001" + reconcilerVersion: "19.0.0-www-classic-b78a7f2f-20241007" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-dev.modern.js b/compiled/facebook-www/ReactReconciler-dev.modern.js index 0b755b4e4d..aa37aab253 100644 --- a/compiled/facebook-www/ReactReconciler-dev.modern.js +++ b/compiled/facebook-www/ReactReconciler-dev.modern.js @@ -18609,7 +18609,7 @@ __DEV__ && rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-d8c90fa4-20241001" + reconcilerVersion: "19.0.0-www-modern-b78a7f2f-20241007" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-prod.classic.js b/compiled/facebook-www/ReactReconciler-prod.classic.js index 4170643577..cc88a4e167 100644 --- a/compiled/facebook-www/ReactReconciler-prod.classic.js +++ b/compiled/facebook-www/ReactReconciler-prod.classic.js @@ -12854,7 +12854,7 @@ module.exports = function ($$$config) { rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-d8c90fa4-20241001" + reconcilerVersion: "19.0.0-www-classic-b78a7f2f-20241007" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-prod.modern.js b/compiled/facebook-www/ReactReconciler-prod.modern.js index 3e8fc73b58..ff9c35bfcc 100644 --- a/compiled/facebook-www/ReactReconciler-prod.modern.js +++ b/compiled/facebook-www/ReactReconciler-prod.modern.js @@ -12344,7 +12344,7 @@ module.exports = function ($$$config) { rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-d8c90fa4-20241001" + reconcilerVersion: "19.0.0-www-modern-b78a7f2f-20241007" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.classic.js b/compiled/facebook-www/ReactTestRenderer-dev.classic.js index 899d998ded..f2a8ea7429 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.classic.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.classic.js @@ -14961,11 +14961,11 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.0.0-www-classic-d8c90fa4-20241001", + version: "19.0.0-www-classic-b78a7f2f-20241007", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-d8c90fa4-20241001" + reconcilerVersion: "19.0.0-www-classic-b78a7f2f-20241007" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15100,5 +15100,5 @@ __DEV__ && exports.unstable_batchedUpdates = function (fn, a) { return fn(a); }; - exports.version = "19.0.0-www-classic-d8c90fa4-20241001"; + exports.version = "19.0.0-www-classic-b78a7f2f-20241007"; })(); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.modern.js b/compiled/facebook-www/ReactTestRenderer-dev.modern.js index da0c2e8d8f..d35727947d 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.modern.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.modern.js @@ -14961,11 +14961,11 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.0.0-www-modern-d8c90fa4-20241001", + version: "19.0.0-www-modern-b78a7f2f-20241007", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-d8c90fa4-20241001" + reconcilerVersion: "19.0.0-www-modern-b78a7f2f-20241007" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15100,5 +15100,5 @@ __DEV__ && exports.unstable_batchedUpdates = function (fn, a) { return fn(a); }; - exports.version = "19.0.0-www-modern-d8c90fa4-20241001"; + exports.version = "19.0.0-www-modern-b78a7f2f-20241007"; })(); diff --git a/compiled/facebook-www/VERSION_CLASSIC b/compiled/facebook-www/VERSION_CLASSIC index ddd8e26315..b74a6629cd 100644 --- a/compiled/facebook-www/VERSION_CLASSIC +++ b/compiled/facebook-www/VERSION_CLASSIC @@ -1 +1 @@ -19.0.0-www-classic-d8c90fa4-20241001 \ No newline at end of file +19.0.0-www-classic-b78a7f2f-20241007 \ No newline at end of file diff --git a/compiled/facebook-www/VERSION_MODERN b/compiled/facebook-www/VERSION_MODERN index 05b3ff1583..83ef3bfe8b 100644 --- a/compiled/facebook-www/VERSION_MODERN +++ b/compiled/facebook-www/VERSION_MODERN @@ -1 +1 @@ -19.0.0-www-modern-d8c90fa4-20241001 \ No newline at end of file +19.0.0-www-modern-b78a7f2f-20241007 \ No newline at end of file