diff --git a/compiled/eslint-plugin-react-hooks/index.js b/compiled/eslint-plugin-react-hooks/index.js index 49595ee8f2..9e0e94d97e 100644 --- a/compiled/eslint-plugin-react-hooks/index.js +++ b/compiled/eslint-plugin-react-hooks/index.js @@ -56083,6 +56083,7 @@ function compileProgram(program, pass) { filename: pass.filename, code: pass.code, suppressions, + hasModuleScopeOptOut: findDirectiveDisablingMemoization(program.node.directives) != null, }); const queue = findFunctionsToCompile(program, pass, programContext); const compiledFns = []; @@ -56113,7 +56114,16 @@ function compileProgram(program, pass) { }); } } - if (findDirectiveDisablingMemoization(program.node.directives) != null) { + if (programContext.hasModuleScopeOptOut) { + if (compiledFns.length > 0) { + const error = new CompilerError(); + error.pushErrorDetail(new CompilerErrorDetail({ + reason: 'Unexpected compiled functions when module scope opt-out is present', + severity: ErrorSeverity.Invariant, + loc: null, + })); + handleError(error, programContext, null); + } return null; } applyCompiledFunctions(program, compiledFns, pass, programContext); @@ -56197,10 +56207,7 @@ function processFn(fn, fnType, programContext) { prunedMemoBlocks: compiledFn.prunedMemoBlocks, prunedMemoValues: compiledFn.prunedMemoValues, }); - if (directives.optIn != null) { - return compiledFn; - } - else if (programContext.opts.compilationMode === 'annotation') { + if (programContext.hasModuleScopeOptOut) { return null; } else if (programContext.opts.noEmit) { @@ -56211,6 +56218,10 @@ function processFn(fn, fnType, programContext) { } return null; } + else if (programContext.opts.compilationMode === 'annotation' && + directives.optIn == null) { + return null; + } else { return compiledFn; } @@ -56664,7 +56675,7 @@ function validateRestrictedImports(path, { validateBlocklistedImports }) { } } class ProgramContext { - constructor({ program, suppressions, opts, filename, code, }) { + constructor({ program, suppressions, opts, filename, code, hasModuleScopeOptOut, }) { this.alreadyCompiled = new (WeakSet !== null && WeakSet !== void 0 ? WeakSet : Set)(); this.knownReferencedNames = new Set(); this.imports = new Map(); @@ -56676,6 +56687,7 @@ class ProgramContext { this.code = code; this.reactRuntimeModule = getReactCompilerRuntimeModule(opts.target); this.suppressions = suppressions; + this.hasModuleScopeOptOut = hasModuleScopeOptOut; } isHookName(name) { if (this.opts.environment.hookPattern == null) { diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index 256d047d01..c26eb4cde5 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -5069e18060e00d7c07b2b04ebc8a3fa21e2d810a +3820740a7fbfc3b27a5127b43bdad44382ff3ce0 diff --git a/compiled/facebook-www/REVISION_TRANSFORMS b/compiled/facebook-www/REVISION_TRANSFORMS index 256d047d01..c26eb4cde5 100644 --- a/compiled/facebook-www/REVISION_TRANSFORMS +++ b/compiled/facebook-www/REVISION_TRANSFORMS @@ -1 +1 @@ -5069e18060e00d7c07b2b04ebc8a3fa21e2d810a +3820740a7fbfc3b27a5127b43bdad44382ff3ce0 diff --git a/compiled/facebook-www/React-dev.classic.js b/compiled/facebook-www/React-dev.classic.js index 1013aa2154..7a3d2ce582 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-5069e180-20250509"; + exports.version = "19.2.0-www-classic-3820740a-20250509"; "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 1bd341606a..227ef0169c 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-5069e180-20250509"; + exports.version = "19.2.0-www-modern-3820740a-20250509"; "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 e0ba7f66ec..5d15e51ad2 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-5069e180-20250509"; +exports.version = "19.2.0-www-classic-3820740a-20250509"; diff --git a/compiled/facebook-www/React-prod.modern.js b/compiled/facebook-www/React-prod.modern.js index 94364e4a15..7b7f482b79 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-5069e180-20250509"; +exports.version = "19.2.0-www-modern-3820740a-20250509"; diff --git a/compiled/facebook-www/React-profiling.classic.js b/compiled/facebook-www/React-profiling.classic.js index f2b817f534..5f3b70e672 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-5069e180-20250509"; +exports.version = "19.2.0-www-classic-3820740a-20250509"; "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 2ff5592000..e7920ba590 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-5069e180-20250509"; +exports.version = "19.2.0-www-modern-3820740a-20250509"; "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 48d670660e..d57d6ff678 100644 --- a/compiled/facebook-www/ReactART-dev.classic.js +++ b/compiled/facebook-www/ReactART-dev.classic.js @@ -19065,10 +19065,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.2.0-www-classic-5069e180-20250509", + version: "19.2.0-www-classic-3820740a-20250509", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-classic-5069e180-20250509" + reconcilerVersion: "19.2.0-www-classic-3820740a-20250509" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -19102,7 +19102,7 @@ __DEV__ && exports.Shape = Shape; exports.Surface = Surface; exports.Text = Text; - exports.version = "19.2.0-www-classic-5069e180-20250509"; + exports.version = "19.2.0-www-classic-3820740a-20250509"; "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 7c0f2d0a0e..35d5bdbcfc 100644 --- a/compiled/facebook-www/ReactART-dev.modern.js +++ b/compiled/facebook-www/ReactART-dev.modern.js @@ -18837,10 +18837,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.2.0-www-modern-5069e180-20250509", + version: "19.2.0-www-modern-3820740a-20250509", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-modern-5069e180-20250509" + reconcilerVersion: "19.2.0-www-modern-3820740a-20250509" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -18874,7 +18874,7 @@ __DEV__ && exports.Shape = Shape; exports.Surface = Surface; exports.Text = Text; - exports.version = "19.2.0-www-modern-5069e180-20250509"; + exports.version = "19.2.0-www-modern-3820740a-20250509"; "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 c7a01b0c80..4d740a44c4 100644 --- a/compiled/facebook-www/ReactART-prod.classic.js +++ b/compiled/facebook-www/ReactART-prod.classic.js @@ -11393,10 +11393,10 @@ var slice = Array.prototype.slice, })(React.Component); var internals$jscomp$inline_1619 = { bundleType: 0, - version: "19.2.0-www-classic-5069e180-20250509", + version: "19.2.0-www-classic-3820740a-20250509", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-classic-5069e180-20250509" + reconcilerVersion: "19.2.0-www-classic-3820740a-20250509" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1620 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -11422,4 +11422,4 @@ exports.RadialGradient = RadialGradient; exports.Shape = TYPES.SHAPE; exports.Surface = Surface; exports.Text = Text; -exports.version = "19.2.0-www-classic-5069e180-20250509"; +exports.version = "19.2.0-www-classic-3820740a-20250509"; diff --git a/compiled/facebook-www/ReactART-prod.modern.js b/compiled/facebook-www/ReactART-prod.modern.js index 3f7e525837..eae37abbbe 100644 --- a/compiled/facebook-www/ReactART-prod.modern.js +++ b/compiled/facebook-www/ReactART-prod.modern.js @@ -11105,10 +11105,10 @@ var slice = Array.prototype.slice, })(React.Component); var internals$jscomp$inline_1592 = { bundleType: 0, - version: "19.2.0-www-modern-5069e180-20250509", + version: "19.2.0-www-modern-3820740a-20250509", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-modern-5069e180-20250509" + reconcilerVersion: "19.2.0-www-modern-3820740a-20250509" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1593 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -11134,4 +11134,4 @@ exports.RadialGradient = RadialGradient; exports.Shape = TYPES.SHAPE; exports.Surface = Surface; exports.Text = Text; -exports.version = "19.2.0-www-modern-5069e180-20250509"; +exports.version = "19.2.0-www-modern-3820740a-20250509"; diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index 64c55dce06..6e92e29e6f 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -31364,11 +31364,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.2.0-www-classic-5069e180-20250509" !== isomorphicReactPackageVersion) + if ("19.2.0-www-classic-3820740a-20250509" !== 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-5069e180-20250509\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.2.0-www-classic-3820740a-20250509\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -31411,10 +31411,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.2.0-www-classic-5069e180-20250509", + version: "19.2.0-www-classic-3820740a-20250509", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-classic-5069e180-20250509" + reconcilerVersion: "19.2.0-www-classic-3820740a-20250509" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -32014,7 +32014,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.2.0-www-classic-5069e180-20250509"; + exports.version = "19.2.0-www-classic-3820740a-20250509"; "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 6727dc8fed..4eacaf855e 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -31150,11 +31150,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.2.0-www-modern-5069e180-20250509" !== isomorphicReactPackageVersion) + if ("19.2.0-www-modern-3820740a-20250509" !== 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-5069e180-20250509\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.2.0-www-modern-3820740a-20250509\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -31197,10 +31197,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.2.0-www-modern-5069e180-20250509", + version: "19.2.0-www-modern-3820740a-20250509", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-modern-5069e180-20250509" + reconcilerVersion: "19.2.0-www-modern-3820740a-20250509" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -31800,7 +31800,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.2.0-www-modern-5069e180-20250509"; + exports.version = "19.2.0-www-modern-3820740a-20250509"; "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 44116d3e1c..4db0500db0 100644 --- a/compiled/facebook-www/ReactDOM-prod.classic.js +++ b/compiled/facebook-www/ReactDOM-prod.classic.js @@ -19556,14 +19556,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2079 = React.version; if ( - "19.2.0-www-classic-5069e180-20250509" !== + "19.2.0-www-classic-3820740a-20250509" !== isomorphicReactPackageVersion$jscomp$inline_2079 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2079, - "19.2.0-www-classic-5069e180-20250509" + "19.2.0-www-classic-3820740a-20250509" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -19581,10 +19581,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2692 = { bundleType: 0, - version: "19.2.0-www-classic-5069e180-20250509", + version: "19.2.0-www-classic-3820740a-20250509", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-classic-5069e180-20250509" + reconcilerVersion: "19.2.0-www-classic-3820740a-20250509" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2693 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -19953,4 +19953,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-www-classic-5069e180-20250509"; +exports.version = "19.2.0-www-classic-3820740a-20250509"; diff --git a/compiled/facebook-www/ReactDOM-prod.modern.js b/compiled/facebook-www/ReactDOM-prod.modern.js index 74f0830b06..dc1779720d 100644 --- a/compiled/facebook-www/ReactDOM-prod.modern.js +++ b/compiled/facebook-www/ReactDOM-prod.modern.js @@ -19285,14 +19285,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2069 = React.version; if ( - "19.2.0-www-modern-5069e180-20250509" !== + "19.2.0-www-modern-3820740a-20250509" !== isomorphicReactPackageVersion$jscomp$inline_2069 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2069, - "19.2.0-www-modern-5069e180-20250509" + "19.2.0-www-modern-3820740a-20250509" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -19310,10 +19310,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2674 = { bundleType: 0, - version: "19.2.0-www-modern-5069e180-20250509", + version: "19.2.0-www-modern-3820740a-20250509", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-modern-5069e180-20250509" + reconcilerVersion: "19.2.0-www-modern-3820740a-20250509" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2675 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -19682,4 +19682,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-www-modern-5069e180-20250509"; +exports.version = "19.2.0-www-modern-3820740a-20250509"; diff --git a/compiled/facebook-www/ReactDOM-profiling.classic.js b/compiled/facebook-www/ReactDOM-profiling.classic.js index 49b1e0dcc8..7b6ca6c50e 100644 --- a/compiled/facebook-www/ReactDOM-profiling.classic.js +++ b/compiled/facebook-www/ReactDOM-profiling.classic.js @@ -21534,14 +21534,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2323 = React.version; if ( - "19.2.0-www-classic-5069e180-20250509" !== + "19.2.0-www-classic-3820740a-20250509" !== isomorphicReactPackageVersion$jscomp$inline_2323 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2323, - "19.2.0-www-classic-5069e180-20250509" + "19.2.0-www-classic-3820740a-20250509" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -21559,10 +21559,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2325 = { bundleType: 0, - version: "19.2.0-www-classic-5069e180-20250509", + version: "19.2.0-www-classic-3820740a-20250509", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-classic-5069e180-20250509" + reconcilerVersion: "19.2.0-www-classic-3820740a-20250509" }; enableSchedulingProfiler && ((internals$jscomp$inline_2325.getLaneLabelMap = getLaneLabelMap), @@ -21934,7 +21934,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-www-classic-5069e180-20250509"; +exports.version = "19.2.0-www-classic-3820740a-20250509"; "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 66f166a1e4..c609a4993b 100644 --- a/compiled/facebook-www/ReactDOM-profiling.modern.js +++ b/compiled/facebook-www/ReactDOM-profiling.modern.js @@ -21332,14 +21332,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2313 = React.version; if ( - "19.2.0-www-modern-5069e180-20250509" !== + "19.2.0-www-modern-3820740a-20250509" !== isomorphicReactPackageVersion$jscomp$inline_2313 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2313, - "19.2.0-www-modern-5069e180-20250509" + "19.2.0-www-modern-3820740a-20250509" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -21357,10 +21357,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2315 = { bundleType: 0, - version: "19.2.0-www-modern-5069e180-20250509", + version: "19.2.0-www-modern-3820740a-20250509", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-modern-5069e180-20250509" + reconcilerVersion: "19.2.0-www-modern-3820740a-20250509" }; enableSchedulingProfiler && ((internals$jscomp$inline_2315.getLaneLabelMap = getLaneLabelMap), @@ -21732,7 +21732,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-www-modern-5069e180-20250509"; +exports.version = "19.2.0-www-modern-3820740a-20250509"; "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 e95b60f55d..121c8e353d 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.classic.js +++ b/compiled/facebook-www/ReactDOMServer-dev.classic.js @@ -9533,5 +9533,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-5069e180-20250509"; + exports.version = "19.2.0-www-classic-3820740a-20250509"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-dev.modern.js b/compiled/facebook-www/ReactDOMServer-dev.modern.js index 86fd7e2102..39afd3817d 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.modern.js +++ b/compiled/facebook-www/ReactDOMServer-dev.modern.js @@ -9462,5 +9462,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-5069e180-20250509"; + exports.version = "19.2.0-www-modern-3820740a-20250509"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-prod.classic.js b/compiled/facebook-www/ReactDOMServer-prod.classic.js index 26f7d9bbfe..940d2f3098 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.classic.js +++ b/compiled/facebook-www/ReactDOMServer-prod.classic.js @@ -6285,4 +6285,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-5069e180-20250509"; +exports.version = "19.2.0-www-classic-3820740a-20250509"; diff --git a/compiled/facebook-www/ReactDOMServer-prod.modern.js b/compiled/facebook-www/ReactDOMServer-prod.modern.js index 364d4e757f..ccfac9f075 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.modern.js +++ b/compiled/facebook-www/ReactDOMServer-prod.modern.js @@ -6197,4 +6197,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-5069e180-20250509"; +exports.version = "19.2.0-www-modern-3820740a-20250509"; diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index f581d539d3..3315a6b6b2 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -31685,11 +31685,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.2.0-www-classic-5069e180-20250509" !== isomorphicReactPackageVersion) + if ("19.2.0-www-classic-3820740a-20250509" !== 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-5069e180-20250509\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.2.0-www-classic-3820740a-20250509\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -31732,10 +31732,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.2.0-www-classic-5069e180-20250509", + version: "19.2.0-www-classic-3820740a-20250509", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-classic-5069e180-20250509" + reconcilerVersion: "19.2.0-www-classic-3820740a-20250509" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -32501,5 +32501,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.2.0-www-classic-5069e180-20250509"; + exports.version = "19.2.0-www-classic-3820740a-20250509"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index a82c1f5e61..95bf30c289 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -31471,11 +31471,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.2.0-www-modern-5069e180-20250509" !== isomorphicReactPackageVersion) + if ("19.2.0-www-modern-3820740a-20250509" !== 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-5069e180-20250509\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.2.0-www-modern-3820740a-20250509\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -31518,10 +31518,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.2.0-www-modern-5069e180-20250509", + version: "19.2.0-www-modern-3820740a-20250509", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-modern-5069e180-20250509" + reconcilerVersion: "19.2.0-www-modern-3820740a-20250509" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -32287,5 +32287,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.2.0-www-modern-5069e180-20250509"; + exports.version = "19.2.0-www-modern-3820740a-20250509"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-prod.classic.js b/compiled/facebook-www/ReactDOMTesting-prod.classic.js index 3425b3182a..b40220679b 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.classic.js @@ -19872,14 +19872,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2108 = React.version; if ( - "19.2.0-www-classic-5069e180-20250509" !== + "19.2.0-www-classic-3820740a-20250509" !== isomorphicReactPackageVersion$jscomp$inline_2108 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2108, - "19.2.0-www-classic-5069e180-20250509" + "19.2.0-www-classic-3820740a-20250509" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -19897,10 +19897,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2726 = { bundleType: 0, - version: "19.2.0-www-classic-5069e180-20250509", + version: "19.2.0-www-classic-3820740a-20250509", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-classic-5069e180-20250509" + reconcilerVersion: "19.2.0-www-classic-3820740a-20250509" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2727 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -20420,4 +20420,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-www-classic-5069e180-20250509"; +exports.version = "19.2.0-www-classic-3820740a-20250509"; diff --git a/compiled/facebook-www/ReactDOMTesting-prod.modern.js b/compiled/facebook-www/ReactDOMTesting-prod.modern.js index 57c0bd5f64..87396afd95 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.modern.js @@ -19601,14 +19601,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_2098 = React.version; if ( - "19.2.0-www-modern-5069e180-20250509" !== + "19.2.0-www-modern-3820740a-20250509" !== isomorphicReactPackageVersion$jscomp$inline_2098 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_2098, - "19.2.0-www-modern-5069e180-20250509" + "19.2.0-www-modern-3820740a-20250509" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -19626,10 +19626,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2708 = { bundleType: 0, - version: "19.2.0-www-modern-5069e180-20250509", + version: "19.2.0-www-modern-3820740a-20250509", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-modern-5069e180-20250509" + reconcilerVersion: "19.2.0-www-modern-3820740a-20250509" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2709 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -20149,4 +20149,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.2.0-www-modern-5069e180-20250509"; +exports.version = "19.2.0-www-modern-3820740a-20250509"; diff --git a/compiled/facebook-www/ReactReconciler-dev.classic.js b/compiled/facebook-www/ReactReconciler-dev.classic.js index 66324aa776..72a51e5926 100644 --- a/compiled/facebook-www/ReactReconciler-dev.classic.js +++ b/compiled/facebook-www/ReactReconciler-dev.classic.js @@ -21842,7 +21842,7 @@ __DEV__ && version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-classic-5069e180-20250509" + reconcilerVersion: "19.2.0-www-classic-3820740a-20250509" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-dev.modern.js b/compiled/facebook-www/ReactReconciler-dev.modern.js index 2750c735d4..5e52d1f039 100644 --- a/compiled/facebook-www/ReactReconciler-dev.modern.js +++ b/compiled/facebook-www/ReactReconciler-dev.modern.js @@ -21623,7 +21623,7 @@ __DEV__ && version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-modern-5069e180-20250509" + reconcilerVersion: "19.2.0-www-modern-3820740a-20250509" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-prod.classic.js b/compiled/facebook-www/ReactReconciler-prod.classic.js index c6f730ba54..bc8f2ce5aa 100644 --- a/compiled/facebook-www/ReactReconciler-prod.classic.js +++ b/compiled/facebook-www/ReactReconciler-prod.classic.js @@ -14084,7 +14084,7 @@ module.exports = function ($$$config) { version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-classic-5069e180-20250509" + reconcilerVersion: "19.2.0-www-classic-3820740a-20250509" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-prod.modern.js b/compiled/facebook-www/ReactReconciler-prod.modern.js index 2102f0c2e4..e49475341d 100644 --- a/compiled/facebook-www/ReactReconciler-prod.modern.js +++ b/compiled/facebook-www/ReactReconciler-prod.modern.js @@ -13801,7 +13801,7 @@ module.exports = function ($$$config) { version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-modern-5069e180-20250509" + reconcilerVersion: "19.2.0-www-modern-3820740a-20250509" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.classic.js b/compiled/facebook-www/ReactTestRenderer-dev.classic.js index 112cd843d3..cbc5374e85 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.classic.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.classic.js @@ -15368,10 +15368,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.2.0-www-classic-5069e180-20250509", + version: "19.2.0-www-classic-3820740a-20250509", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-classic-5069e180-20250509" + reconcilerVersion: "19.2.0-www-classic-3820740a-20250509" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15506,5 +15506,5 @@ __DEV__ && exports.unstable_batchedUpdates = function (fn, a) { return fn(a); }; - exports.version = "19.2.0-www-classic-5069e180-20250509"; + exports.version = "19.2.0-www-classic-3820740a-20250509"; })(); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.modern.js b/compiled/facebook-www/ReactTestRenderer-dev.modern.js index ef12fa309e..282275bb14 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.modern.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.modern.js @@ -15368,10 +15368,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.2.0-www-modern-5069e180-20250509", + version: "19.2.0-www-modern-3820740a-20250509", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.2.0-www-modern-5069e180-20250509" + reconcilerVersion: "19.2.0-www-modern-3820740a-20250509" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15506,5 +15506,5 @@ __DEV__ && exports.unstable_batchedUpdates = function (fn, a) { return fn(a); }; - exports.version = "19.2.0-www-modern-5069e180-20250509"; + exports.version = "19.2.0-www-modern-3820740a-20250509"; })(); diff --git a/compiled/facebook-www/VERSION_CLASSIC b/compiled/facebook-www/VERSION_CLASSIC index 218e68b75e..837522d544 100644 --- a/compiled/facebook-www/VERSION_CLASSIC +++ b/compiled/facebook-www/VERSION_CLASSIC @@ -1 +1 @@ -19.2.0-www-classic-5069e180-20250509 \ No newline at end of file +19.2.0-www-classic-3820740a-20250509 \ No newline at end of file diff --git a/compiled/facebook-www/VERSION_MODERN b/compiled/facebook-www/VERSION_MODERN index ba2adc6beb..5327100ab0 100644 --- a/compiled/facebook-www/VERSION_MODERN +++ b/compiled/facebook-www/VERSION_MODERN @@ -1 +1 @@ -19.2.0-www-modern-5069e180-20250509 \ No newline at end of file +19.2.0-www-modern-3820740a-20250509 \ No newline at end of file