From 52b29f2276679ebcac558d99aee3c7dfbe367c4b Mon Sep 17 00:00:00 2001 From: jackpope Date: Mon, 6 Oct 2025 21:28:53 -0700 Subject: [PATCH] Release `` to Canary (#34712) ## Overview This PR ships the View Transition APIs to `react@canary`: - [``](https://react.dev/reference/react/ViewTransition) - [`addTransitionType`](https://react.dev/reference/react/addTransitionType) This means these APIs are ready for final feedback and prepare for semver stable release. ## What this means Shipping `` and `addTransitionType` to canary means they have gone through extensive testing in production, we are confident in the stability of the APIs, and we are preparing to release it in a future semver stable version. Libraries and frameworks following the [Canary Workflow](https://react.dev/blog/2023/05/03/react-canaries) should begin implementing and testing these features. ## Why we follow the Canary Workflow To prepare for semver stable, libraries should test canary features like `` with `react@canary` to confirm compatibility and prepare for the next semver release in a myriad of environments and configurations used throughout the React ecosystem. This provides libraries with ample time to catch any issues we missed before slamming them with problems in the wider semver release. Since these features have already gone through extensive production testing, and we are confident they are stable, frameworks following the [Canary Workflow](https://react.dev/blog/2023/05/03/react-canaries) can also begin adopting canary features like ``. This adoption is similar to how different Browsers implement new proposed browser features before they are added to the standard. If a frameworks adopts a canary feature, they are committing to stability for their users by ensuring any API changes before a semver stable release are opaque and non-breaking to their users. Apps not using a framework are also free to adopt canary features like `` as long as they follow the [Canary Workflow](https://react.dev/blog/2023/05/03/react-canaries), but we generally recommend waiting for a semver stable release unless you have the capacity to commit to following along with the canary changes and debugging library compatibility issues. Waiting for semver stable means you're able to benefit from libraries testing and confirming support, and use semver as signal for which version of a library you can use with support of the feature. ## Docs Check out the ["React Labs: View Transitions, Activity, and more"](https://react.dev/blog/2025/04/23/react-labs-view-transitions-activity-and-more#view-transitions) blog post, and [the new docs for ``](https://react.dev/reference/react/ViewTransition) and [`addTransitionType`](https://react.dev/reference/react/addTransitionType) for more info. DiffTrain build for [6a8c7fb6f1108577c97eeb5703018ece915dcdeb](https://github.com/facebook/react/commit/6a8c7fb6f1108577c97eeb5703018ece915dcdeb) --- compiled/facebook-www/REVISION | 2 +- compiled/facebook-www/REVISION_TRANSFORMS | 2 +- compiled/facebook-www/React-dev.classic.js | 4 +++- compiled/facebook-www/React-dev.modern.js | 4 +++- compiled/facebook-www/React-prod.classic.js | 4 +++- compiled/facebook-www/React-prod.modern.js | 4 +++- compiled/facebook-www/React-profiling.classic.js | 4 +++- compiled/facebook-www/React-profiling.modern.js | 4 +++- compiled/facebook-www/ReactART-dev.classic.js | 6 +++--- compiled/facebook-www/ReactART-dev.modern.js | 6 +++--- compiled/facebook-www/ReactART-prod.classic.js | 6 +++--- compiled/facebook-www/ReactART-prod.modern.js | 6 +++--- compiled/facebook-www/ReactDOM-dev.classic.js | 10 +++++----- compiled/facebook-www/ReactDOM-dev.modern.js | 10 +++++----- compiled/facebook-www/ReactDOM-prod.classic.js | 10 +++++----- compiled/facebook-www/ReactDOM-prod.modern.js | 10 +++++----- compiled/facebook-www/ReactDOM-profiling.classic.js | 10 +++++----- compiled/facebook-www/ReactDOM-profiling.modern.js | 10 +++++----- compiled/facebook-www/ReactDOMServer-dev.classic.js | 2 +- compiled/facebook-www/ReactDOMServer-dev.modern.js | 2 +- compiled/facebook-www/ReactDOMServer-prod.classic.js | 2 +- compiled/facebook-www/ReactDOMServer-prod.modern.js | 2 +- compiled/facebook-www/ReactDOMTesting-dev.classic.js | 10 +++++----- compiled/facebook-www/ReactDOMTesting-dev.modern.js | 10 +++++----- compiled/facebook-www/ReactDOMTesting-prod.classic.js | 10 +++++----- compiled/facebook-www/ReactDOMTesting-prod.modern.js | 10 +++++----- compiled/facebook-www/ReactReconciler-dev.classic.js | 2 +- compiled/facebook-www/ReactReconciler-dev.modern.js | 2 +- compiled/facebook-www/ReactReconciler-prod.classic.js | 2 +- compiled/facebook-www/ReactReconciler-prod.modern.js | 2 +- compiled/facebook-www/ReactTestRenderer-dev.classic.js | 6 +++--- compiled/facebook-www/ReactTestRenderer-dev.modern.js | 6 +++--- compiled/facebook-www/VERSION_CLASSIC | 2 +- compiled/facebook-www/VERSION_MODERN | 2 +- 34 files changed, 98 insertions(+), 86 deletions(-) diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index bfac7432a2..598e2614f7 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -b65e6fc58b8c9a35e2c2ea7d1952fc1499cef09b +6a8c7fb6f1108577c97eeb5703018ece915dcdeb diff --git a/compiled/facebook-www/REVISION_TRANSFORMS b/compiled/facebook-www/REVISION_TRANSFORMS index bfac7432a2..598e2614f7 100644 --- a/compiled/facebook-www/REVISION_TRANSFORMS +++ b/compiled/facebook-www/REVISION_TRANSFORMS @@ -1 +1 @@ -b65e6fc58b8c9a35e2c2ea7d1952fc1499cef09b +6a8c7fb6f1108577c97eeb5703018ece915dcdeb diff --git a/compiled/facebook-www/React-dev.classic.js b/compiled/facebook-www/React-dev.classic.js index 310f8fb5ed..8e7f0154ad 100644 --- a/compiled/facebook-www/React-dev.classic.js +++ b/compiled/facebook-www/React-dev.classic.js @@ -965,6 +965,7 @@ __DEV__ && exports.PureComponent = PureComponent; exports.StrictMode = REACT_STRICT_MODE_TYPE; exports.Suspense = REACT_SUSPENSE_TYPE; + exports.ViewTransition = REACT_VIEW_TRANSITION_TYPE; exports.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = ReactSharedInternals; exports.__COMPILER_RUNTIME = fnName; @@ -1079,6 +1080,7 @@ __DEV__ && } }; }; + exports.addTransitionType = addTransitionType; exports.c = useMemoCache; exports.cache = function (fn) { return function () { @@ -1458,7 +1460,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.3.0-www-classic-b65e6fc5-20251006"; + exports.version = "19.3.0-www-classic-6a8c7fb6-20251006"; "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 99c1ec4f03..2fed8372c7 100644 --- a/compiled/facebook-www/React-dev.modern.js +++ b/compiled/facebook-www/React-dev.modern.js @@ -965,6 +965,7 @@ __DEV__ && exports.PureComponent = PureComponent; exports.StrictMode = REACT_STRICT_MODE_TYPE; exports.Suspense = REACT_SUSPENSE_TYPE; + exports.ViewTransition = REACT_VIEW_TRANSITION_TYPE; exports.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE = ReactSharedInternals; exports.__COMPILER_RUNTIME = fnName; @@ -1079,6 +1080,7 @@ __DEV__ && } }; }; + exports.addTransitionType = addTransitionType; exports.c = useMemoCache; exports.cache = function (fn) { return function () { @@ -1458,7 +1460,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.3.0-www-modern-b65e6fc5-20251006"; + exports.version = "19.3.0-www-modern-6a8c7fb6-20251006"; "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 9310ac5f91..29ce5c3d4e 100644 --- a/compiled/facebook-www/React-prod.classic.js +++ b/compiled/facebook-www/React-prod.classic.js @@ -422,12 +422,14 @@ exports.Profiler = REACT_PROFILER_TYPE; exports.PureComponent = PureComponent; exports.StrictMode = REACT_STRICT_MODE_TYPE; exports.Suspense = REACT_SUSPENSE_TYPE; +exports.ViewTransition = REACT_VIEW_TRANSITION_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."); }; +exports.addTransitionType = addTransitionType; exports.c = useMemoCache; exports.cache = function (fn) { return function () { @@ -604,4 +606,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.3.0-www-classic-b65e6fc5-20251006"; +exports.version = "19.3.0-www-classic-6a8c7fb6-20251006"; diff --git a/compiled/facebook-www/React-prod.modern.js b/compiled/facebook-www/React-prod.modern.js index d35a8a2a9a..c88a334c67 100644 --- a/compiled/facebook-www/React-prod.modern.js +++ b/compiled/facebook-www/React-prod.modern.js @@ -422,12 +422,14 @@ exports.Profiler = REACT_PROFILER_TYPE; exports.PureComponent = PureComponent; exports.StrictMode = REACT_STRICT_MODE_TYPE; exports.Suspense = REACT_SUSPENSE_TYPE; +exports.ViewTransition = REACT_VIEW_TRANSITION_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."); }; +exports.addTransitionType = addTransitionType; exports.c = useMemoCache; exports.cache = function (fn) { return function () { @@ -604,4 +606,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.3.0-www-modern-b65e6fc5-20251006"; +exports.version = "19.3.0-www-modern-6a8c7fb6-20251006"; diff --git a/compiled/facebook-www/React-profiling.classic.js b/compiled/facebook-www/React-profiling.classic.js index 5f2546121f..c8a29488d1 100644 --- a/compiled/facebook-www/React-profiling.classic.js +++ b/compiled/facebook-www/React-profiling.classic.js @@ -426,12 +426,14 @@ exports.Profiler = REACT_PROFILER_TYPE; exports.PureComponent = PureComponent; exports.StrictMode = REACT_STRICT_MODE_TYPE; exports.Suspense = REACT_SUSPENSE_TYPE; +exports.ViewTransition = REACT_VIEW_TRANSITION_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."); }; +exports.addTransitionType = addTransitionType; exports.c = useMemoCache; exports.cache = function (fn) { return function () { @@ -608,7 +610,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.3.0-www-classic-b65e6fc5-20251006"; +exports.version = "19.3.0-www-classic-6a8c7fb6-20251006"; "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 1cbffce9a8..ef230254ee 100644 --- a/compiled/facebook-www/React-profiling.modern.js +++ b/compiled/facebook-www/React-profiling.modern.js @@ -426,12 +426,14 @@ exports.Profiler = REACT_PROFILER_TYPE; exports.PureComponent = PureComponent; exports.StrictMode = REACT_STRICT_MODE_TYPE; exports.Suspense = REACT_SUSPENSE_TYPE; +exports.ViewTransition = REACT_VIEW_TRANSITION_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."); }; +exports.addTransitionType = addTransitionType; exports.c = useMemoCache; exports.cache = function (fn) { return function () { @@ -608,7 +610,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.3.0-www-modern-b65e6fc5-20251006"; +exports.version = "19.3.0-www-modern-6a8c7fb6-20251006"; "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 af6d103518..7f5ebfd5ea 100644 --- a/compiled/facebook-www/ReactART-dev.classic.js +++ b/compiled/facebook-www/ReactART-dev.classic.js @@ -20348,10 +20348,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.3.0-www-classic-b65e6fc5-20251006", + version: "19.3.0-www-classic-6a8c7fb6-20251006", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-classic-b65e6fc5-20251006" + reconcilerVersion: "19.3.0-www-classic-6a8c7fb6-20251006" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -20386,7 +20386,7 @@ __DEV__ && exports.Shape = Shape; exports.Surface = Surface; exports.Text = Text; - exports.version = "19.3.0-www-classic-b65e6fc5-20251006"; + exports.version = "19.3.0-www-classic-6a8c7fb6-20251006"; "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 45c9794b7c..bd80701931 100644 --- a/compiled/facebook-www/ReactART-dev.modern.js +++ b/compiled/facebook-www/ReactART-dev.modern.js @@ -20119,10 +20119,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.3.0-www-modern-b65e6fc5-20251006", + version: "19.3.0-www-modern-6a8c7fb6-20251006", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-modern-b65e6fc5-20251006" + reconcilerVersion: "19.3.0-www-modern-6a8c7fb6-20251006" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -20157,7 +20157,7 @@ __DEV__ && exports.Shape = Shape; exports.Surface = Surface; exports.Text = Text; - exports.version = "19.3.0-www-modern-b65e6fc5-20251006"; + exports.version = "19.3.0-www-modern-6a8c7fb6-20251006"; "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 d90c625da5..56ee4f01ff 100644 --- a/compiled/facebook-www/ReactART-prod.classic.js +++ b/compiled/facebook-www/ReactART-prod.classic.js @@ -11434,10 +11434,10 @@ var slice = Array.prototype.slice, })(React.Component); var internals$jscomp$inline_1646 = { bundleType: 0, - version: "19.3.0-www-classic-b65e6fc5-20251006", + version: "19.3.0-www-classic-6a8c7fb6-20251006", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-classic-b65e6fc5-20251006" + reconcilerVersion: "19.3.0-www-classic-6a8c7fb6-20251006" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1647 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -11463,4 +11463,4 @@ exports.RadialGradient = RadialGradient; exports.Shape = TYPES.SHAPE; exports.Surface = Surface; exports.Text = Text; -exports.version = "19.3.0-www-classic-b65e6fc5-20251006"; +exports.version = "19.3.0-www-classic-6a8c7fb6-20251006"; diff --git a/compiled/facebook-www/ReactART-prod.modern.js b/compiled/facebook-www/ReactART-prod.modern.js index ac1bb2d650..d46f135999 100644 --- a/compiled/facebook-www/ReactART-prod.modern.js +++ b/compiled/facebook-www/ReactART-prod.modern.js @@ -11146,10 +11146,10 @@ var slice = Array.prototype.slice, })(React.Component); var internals$jscomp$inline_1619 = { bundleType: 0, - version: "19.3.0-www-modern-b65e6fc5-20251006", + version: "19.3.0-www-modern-6a8c7fb6-20251006", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-modern-b65e6fc5-20251006" + reconcilerVersion: "19.3.0-www-modern-6a8c7fb6-20251006" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1620 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -11175,4 +11175,4 @@ exports.RadialGradient = RadialGradient; exports.Shape = TYPES.SHAPE; exports.Surface = Surface; exports.Text = Text; -exports.version = "19.3.0-www-modern-b65e6fc5-20251006"; +exports.version = "19.3.0-www-modern-6a8c7fb6-20251006"; diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index 502a636ac2..a4bcd2a508 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -32910,11 +32910,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.3.0-www-classic-b65e6fc5-20251006" !== isomorphicReactPackageVersion) + if ("19.3.0-www-classic-6a8c7fb6-20251006" !== 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.3.0-www-classic-b65e6fc5-20251006\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.3.0-www-classic-6a8c7fb6-20251006\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -32957,10 +32957,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.3.0-www-classic-b65e6fc5-20251006", + version: "19.3.0-www-classic-6a8c7fb6-20251006", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-classic-b65e6fc5-20251006" + reconcilerVersion: "19.3.0-www-classic-6a8c7fb6-20251006" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -33573,7 +33573,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.3.0-www-classic-b65e6fc5-20251006"; + exports.version = "19.3.0-www-classic-6a8c7fb6-20251006"; "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 1d046f0d19..12bf87c75a 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -32695,11 +32695,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.3.0-www-modern-b65e6fc5-20251006" !== isomorphicReactPackageVersion) + if ("19.3.0-www-modern-6a8c7fb6-20251006" !== 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.3.0-www-modern-b65e6fc5-20251006\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.3.0-www-modern-6a8c7fb6-20251006\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -32742,10 +32742,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.3.0-www-modern-b65e6fc5-20251006", + version: "19.3.0-www-modern-6a8c7fb6-20251006", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-modern-b65e6fc5-20251006" + reconcilerVersion: "19.3.0-www-modern-6a8c7fb6-20251006" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -33358,7 +33358,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.3.0-www-modern-b65e6fc5-20251006"; + exports.version = "19.3.0-www-modern-6a8c7fb6-20251006"; "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 52939806ac..3d1cf3f141 100644 --- a/compiled/facebook-www/ReactDOM-prod.classic.js +++ b/compiled/facebook-www/ReactDOM-prod.classic.js @@ -19972,14 +19972,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2128 = React.version; if ( - "19.3.0-www-classic-b65e6fc5-20251006" !== + "19.3.0-www-classic-6a8c7fb6-20251006" !== isomorphicReactPackageVersion$jscomp$inline_2128 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2128, - "19.3.0-www-classic-b65e6fc5-20251006" + "19.3.0-www-classic-6a8c7fb6-20251006" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -19997,10 +19997,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2760 = { bundleType: 0, - version: "19.3.0-www-classic-b65e6fc5-20251006", + version: "19.3.0-www-classic-6a8c7fb6-20251006", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-classic-b65e6fc5-20251006" + reconcilerVersion: "19.3.0-www-classic-6a8c7fb6-20251006" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2761 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -20429,4 +20429,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.3.0-www-classic-b65e6fc5-20251006"; +exports.version = "19.3.0-www-classic-6a8c7fb6-20251006"; diff --git a/compiled/facebook-www/ReactDOM-prod.modern.js b/compiled/facebook-www/ReactDOM-prod.modern.js index c5569d1943..4ab2908b5b 100644 --- a/compiled/facebook-www/ReactDOM-prod.modern.js +++ b/compiled/facebook-www/ReactDOM-prod.modern.js @@ -19701,14 +19701,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2118 = React.version; if ( - "19.3.0-www-modern-b65e6fc5-20251006" !== + "19.3.0-www-modern-6a8c7fb6-20251006" !== isomorphicReactPackageVersion$jscomp$inline_2118 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2118, - "19.3.0-www-modern-b65e6fc5-20251006" + "19.3.0-www-modern-6a8c7fb6-20251006" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -19726,10 +19726,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2742 = { bundleType: 0, - version: "19.3.0-www-modern-b65e6fc5-20251006", + version: "19.3.0-www-modern-6a8c7fb6-20251006", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-modern-b65e6fc5-20251006" + reconcilerVersion: "19.3.0-www-modern-6a8c7fb6-20251006" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2743 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -20158,4 +20158,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.3.0-www-modern-b65e6fc5-20251006"; +exports.version = "19.3.0-www-modern-6a8c7fb6-20251006"; diff --git a/compiled/facebook-www/ReactDOM-profiling.classic.js b/compiled/facebook-www/ReactDOM-profiling.classic.js index a0b85fc31e..4bdb8cdbf3 100644 --- a/compiled/facebook-www/ReactDOM-profiling.classic.js +++ b/compiled/facebook-www/ReactDOM-profiling.classic.js @@ -22226,14 +22226,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2438 = React.version; if ( - "19.3.0-www-classic-b65e6fc5-20251006" !== + "19.3.0-www-classic-6a8c7fb6-20251006" !== isomorphicReactPackageVersion$jscomp$inline_2438 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2438, - "19.3.0-www-classic-b65e6fc5-20251006" + "19.3.0-www-classic-6a8c7fb6-20251006" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -22251,10 +22251,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2440 = { bundleType: 0, - version: "19.3.0-www-classic-b65e6fc5-20251006", + version: "19.3.0-www-classic-6a8c7fb6-20251006", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-classic-b65e6fc5-20251006" + reconcilerVersion: "19.3.0-www-classic-6a8c7fb6-20251006" }; enableSchedulingProfiler && ((internals$jscomp$inline_2440.getLaneLabelMap = getLaneLabelMap), @@ -22687,7 +22687,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.3.0-www-classic-b65e6fc5-20251006"; +exports.version = "19.3.0-www-classic-6a8c7fb6-20251006"; "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 ed0f5d88af..a820a9aed3 100644 --- a/compiled/facebook-www/ReactDOM-profiling.modern.js +++ b/compiled/facebook-www/ReactDOM-profiling.modern.js @@ -22020,14 +22020,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2428 = React.version; if ( - "19.3.0-www-modern-b65e6fc5-20251006" !== + "19.3.0-www-modern-6a8c7fb6-20251006" !== isomorphicReactPackageVersion$jscomp$inline_2428 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2428, - "19.3.0-www-modern-b65e6fc5-20251006" + "19.3.0-www-modern-6a8c7fb6-20251006" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -22045,10 +22045,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2430 = { bundleType: 0, - version: "19.3.0-www-modern-b65e6fc5-20251006", + version: "19.3.0-www-modern-6a8c7fb6-20251006", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-modern-b65e6fc5-20251006" + reconcilerVersion: "19.3.0-www-modern-6a8c7fb6-20251006" }; enableSchedulingProfiler && ((internals$jscomp$inline_2430.getLaneLabelMap = getLaneLabelMap), @@ -22481,7 +22481,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.3.0-www-modern-b65e6fc5-20251006"; +exports.version = "19.3.0-www-modern-6a8c7fb6-20251006"; "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 3b43dbefe2..09f2763c03 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.classic.js +++ b/compiled/facebook-www/ReactDOMServer-dev.classic.js @@ -10305,5 +10305,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.3.0-www-classic-b65e6fc5-20251006"; + exports.version = "19.3.0-www-classic-6a8c7fb6-20251006"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-dev.modern.js b/compiled/facebook-www/ReactDOMServer-dev.modern.js index f71aca955f..7da1e26d4e 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.modern.js +++ b/compiled/facebook-www/ReactDOMServer-dev.modern.js @@ -10234,5 +10234,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.3.0-www-modern-b65e6fc5-20251006"; + exports.version = "19.3.0-www-modern-6a8c7fb6-20251006"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-prod.classic.js b/compiled/facebook-www/ReactDOMServer-prod.classic.js index 5fd35ff0e2..d29bd33bd8 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.classic.js +++ b/compiled/facebook-www/ReactDOMServer-prod.classic.js @@ -6996,4 +6996,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.3.0-www-classic-b65e6fc5-20251006"; +exports.version = "19.3.0-www-classic-6a8c7fb6-20251006"; diff --git a/compiled/facebook-www/ReactDOMServer-prod.modern.js b/compiled/facebook-www/ReactDOMServer-prod.modern.js index 5457b3a0fa..644637ddd9 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.modern.js +++ b/compiled/facebook-www/ReactDOMServer-prod.modern.js @@ -6929,4 +6929,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.3.0-www-modern-b65e6fc5-20251006"; +exports.version = "19.3.0-www-modern-6a8c7fb6-20251006"; diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index 7877db1658..43d5e045a6 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -33231,11 +33231,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.3.0-www-classic-b65e6fc5-20251006" !== isomorphicReactPackageVersion) + if ("19.3.0-www-classic-6a8c7fb6-20251006" !== 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.3.0-www-classic-b65e6fc5-20251006\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.3.0-www-classic-6a8c7fb6-20251006\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -33278,10 +33278,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.3.0-www-classic-b65e6fc5-20251006", + version: "19.3.0-www-classic-6a8c7fb6-20251006", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-classic-b65e6fc5-20251006" + reconcilerVersion: "19.3.0-www-classic-6a8c7fb6-20251006" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -34060,5 +34060,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.3.0-www-classic-b65e6fc5-20251006"; + exports.version = "19.3.0-www-classic-6a8c7fb6-20251006"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index 07b5005917..49ddfa288c 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -33016,11 +33016,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.3.0-www-modern-b65e6fc5-20251006" !== isomorphicReactPackageVersion) + if ("19.3.0-www-modern-6a8c7fb6-20251006" !== 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.3.0-www-modern-b65e6fc5-20251006\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.3.0-www-modern-6a8c7fb6-20251006\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -33063,10 +33063,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.3.0-www-modern-b65e6fc5-20251006", + version: "19.3.0-www-modern-6a8c7fb6-20251006", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-modern-b65e6fc5-20251006" + reconcilerVersion: "19.3.0-www-modern-6a8c7fb6-20251006" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -33845,5 +33845,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.3.0-www-modern-b65e6fc5-20251006"; + exports.version = "19.3.0-www-modern-6a8c7fb6-20251006"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-prod.classic.js b/compiled/facebook-www/ReactDOMTesting-prod.classic.js index 38232ec465..518b072f79 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.classic.js @@ -20288,14 +20288,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2157 = React.version; if ( - "19.3.0-www-classic-b65e6fc5-20251006" !== + "19.3.0-www-classic-6a8c7fb6-20251006" !== isomorphicReactPackageVersion$jscomp$inline_2157 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2157, - "19.3.0-www-classic-b65e6fc5-20251006" + "19.3.0-www-classic-6a8c7fb6-20251006" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -20313,10 +20313,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2794 = { bundleType: 0, - version: "19.3.0-www-classic-b65e6fc5-20251006", + version: "19.3.0-www-classic-6a8c7fb6-20251006", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-classic-b65e6fc5-20251006" + reconcilerVersion: "19.3.0-www-classic-6a8c7fb6-20251006" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2795 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -20896,4 +20896,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.3.0-www-classic-b65e6fc5-20251006"; +exports.version = "19.3.0-www-classic-6a8c7fb6-20251006"; diff --git a/compiled/facebook-www/ReactDOMTesting-prod.modern.js b/compiled/facebook-www/ReactDOMTesting-prod.modern.js index 4f6d5800b2..db4c92c88e 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.modern.js @@ -20017,14 +20017,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2147 = React.version; if ( - "19.3.0-www-modern-b65e6fc5-20251006" !== + "19.3.0-www-modern-6a8c7fb6-20251006" !== isomorphicReactPackageVersion$jscomp$inline_2147 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2147, - "19.3.0-www-modern-b65e6fc5-20251006" + "19.3.0-www-modern-6a8c7fb6-20251006" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -20042,10 +20042,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2776 = { bundleType: 0, - version: "19.3.0-www-modern-b65e6fc5-20251006", + version: "19.3.0-www-modern-6a8c7fb6-20251006", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-modern-b65e6fc5-20251006" + reconcilerVersion: "19.3.0-www-modern-6a8c7fb6-20251006" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2777 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -20625,4 +20625,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.3.0-www-modern-b65e6fc5-20251006"; +exports.version = "19.3.0-www-modern-6a8c7fb6-20251006"; diff --git a/compiled/facebook-www/ReactReconciler-dev.classic.js b/compiled/facebook-www/ReactReconciler-dev.classic.js index dd90803e82..fdbe384938 100644 --- a/compiled/facebook-www/ReactReconciler-dev.classic.js +++ b/compiled/facebook-www/ReactReconciler-dev.classic.js @@ -23003,7 +23003,7 @@ __DEV__ && version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-classic-b65e6fc5-20251006" + reconcilerVersion: "19.3.0-www-classic-6a8c7fb6-20251006" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-dev.modern.js b/compiled/facebook-www/ReactReconciler-dev.modern.js index 4264f1a71a..c8fc7420c8 100644 --- a/compiled/facebook-www/ReactReconciler-dev.modern.js +++ b/compiled/facebook-www/ReactReconciler-dev.modern.js @@ -22783,7 +22783,7 @@ __DEV__ && version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-modern-b65e6fc5-20251006" + reconcilerVersion: "19.3.0-www-modern-6a8c7fb6-20251006" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-prod.classic.js b/compiled/facebook-www/ReactReconciler-prod.classic.js index ae48f9be60..020fea2cbc 100644 --- a/compiled/facebook-www/ReactReconciler-prod.classic.js +++ b/compiled/facebook-www/ReactReconciler-prod.classic.js @@ -14245,7 +14245,7 @@ module.exports = function ($$$config) { version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-classic-b65e6fc5-20251006" + reconcilerVersion: "19.3.0-www-classic-6a8c7fb6-20251006" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-prod.modern.js b/compiled/facebook-www/ReactReconciler-prod.modern.js index 539870fcf0..6fd543df7e 100644 --- a/compiled/facebook-www/ReactReconciler-prod.modern.js +++ b/compiled/facebook-www/ReactReconciler-prod.modern.js @@ -13962,7 +13962,7 @@ module.exports = function ($$$config) { version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-modern-b65e6fc5-20251006" + reconcilerVersion: "19.3.0-www-modern-6a8c7fb6-20251006" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.classic.js b/compiled/facebook-www/ReactTestRenderer-dev.classic.js index 0731db15a9..c888fc100b 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.classic.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.classic.js @@ -15705,10 +15705,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.3.0-www-classic-b65e6fc5-20251006", + version: "19.3.0-www-classic-6a8c7fb6-20251006", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-classic-b65e6fc5-20251006" + reconcilerVersion: "19.3.0-www-classic-6a8c7fb6-20251006" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15844,5 +15844,5 @@ __DEV__ && exports.unstable_batchedUpdates = function (fn, a) { return fn(a); }; - exports.version = "19.3.0-www-classic-b65e6fc5-20251006"; + exports.version = "19.3.0-www-classic-6a8c7fb6-20251006"; })(); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.modern.js b/compiled/facebook-www/ReactTestRenderer-dev.modern.js index 563702f34f..f257cad817 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.modern.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.modern.js @@ -15705,10 +15705,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.3.0-www-modern-b65e6fc5-20251006", + version: "19.3.0-www-modern-6a8c7fb6-20251006", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-modern-b65e6fc5-20251006" + reconcilerVersion: "19.3.0-www-modern-6a8c7fb6-20251006" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15844,5 +15844,5 @@ __DEV__ && exports.unstable_batchedUpdates = function (fn, a) { return fn(a); }; - exports.version = "19.3.0-www-modern-b65e6fc5-20251006"; + exports.version = "19.3.0-www-modern-6a8c7fb6-20251006"; })(); diff --git a/compiled/facebook-www/VERSION_CLASSIC b/compiled/facebook-www/VERSION_CLASSIC index 5cdbc71f2a..37b92fb10b 100644 --- a/compiled/facebook-www/VERSION_CLASSIC +++ b/compiled/facebook-www/VERSION_CLASSIC @@ -1 +1 @@ -19.3.0-www-classic-b65e6fc5-20251006 \ No newline at end of file +19.3.0-www-classic-6a8c7fb6-20251006 \ No newline at end of file diff --git a/compiled/facebook-www/VERSION_MODERN b/compiled/facebook-www/VERSION_MODERN index ff698d8166..487214eaec 100644 --- a/compiled/facebook-www/VERSION_MODERN +++ b/compiled/facebook-www/VERSION_MODERN @@ -1 +1 @@ -19.3.0-www-modern-b65e6fc5-20251006 \ No newline at end of file +19.3.0-www-modern-6a8c7fb6-20251006 \ No newline at end of file