diff --git a/compiled/eslint-plugin-react-hooks/index.js b/compiled/eslint-plugin-react-hooks/index.js index a08a176bfc..e011faa542 100644 --- a/compiled/eslint-plugin-react-hooks/index.js +++ b/compiled/eslint-plugin-react-hooks/index.js @@ -32118,7 +32118,7 @@ const HookSchema = zod.z.object({ }); const EnvironmentConfigSchema = zod.z.object({ customHooks: zod.z.map(zod.z.string(), HookSchema).default(new Map()), - moduleTypeProvider: zod.z.nullable(zod.z.function().args(zod.z.string())).default(null), + moduleTypeProvider: zod.z.nullable(zod.z.any()).default(null), customMacros: zod.z.nullable(zod.z.array(MacroSchema)).default(null), enableResetCacheOnSourceFileChanges: zod.z.nullable(zod.z.boolean()).default(null), enablePreserveExistingMemoizationGuarantees: zod.z.boolean().default(true), @@ -32126,7 +32126,7 @@ const EnvironmentConfigSchema = zod.z.object({ enablePreserveExistingManualUseMemo: zod.z.boolean().default(false), enableForest: zod.z.boolean().default(false), enableUseTypeAnnotations: zod.z.boolean().default(false), - flowTypeProvider: zod.z.nullable(zod.z.function().args(zod.z.string())).default(null), + flowTypeProvider: zod.z.nullable(zod.z.any()).default(null), enableOptionalDependencies: zod.z.boolean().default(true), enableFire: zod.z.boolean().default(false), enableNameAnonymousFunctions: zod.z.boolean().default(false), @@ -32491,6 +32491,12 @@ _Environment_globals = new WeakMap(), _Environment_shapes = new WeakMap(), _Envi if (moduleTypeProvider == null) { return null; } + if (typeof moduleTypeProvider !== 'function') { + CompilerError.throwInvalidConfig({ + reason: `Expected a function for \`moduleTypeProvider\``, + loc, + }); + } const unparsedModuleConfig = moduleTypeProvider(moduleName); if (unparsedModuleConfig != null) { const parsedModuleConfig = TypeSchema.safeParse(unparsedModuleConfig); diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index 365b10beb6..61d13cc938 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -71753ac90a009ddefe2f7653165902d55edd1898 +d6eb735938bc67b41ad723206ea395ba4d761139 diff --git a/compiled/facebook-www/REVISION_TRANSFORMS b/compiled/facebook-www/REVISION_TRANSFORMS index 365b10beb6..61d13cc938 100644 --- a/compiled/facebook-www/REVISION_TRANSFORMS +++ b/compiled/facebook-www/REVISION_TRANSFORMS @@ -1 +1 @@ -71753ac90a009ddefe2f7653165902d55edd1898 +d6eb735938bc67b41ad723206ea395ba4d761139 diff --git a/compiled/facebook-www/React-dev.classic.js b/compiled/facebook-www/React-dev.classic.js index dbd4e29038..b84b5d5825 100644 --- a/compiled/facebook-www/React-dev.classic.js +++ b/compiled/facebook-www/React-dev.classic.js @@ -1458,7 +1458,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.3.0-www-classic-71753ac9-20251003"; + exports.version = "19.3.0-www-classic-d6eb7359-20251003"; "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 1a1eadfe75..d2855540f8 100644 --- a/compiled/facebook-www/React-dev.modern.js +++ b/compiled/facebook-www/React-dev.modern.js @@ -1458,7 +1458,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.3.0-www-modern-71753ac9-20251003"; + exports.version = "19.3.0-www-modern-d6eb7359-20251003"; "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 da708b708c..5b9062d25e 100644 --- a/compiled/facebook-www/React-prod.classic.js +++ b/compiled/facebook-www/React-prod.classic.js @@ -604,4 +604,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.3.0-www-classic-71753ac9-20251003"; +exports.version = "19.3.0-www-classic-d6eb7359-20251003"; diff --git a/compiled/facebook-www/React-prod.modern.js b/compiled/facebook-www/React-prod.modern.js index 45b329165c..072db75d9c 100644 --- a/compiled/facebook-www/React-prod.modern.js +++ b/compiled/facebook-www/React-prod.modern.js @@ -604,4 +604,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.3.0-www-modern-71753ac9-20251003"; +exports.version = "19.3.0-www-modern-d6eb7359-20251003"; diff --git a/compiled/facebook-www/React-profiling.classic.js b/compiled/facebook-www/React-profiling.classic.js index 1a2e9cc4ae..e76726e79d 100644 --- a/compiled/facebook-www/React-profiling.classic.js +++ b/compiled/facebook-www/React-profiling.classic.js @@ -608,7 +608,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.3.0-www-classic-71753ac9-20251003"; +exports.version = "19.3.0-www-classic-d6eb7359-20251003"; "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 29e6696107..95d9e1fa07 100644 --- a/compiled/facebook-www/React-profiling.modern.js +++ b/compiled/facebook-www/React-profiling.modern.js @@ -608,7 +608,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.3.0-www-modern-71753ac9-20251003"; +exports.version = "19.3.0-www-modern-d6eb7359-20251003"; "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 93f1664305..f63c3dd9cb 100644 --- a/compiled/facebook-www/ReactART-dev.classic.js +++ b/compiled/facebook-www/ReactART-dev.classic.js @@ -20303,10 +20303,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.3.0-www-classic-71753ac9-20251003", + version: "19.3.0-www-classic-d6eb7359-20251003", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-classic-71753ac9-20251003" + reconcilerVersion: "19.3.0-www-classic-d6eb7359-20251003" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -20341,7 +20341,7 @@ __DEV__ && exports.Shape = Shape; exports.Surface = Surface; exports.Text = Text; - exports.version = "19.3.0-www-classic-71753ac9-20251003"; + exports.version = "19.3.0-www-classic-d6eb7359-20251003"; "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 18e7fe1f53..74df169788 100644 --- a/compiled/facebook-www/ReactART-dev.modern.js +++ b/compiled/facebook-www/ReactART-dev.modern.js @@ -20074,10 +20074,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.3.0-www-modern-71753ac9-20251003", + version: "19.3.0-www-modern-d6eb7359-20251003", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-modern-71753ac9-20251003" + reconcilerVersion: "19.3.0-www-modern-d6eb7359-20251003" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -20112,7 +20112,7 @@ __DEV__ && exports.Shape = Shape; exports.Surface = Surface; exports.Text = Text; - exports.version = "19.3.0-www-modern-71753ac9-20251003"; + exports.version = "19.3.0-www-modern-d6eb7359-20251003"; "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 409229d93f..1fc35f3443 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-71753ac9-20251003", + version: "19.3.0-www-classic-d6eb7359-20251003", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-classic-71753ac9-20251003" + reconcilerVersion: "19.3.0-www-classic-d6eb7359-20251003" }; 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-71753ac9-20251003"; +exports.version = "19.3.0-www-classic-d6eb7359-20251003"; diff --git a/compiled/facebook-www/ReactART-prod.modern.js b/compiled/facebook-www/ReactART-prod.modern.js index a68a88a43e..c03c0d9d3f 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-71753ac9-20251003", + version: "19.3.0-www-modern-d6eb7359-20251003", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-modern-71753ac9-20251003" + reconcilerVersion: "19.3.0-www-modern-d6eb7359-20251003" }; 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-71753ac9-20251003"; +exports.version = "19.3.0-www-modern-d6eb7359-20251003"; diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index 74a3b10593..0a4de4e87b 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -32865,11 +32865,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.3.0-www-classic-71753ac9-20251003" !== isomorphicReactPackageVersion) + if ("19.3.0-www-classic-d6eb7359-20251003" !== 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-71753ac9-20251003\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.3.0-www-classic-d6eb7359-20251003\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -32912,10 +32912,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.3.0-www-classic-71753ac9-20251003", + version: "19.3.0-www-classic-d6eb7359-20251003", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-classic-71753ac9-20251003" + reconcilerVersion: "19.3.0-www-classic-d6eb7359-20251003" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -33528,7 +33528,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.3.0-www-classic-71753ac9-20251003"; + exports.version = "19.3.0-www-classic-d6eb7359-20251003"; "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 6892e5ee65..60b0a04797 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -32650,11 +32650,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.3.0-www-modern-71753ac9-20251003" !== isomorphicReactPackageVersion) + if ("19.3.0-www-modern-d6eb7359-20251003" !== 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-71753ac9-20251003\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.3.0-www-modern-d6eb7359-20251003\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -32697,10 +32697,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.3.0-www-modern-71753ac9-20251003", + version: "19.3.0-www-modern-d6eb7359-20251003", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-modern-71753ac9-20251003" + reconcilerVersion: "19.3.0-www-modern-d6eb7359-20251003" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -33313,7 +33313,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.3.0-www-modern-71753ac9-20251003"; + exports.version = "19.3.0-www-modern-d6eb7359-20251003"; "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 72bce2fdab..227a9a26eb 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-71753ac9-20251003" !== + "19.3.0-www-classic-d6eb7359-20251003" !== isomorphicReactPackageVersion$jscomp$inline_2128 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2128, - "19.3.0-www-classic-71753ac9-20251003" + "19.3.0-www-classic-d6eb7359-20251003" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -19997,10 +19997,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2760 = { bundleType: 0, - version: "19.3.0-www-classic-71753ac9-20251003", + version: "19.3.0-www-classic-d6eb7359-20251003", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-classic-71753ac9-20251003" + reconcilerVersion: "19.3.0-www-classic-d6eb7359-20251003" }; 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-71753ac9-20251003"; +exports.version = "19.3.0-www-classic-d6eb7359-20251003"; diff --git a/compiled/facebook-www/ReactDOM-prod.modern.js b/compiled/facebook-www/ReactDOM-prod.modern.js index bf5699e373..4c1d82782d 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-71753ac9-20251003" !== + "19.3.0-www-modern-d6eb7359-20251003" !== isomorphicReactPackageVersion$jscomp$inline_2118 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2118, - "19.3.0-www-modern-71753ac9-20251003" + "19.3.0-www-modern-d6eb7359-20251003" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -19726,10 +19726,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2742 = { bundleType: 0, - version: "19.3.0-www-modern-71753ac9-20251003", + version: "19.3.0-www-modern-d6eb7359-20251003", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-modern-71753ac9-20251003" + reconcilerVersion: "19.3.0-www-modern-d6eb7359-20251003" }; 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-71753ac9-20251003"; +exports.version = "19.3.0-www-modern-d6eb7359-20251003"; diff --git a/compiled/facebook-www/ReactDOM-profiling.classic.js b/compiled/facebook-www/ReactDOM-profiling.classic.js index 04658af4d8..4423dc5db7 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-71753ac9-20251003" !== + "19.3.0-www-classic-d6eb7359-20251003" !== isomorphicReactPackageVersion$jscomp$inline_2438 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2438, - "19.3.0-www-classic-71753ac9-20251003" + "19.3.0-www-classic-d6eb7359-20251003" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -22251,10 +22251,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2440 = { bundleType: 0, - version: "19.3.0-www-classic-71753ac9-20251003", + version: "19.3.0-www-classic-d6eb7359-20251003", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-classic-71753ac9-20251003" + reconcilerVersion: "19.3.0-www-classic-d6eb7359-20251003" }; 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-71753ac9-20251003"; +exports.version = "19.3.0-www-classic-d6eb7359-20251003"; "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 b3b5b3d047..4a6beb8993 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-71753ac9-20251003" !== + "19.3.0-www-modern-d6eb7359-20251003" !== isomorphicReactPackageVersion$jscomp$inline_2428 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2428, - "19.3.0-www-modern-71753ac9-20251003" + "19.3.0-www-modern-d6eb7359-20251003" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -22045,10 +22045,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2430 = { bundleType: 0, - version: "19.3.0-www-modern-71753ac9-20251003", + version: "19.3.0-www-modern-d6eb7359-20251003", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-modern-71753ac9-20251003" + reconcilerVersion: "19.3.0-www-modern-d6eb7359-20251003" }; 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-71753ac9-20251003"; +exports.version = "19.3.0-www-modern-d6eb7359-20251003"; "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 81f82d83dc..d12ef22e81 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-71753ac9-20251003"; + exports.version = "19.3.0-www-classic-d6eb7359-20251003"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-dev.modern.js b/compiled/facebook-www/ReactDOMServer-dev.modern.js index 8aa7293e19..7c6481a660 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-71753ac9-20251003"; + exports.version = "19.3.0-www-modern-d6eb7359-20251003"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-prod.classic.js b/compiled/facebook-www/ReactDOMServer-prod.classic.js index f44385b01c..582f2d4f99 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-71753ac9-20251003"; +exports.version = "19.3.0-www-classic-d6eb7359-20251003"; diff --git a/compiled/facebook-www/ReactDOMServer-prod.modern.js b/compiled/facebook-www/ReactDOMServer-prod.modern.js index 2655c3ad58..7e3105f300 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-71753ac9-20251003"; +exports.version = "19.3.0-www-modern-d6eb7359-20251003"; diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index d337153b36..b4545ceb8c 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -33186,11 +33186,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.3.0-www-classic-71753ac9-20251003" !== isomorphicReactPackageVersion) + if ("19.3.0-www-classic-d6eb7359-20251003" !== 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-71753ac9-20251003\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.3.0-www-classic-d6eb7359-20251003\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -33233,10 +33233,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.3.0-www-classic-71753ac9-20251003", + version: "19.3.0-www-classic-d6eb7359-20251003", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-classic-71753ac9-20251003" + reconcilerVersion: "19.3.0-www-classic-d6eb7359-20251003" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -34015,5 +34015,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.3.0-www-classic-71753ac9-20251003"; + exports.version = "19.3.0-www-classic-d6eb7359-20251003"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index ce91074c1c..9c894079a5 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -32971,11 +32971,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.3.0-www-modern-71753ac9-20251003" !== isomorphicReactPackageVersion) + if ("19.3.0-www-modern-d6eb7359-20251003" !== 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-71753ac9-20251003\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.3.0-www-modern-d6eb7359-20251003\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -33018,10 +33018,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.3.0-www-modern-71753ac9-20251003", + version: "19.3.0-www-modern-d6eb7359-20251003", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-modern-71753ac9-20251003" + reconcilerVersion: "19.3.0-www-modern-d6eb7359-20251003" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -33800,5 +33800,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.3.0-www-modern-71753ac9-20251003"; + exports.version = "19.3.0-www-modern-d6eb7359-20251003"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-prod.classic.js b/compiled/facebook-www/ReactDOMTesting-prod.classic.js index 3b09f31d30..e801e6ad62 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-71753ac9-20251003" !== + "19.3.0-www-classic-d6eb7359-20251003" !== isomorphicReactPackageVersion$jscomp$inline_2157 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2157, - "19.3.0-www-classic-71753ac9-20251003" + "19.3.0-www-classic-d6eb7359-20251003" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -20313,10 +20313,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2794 = { bundleType: 0, - version: "19.3.0-www-classic-71753ac9-20251003", + version: "19.3.0-www-classic-d6eb7359-20251003", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-classic-71753ac9-20251003" + reconcilerVersion: "19.3.0-www-classic-d6eb7359-20251003" }; 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-71753ac9-20251003"; +exports.version = "19.3.0-www-classic-d6eb7359-20251003"; diff --git a/compiled/facebook-www/ReactDOMTesting-prod.modern.js b/compiled/facebook-www/ReactDOMTesting-prod.modern.js index d4d55fdfe2..f86e013ba6 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-71753ac9-20251003" !== + "19.3.0-www-modern-d6eb7359-20251003" !== isomorphicReactPackageVersion$jscomp$inline_2147 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2147, - "19.3.0-www-modern-71753ac9-20251003" + "19.3.0-www-modern-d6eb7359-20251003" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -20042,10 +20042,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2776 = { bundleType: 0, - version: "19.3.0-www-modern-71753ac9-20251003", + version: "19.3.0-www-modern-d6eb7359-20251003", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-modern-71753ac9-20251003" + reconcilerVersion: "19.3.0-www-modern-d6eb7359-20251003" }; 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-71753ac9-20251003"; +exports.version = "19.3.0-www-modern-d6eb7359-20251003"; diff --git a/compiled/facebook-www/ReactReconciler-dev.classic.js b/compiled/facebook-www/ReactReconciler-dev.classic.js index c3f968228d..30b40b6762 100644 --- a/compiled/facebook-www/ReactReconciler-dev.classic.js +++ b/compiled/facebook-www/ReactReconciler-dev.classic.js @@ -22958,7 +22958,7 @@ __DEV__ && version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-classic-71753ac9-20251003" + reconcilerVersion: "19.3.0-www-classic-d6eb7359-20251003" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-dev.modern.js b/compiled/facebook-www/ReactReconciler-dev.modern.js index bb5cd7b447..2b4da6c09a 100644 --- a/compiled/facebook-www/ReactReconciler-dev.modern.js +++ b/compiled/facebook-www/ReactReconciler-dev.modern.js @@ -22738,7 +22738,7 @@ __DEV__ && version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-modern-71753ac9-20251003" + reconcilerVersion: "19.3.0-www-modern-d6eb7359-20251003" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-prod.classic.js b/compiled/facebook-www/ReactReconciler-prod.classic.js index 35597345b7..14efabf767 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-71753ac9-20251003" + reconcilerVersion: "19.3.0-www-classic-d6eb7359-20251003" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-prod.modern.js b/compiled/facebook-www/ReactReconciler-prod.modern.js index dc35a803dc..57f6a74748 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-71753ac9-20251003" + reconcilerVersion: "19.3.0-www-modern-d6eb7359-20251003" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.classic.js b/compiled/facebook-www/ReactTestRenderer-dev.classic.js index 78d725513b..b41ac19b73 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-71753ac9-20251003", + version: "19.3.0-www-classic-d6eb7359-20251003", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-classic-71753ac9-20251003" + reconcilerVersion: "19.3.0-www-classic-d6eb7359-20251003" }; 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-71753ac9-20251003"; + exports.version = "19.3.0-www-classic-d6eb7359-20251003"; })(); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.modern.js b/compiled/facebook-www/ReactTestRenderer-dev.modern.js index 873216a5e8..c2bb510b39 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-71753ac9-20251003", + version: "19.3.0-www-modern-d6eb7359-20251003", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.3.0-www-modern-71753ac9-20251003" + reconcilerVersion: "19.3.0-www-modern-d6eb7359-20251003" }; 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-71753ac9-20251003"; + exports.version = "19.3.0-www-modern-d6eb7359-20251003"; })(); diff --git a/compiled/facebook-www/VERSION_CLASSIC b/compiled/facebook-www/VERSION_CLASSIC index 3942825dc2..d0f8a5b237 100644 --- a/compiled/facebook-www/VERSION_CLASSIC +++ b/compiled/facebook-www/VERSION_CLASSIC @@ -1 +1 @@ -19.3.0-www-classic-71753ac9-20251003 \ No newline at end of file +19.3.0-www-classic-d6eb7359-20251003 \ No newline at end of file diff --git a/compiled/facebook-www/VERSION_MODERN b/compiled/facebook-www/VERSION_MODERN index 73dca47fa1..0f99a72117 100644 --- a/compiled/facebook-www/VERSION_MODERN +++ b/compiled/facebook-www/VERSION_MODERN @@ -1 +1 @@ -19.3.0-www-modern-71753ac9-20251003 \ No newline at end of file +19.3.0-www-modern-d6eb7359-20251003 \ No newline at end of file