diff --git a/compiled/eslint-plugin-react-hooks/index.js b/compiled/eslint-plugin-react-hooks/index.js index 31153a8c76..6433eb508d 100644 --- a/compiled/eslint-plugin-react-hooks/index.js +++ b/compiled/eslint-plugin-react-hooks/index.js @@ -52871,7 +52871,7 @@ function visitFunctionExpression(errors, fn) { severity: ErrorSeverity.InvalidReact, reason: 'Hooks must be called at the top level in the body of a function component or custom hook, and may not be called within function expressions. See the Rules of Hooks (https://react.dev/warnings/invalid-hook-call-warning)', loc: callee.loc, - description: `Cannot call ${hookKind} within a function component`, + description: `Cannot call ${hookKind === 'Custom' ? 'hook' : hookKind} within a function expression`, suggestions: null, })); } diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index c038c83c1e..e89ac07ed6 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -5dc1b212c330b6f456789f8d58e0f87abefbb86c +c6c2a52ad8fb1894b03a3bb618eb57e5deca5aa0 diff --git a/compiled/facebook-www/REVISION_TRANSFORMS b/compiled/facebook-www/REVISION_TRANSFORMS index c038c83c1e..e89ac07ed6 100644 --- a/compiled/facebook-www/REVISION_TRANSFORMS +++ b/compiled/facebook-www/REVISION_TRANSFORMS @@ -1 +1 @@ -5dc1b212c330b6f456789f8d58e0f87abefbb86c +c6c2a52ad8fb1894b03a3bb618eb57e5deca5aa0 diff --git a/compiled/facebook-www/React-dev.classic.js b/compiled/facebook-www/React-dev.classic.js index 0b655447ab..bcffb54776 100644 --- a/compiled/facebook-www/React-dev.classic.js +++ b/compiled/facebook-www/React-dev.classic.js @@ -1537,7 +1537,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.2.0-www-classic-5dc1b212-20250519"; + exports.version = "19.2.0-www-classic-c6c2a52a-20250519"; "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 de0e774ef4..bfc03749c5 100644 --- a/compiled/facebook-www/React-dev.modern.js +++ b/compiled/facebook-www/React-dev.modern.js @@ -1537,7 +1537,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.2.0-www-modern-5dc1b212-20250519"; + exports.version = "19.2.0-www-modern-c6c2a52a-20250519"; "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 564a89c4b9..163d8794d7 100644 --- a/compiled/facebook-www/React-prod.classic.js +++ b/compiled/facebook-www/React-prod.classic.js @@ -635,4 +635,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.2.0-www-classic-5dc1b212-20250519"; +exports.version = "19.2.0-www-classic-c6c2a52a-20250519"; diff --git a/compiled/facebook-www/React-prod.modern.js b/compiled/facebook-www/React-prod.modern.js index 0e3eddbc8b..cd0a178b80 100644 --- a/compiled/facebook-www/React-prod.modern.js +++ b/compiled/facebook-www/React-prod.modern.js @@ -635,4 +635,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.2.0-www-modern-5dc1b212-20250519"; +exports.version = "19.2.0-www-modern-c6c2a52a-20250519"; diff --git a/compiled/facebook-www/React-profiling.classic.js b/compiled/facebook-www/React-profiling.classic.js index f02979f2aa..9ea8f10fcf 100644 --- a/compiled/facebook-www/React-profiling.classic.js +++ b/compiled/facebook-www/React-profiling.classic.js @@ -639,7 +639,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.2.0-www-classic-5dc1b212-20250519"; +exports.version = "19.2.0-www-classic-c6c2a52a-20250519"; "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 21c068345d..f24246be2d 100644 --- a/compiled/facebook-www/React-profiling.modern.js +++ b/compiled/facebook-www/React-profiling.modern.js @@ -639,7 +639,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.2.0-www-modern-5dc1b212-20250519"; +exports.version = "19.2.0-www-modern-c6c2a52a-20250519"; "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 d187d3e840..64c4378f43 100644 --- a/compiled/facebook-www/ReactART-dev.classic.js +++ b/compiled/facebook-www/ReactART-dev.classic.js @@ -19063,10 +19063,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.2.0-www-classic-5dc1b212-20250519", + version: "19.2.0-www-classic-c6c2a52a-20250519", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-classic-5dc1b212-20250519" + reconcilerVersion: "19.2.0-www-classic-c6c2a52a-20250519" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -19100,7 +19100,7 @@ __DEV__ && exports.Shape = Shape; exports.Surface = Surface; exports.Text = Text; - exports.version = "19.2.0-www-classic-5dc1b212-20250519"; + exports.version = "19.2.0-www-classic-c6c2a52a-20250519"; "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 9caf437a3a..dd406db576 100644 --- a/compiled/facebook-www/ReactART-dev.modern.js +++ b/compiled/facebook-www/ReactART-dev.modern.js @@ -18835,10 +18835,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.2.0-www-modern-5dc1b212-20250519", + version: "19.2.0-www-modern-c6c2a52a-20250519", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-modern-5dc1b212-20250519" + reconcilerVersion: "19.2.0-www-modern-c6c2a52a-20250519" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -18872,7 +18872,7 @@ __DEV__ && exports.Shape = Shape; exports.Surface = Surface; exports.Text = Text; - exports.version = "19.2.0-www-modern-5dc1b212-20250519"; + exports.version = "19.2.0-www-modern-c6c2a52a-20250519"; "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 a5db5f262b..65a7e45366 100644 --- a/compiled/facebook-www/ReactART-prod.classic.js +++ b/compiled/facebook-www/ReactART-prod.classic.js @@ -11391,10 +11391,10 @@ var slice = Array.prototype.slice, })(React.Component); var internals$jscomp$inline_1624 = { bundleType: 0, - version: "19.2.0-www-classic-5dc1b212-20250519", + version: "19.2.0-www-classic-c6c2a52a-20250519", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-classic-5dc1b212-20250519" + reconcilerVersion: "19.2.0-www-classic-c6c2a52a-20250519" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1625 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -11420,4 +11420,4 @@ exports.RadialGradient = RadialGradient; exports.Shape = TYPES.SHAPE; exports.Surface = Surface; exports.Text = Text; -exports.version = "19.2.0-www-classic-5dc1b212-20250519"; +exports.version = "19.2.0-www-classic-c6c2a52a-20250519"; diff --git a/compiled/facebook-www/ReactART-prod.modern.js b/compiled/facebook-www/ReactART-prod.modern.js index 4f85f1bcc3..0bce20a61e 100644 --- a/compiled/facebook-www/ReactART-prod.modern.js +++ b/compiled/facebook-www/ReactART-prod.modern.js @@ -11103,10 +11103,10 @@ var slice = Array.prototype.slice, })(React.Component); var internals$jscomp$inline_1597 = { bundleType: 0, - version: "19.2.0-www-modern-5dc1b212-20250519", + version: "19.2.0-www-modern-c6c2a52a-20250519", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-modern-5dc1b212-20250519" + reconcilerVersion: "19.2.0-www-modern-c6c2a52a-20250519" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1598 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -11132,4 +11132,4 @@ exports.RadialGradient = RadialGradient; exports.Shape = TYPES.SHAPE; exports.Surface = Surface; exports.Text = Text; -exports.version = "19.2.0-www-modern-5dc1b212-20250519"; +exports.version = "19.2.0-www-modern-c6c2a52a-20250519"; diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index 319122ce99..d5e5332322 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -31430,11 +31430,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.2.0-www-classic-5dc1b212-20250519" !== isomorphicReactPackageVersion) + if ("19.2.0-www-classic-c6c2a52a-20250519" !== 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.2.0-www-classic-5dc1b212-20250519\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.2.0-www-classic-c6c2a52a-20250519\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -31477,10 +31477,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.2.0-www-classic-5dc1b212-20250519", + version: "19.2.0-www-classic-c6c2a52a-20250519", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-classic-5dc1b212-20250519" + reconcilerVersion: "19.2.0-www-classic-c6c2a52a-20250519" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -32080,7 +32080,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.2.0-www-classic-5dc1b212-20250519"; + exports.version = "19.2.0-www-classic-c6c2a52a-20250519"; "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 98693628d7..d8f31970c1 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -31216,11 +31216,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.2.0-www-modern-5dc1b212-20250519" !== isomorphicReactPackageVersion) + if ("19.2.0-www-modern-c6c2a52a-20250519" !== 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.2.0-www-modern-5dc1b212-20250519\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.2.0-www-modern-c6c2a52a-20250519\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -31263,10 +31263,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.2.0-www-modern-5dc1b212-20250519", + version: "19.2.0-www-modern-c6c2a52a-20250519", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-modern-5dc1b212-20250519" + reconcilerVersion: "19.2.0-www-modern-c6c2a52a-20250519" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -31866,7 +31866,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.2.0-www-modern-5dc1b212-20250519"; + exports.version = "19.2.0-www-modern-c6c2a52a-20250519"; "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 645fc5a036..ad0de988f8 100644 --- a/compiled/facebook-www/ReactDOM-prod.classic.js +++ b/compiled/facebook-www/ReactDOM-prod.classic.js @@ -19563,14 +19563,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2083 = React.version; if ( - "19.2.0-www-classic-5dc1b212-20250519" !== + "19.2.0-www-classic-c6c2a52a-20250519" !== isomorphicReactPackageVersion$jscomp$inline_2083 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2083, - "19.2.0-www-classic-5dc1b212-20250519" + "19.2.0-www-classic-c6c2a52a-20250519" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -19588,10 +19588,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2696 = { bundleType: 0, - version: "19.2.0-www-classic-5dc1b212-20250519", + version: "19.2.0-www-classic-c6c2a52a-20250519", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-classic-5dc1b212-20250519" + reconcilerVersion: "19.2.0-www-classic-c6c2a52a-20250519" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2697 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -20003,4 +20003,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-www-classic-5dc1b212-20250519"; +exports.version = "19.2.0-www-classic-c6c2a52a-20250519"; diff --git a/compiled/facebook-www/ReactDOM-prod.modern.js b/compiled/facebook-www/ReactDOM-prod.modern.js index e7e995d3e7..dc6cc214b9 100644 --- a/compiled/facebook-www/ReactDOM-prod.modern.js +++ b/compiled/facebook-www/ReactDOM-prod.modern.js @@ -19292,14 +19292,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2073 = React.version; if ( - "19.2.0-www-modern-5dc1b212-20250519" !== + "19.2.0-www-modern-c6c2a52a-20250519" !== isomorphicReactPackageVersion$jscomp$inline_2073 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2073, - "19.2.0-www-modern-5dc1b212-20250519" + "19.2.0-www-modern-c6c2a52a-20250519" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -19317,10 +19317,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2678 = { bundleType: 0, - version: "19.2.0-www-modern-5dc1b212-20250519", + version: "19.2.0-www-modern-c6c2a52a-20250519", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-modern-5dc1b212-20250519" + reconcilerVersion: "19.2.0-www-modern-c6c2a52a-20250519" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2679 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -19732,4 +19732,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-www-modern-5dc1b212-20250519"; +exports.version = "19.2.0-www-modern-c6c2a52a-20250519"; diff --git a/compiled/facebook-www/ReactDOM-profiling.classic.js b/compiled/facebook-www/ReactDOM-profiling.classic.js index 0f2df973d3..527cb605e7 100644 --- a/compiled/facebook-www/ReactDOM-profiling.classic.js +++ b/compiled/facebook-www/ReactDOM-profiling.classic.js @@ -21545,14 +21545,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2327 = React.version; if ( - "19.2.0-www-classic-5dc1b212-20250519" !== + "19.2.0-www-classic-c6c2a52a-20250519" !== isomorphicReactPackageVersion$jscomp$inline_2327 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2327, - "19.2.0-www-classic-5dc1b212-20250519" + "19.2.0-www-classic-c6c2a52a-20250519" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -21570,10 +21570,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2329 = { bundleType: 0, - version: "19.2.0-www-classic-5dc1b212-20250519", + version: "19.2.0-www-classic-c6c2a52a-20250519", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-classic-5dc1b212-20250519" + reconcilerVersion: "19.2.0-www-classic-c6c2a52a-20250519" }; enableSchedulingProfiler && ((internals$jscomp$inline_2329.getLaneLabelMap = getLaneLabelMap), @@ -21988,7 +21988,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-www-classic-5dc1b212-20250519"; +exports.version = "19.2.0-www-classic-c6c2a52a-20250519"; "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 5fd7b2dd0b..1d05bc82b3 100644 --- a/compiled/facebook-www/ReactDOM-profiling.modern.js +++ b/compiled/facebook-www/ReactDOM-profiling.modern.js @@ -21343,14 +21343,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2317 = React.version; if ( - "19.2.0-www-modern-5dc1b212-20250519" !== + "19.2.0-www-modern-c6c2a52a-20250519" !== isomorphicReactPackageVersion$jscomp$inline_2317 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2317, - "19.2.0-www-modern-5dc1b212-20250519" + "19.2.0-www-modern-c6c2a52a-20250519" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -21368,10 +21368,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2319 = { bundleType: 0, - version: "19.2.0-www-modern-5dc1b212-20250519", + version: "19.2.0-www-modern-c6c2a52a-20250519", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-modern-5dc1b212-20250519" + reconcilerVersion: "19.2.0-www-modern-c6c2a52a-20250519" }; enableSchedulingProfiler && ((internals$jscomp$inline_2319.getLaneLabelMap = getLaneLabelMap), @@ -21786,7 +21786,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-www-modern-5dc1b212-20250519"; +exports.version = "19.2.0-www-modern-c6c2a52a-20250519"; "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 7d9bde9570..c780931f51 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.classic.js +++ b/compiled/facebook-www/ReactDOMServer-dev.classic.js @@ -9968,5 +9968,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.2.0-www-classic-5dc1b212-20250519"; + exports.version = "19.2.0-www-classic-c6c2a52a-20250519"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-dev.modern.js b/compiled/facebook-www/ReactDOMServer-dev.modern.js index 277b7e5762..e83c593ffe 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.modern.js +++ b/compiled/facebook-www/ReactDOMServer-dev.modern.js @@ -9897,5 +9897,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.2.0-www-modern-5dc1b212-20250519"; + exports.version = "19.2.0-www-modern-c6c2a52a-20250519"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-prod.classic.js b/compiled/facebook-www/ReactDOMServer-prod.classic.js index 2a5c4e84e8..78a45ab98b 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.classic.js +++ b/compiled/facebook-www/ReactDOMServer-prod.classic.js @@ -6673,4 +6673,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.2.0-www-classic-5dc1b212-20250519"; +exports.version = "19.2.0-www-classic-c6c2a52a-20250519"; diff --git a/compiled/facebook-www/ReactDOMServer-prod.modern.js b/compiled/facebook-www/ReactDOMServer-prod.modern.js index a214782d8c..dbfb6897a3 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.modern.js +++ b/compiled/facebook-www/ReactDOMServer-prod.modern.js @@ -6583,4 +6583,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.2.0-www-modern-5dc1b212-20250519"; +exports.version = "19.2.0-www-modern-c6c2a52a-20250519"; diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index 75a65f07c7..5adf1b54c6 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -31751,11 +31751,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.2.0-www-classic-5dc1b212-20250519" !== isomorphicReactPackageVersion) + if ("19.2.0-www-classic-c6c2a52a-20250519" !== 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.2.0-www-classic-5dc1b212-20250519\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.2.0-www-classic-c6c2a52a-20250519\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -31798,10 +31798,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.2.0-www-classic-5dc1b212-20250519", + version: "19.2.0-www-classic-c6c2a52a-20250519", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-classic-5dc1b212-20250519" + reconcilerVersion: "19.2.0-www-classic-c6c2a52a-20250519" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -32567,5 +32567,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.2.0-www-classic-5dc1b212-20250519"; + exports.version = "19.2.0-www-classic-c6c2a52a-20250519"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index 007a017c9c..1a11a6d9c7 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -31537,11 +31537,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.2.0-www-modern-5dc1b212-20250519" !== isomorphicReactPackageVersion) + if ("19.2.0-www-modern-c6c2a52a-20250519" !== 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.2.0-www-modern-5dc1b212-20250519\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.2.0-www-modern-c6c2a52a-20250519\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -31584,10 +31584,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.2.0-www-modern-5dc1b212-20250519", + version: "19.2.0-www-modern-c6c2a52a-20250519", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-modern-5dc1b212-20250519" + reconcilerVersion: "19.2.0-www-modern-c6c2a52a-20250519" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -32353,5 +32353,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.2.0-www-modern-5dc1b212-20250519"; + exports.version = "19.2.0-www-modern-c6c2a52a-20250519"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-prod.classic.js b/compiled/facebook-www/ReactDOMTesting-prod.classic.js index b6ec4b55ea..5ecd5edd73 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.classic.js @@ -19879,14 +19879,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2112 = React.version; if ( - "19.2.0-www-classic-5dc1b212-20250519" !== + "19.2.0-www-classic-c6c2a52a-20250519" !== isomorphicReactPackageVersion$jscomp$inline_2112 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2112, - "19.2.0-www-classic-5dc1b212-20250519" + "19.2.0-www-classic-c6c2a52a-20250519" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -19904,10 +19904,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2730 = { bundleType: 0, - version: "19.2.0-www-classic-5dc1b212-20250519", + version: "19.2.0-www-classic-c6c2a52a-20250519", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-classic-5dc1b212-20250519" + reconcilerVersion: "19.2.0-www-classic-c6c2a52a-20250519" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2731 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -20470,4 +20470,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-www-classic-5dc1b212-20250519"; +exports.version = "19.2.0-www-classic-c6c2a52a-20250519"; diff --git a/compiled/facebook-www/ReactDOMTesting-prod.modern.js b/compiled/facebook-www/ReactDOMTesting-prod.modern.js index 0d33cc9fe2..e86c5d9e55 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.modern.js @@ -19608,14 +19608,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2102 = React.version; if ( - "19.2.0-www-modern-5dc1b212-20250519" !== + "19.2.0-www-modern-c6c2a52a-20250519" !== isomorphicReactPackageVersion$jscomp$inline_2102 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2102, - "19.2.0-www-modern-5dc1b212-20250519" + "19.2.0-www-modern-c6c2a52a-20250519" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -19633,10 +19633,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2712 = { bundleType: 0, - version: "19.2.0-www-modern-5dc1b212-20250519", + version: "19.2.0-www-modern-c6c2a52a-20250519", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-modern-5dc1b212-20250519" + reconcilerVersion: "19.2.0-www-modern-c6c2a52a-20250519" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2713 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -20199,4 +20199,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-www-modern-5dc1b212-20250519"; +exports.version = "19.2.0-www-modern-c6c2a52a-20250519"; diff --git a/compiled/facebook-www/ReactReconciler-dev.classic.js b/compiled/facebook-www/ReactReconciler-dev.classic.js index 657b977bb3..bb533d53d5 100644 --- a/compiled/facebook-www/ReactReconciler-dev.classic.js +++ b/compiled/facebook-www/ReactReconciler-dev.classic.js @@ -21857,7 +21857,7 @@ __DEV__ && version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-classic-5dc1b212-20250519" + reconcilerVersion: "19.2.0-www-classic-c6c2a52a-20250519" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-dev.modern.js b/compiled/facebook-www/ReactReconciler-dev.modern.js index 3769b018bc..70ef673017 100644 --- a/compiled/facebook-www/ReactReconciler-dev.modern.js +++ b/compiled/facebook-www/ReactReconciler-dev.modern.js @@ -21638,7 +21638,7 @@ __DEV__ && version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-modern-5dc1b212-20250519" + reconcilerVersion: "19.2.0-www-modern-c6c2a52a-20250519" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-prod.classic.js b/compiled/facebook-www/ReactReconciler-prod.classic.js index 81149cebee..e8bdd1b8d2 100644 --- a/compiled/facebook-www/ReactReconciler-prod.classic.js +++ b/compiled/facebook-www/ReactReconciler-prod.classic.js @@ -14100,7 +14100,7 @@ module.exports = function ($$$config) { version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-classic-5dc1b212-20250519" + reconcilerVersion: "19.2.0-www-classic-c6c2a52a-20250519" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-prod.modern.js b/compiled/facebook-www/ReactReconciler-prod.modern.js index 1c96e391ff..cd85ae9672 100644 --- a/compiled/facebook-www/ReactReconciler-prod.modern.js +++ b/compiled/facebook-www/ReactReconciler-prod.modern.js @@ -13817,7 +13817,7 @@ module.exports = function ($$$config) { version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-modern-5dc1b212-20250519" + reconcilerVersion: "19.2.0-www-modern-c6c2a52a-20250519" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.classic.js b/compiled/facebook-www/ReactTestRenderer-dev.classic.js index f223698650..fef44936c7 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.classic.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.classic.js @@ -15369,10 +15369,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.2.0-www-classic-5dc1b212-20250519", + version: "19.2.0-www-classic-c6c2a52a-20250519", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-classic-5dc1b212-20250519" + reconcilerVersion: "19.2.0-www-classic-c6c2a52a-20250519" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15507,5 +15507,5 @@ __DEV__ && exports.unstable_batchedUpdates = function (fn, a) { return fn(a); }; - exports.version = "19.2.0-www-classic-5dc1b212-20250519"; + exports.version = "19.2.0-www-classic-c6c2a52a-20250519"; })(); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.modern.js b/compiled/facebook-www/ReactTestRenderer-dev.modern.js index d4734a20e9..36c86c3720 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.modern.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.modern.js @@ -15369,10 +15369,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.2.0-www-modern-5dc1b212-20250519", + version: "19.2.0-www-modern-c6c2a52a-20250519", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-modern-5dc1b212-20250519" + reconcilerVersion: "19.2.0-www-modern-c6c2a52a-20250519" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15507,5 +15507,5 @@ __DEV__ && exports.unstable_batchedUpdates = function (fn, a) { return fn(a); }; - exports.version = "19.2.0-www-modern-5dc1b212-20250519"; + exports.version = "19.2.0-www-modern-c6c2a52a-20250519"; })(); diff --git a/compiled/facebook-www/VERSION_CLASSIC b/compiled/facebook-www/VERSION_CLASSIC index 230e65402a..2f3c9bdb71 100644 --- a/compiled/facebook-www/VERSION_CLASSIC +++ b/compiled/facebook-www/VERSION_CLASSIC @@ -1 +1 @@ -19.2.0-www-classic-5dc1b212-20250519 \ No newline at end of file +19.2.0-www-classic-c6c2a52a-20250519 \ No newline at end of file diff --git a/compiled/facebook-www/VERSION_MODERN b/compiled/facebook-www/VERSION_MODERN index c670c2a83a..cdf3d0e9e4 100644 --- a/compiled/facebook-www/VERSION_MODERN +++ b/compiled/facebook-www/VERSION_MODERN @@ -1 +1 @@ -19.2.0-www-modern-5dc1b212-20250519 \ No newline at end of file +19.2.0-www-modern-c6c2a52a-20250519 \ No newline at end of file