From 582a010e81429316f90ea7b92891e60cfb9dd8bf Mon Sep 17 00:00:00 2001 From: gnoff <2716369+gnoff@users.noreply.github.com> Date: Fri, 31 Jan 2025 14:41:25 -0800 Subject: [PATCH] Reconciler: Combine identical cases in findParent (#32210) ## Summary When lookup `Parent`, `HostRoot` and `HostPortal` should be merged, because when creating a `Portal`, it will also include `containerInfo`(So we can directly use this `containerInfo` to delete the real DOM nodes.), so there is no need to handle them separately. ## How did you test this change? No behavior changes, all existing tests pass. DiffTrain build for [19ca800caa01eec2f5e65e547c67b11592bec8b0](https://github.com/facebook/react/commit/19ca800caa01eec2f5e65e547c67b11592bec8b0) --- compiled/facebook-www/REVISION | 2 +- compiled/facebook-www/REVISION_TRANSFORMS | 2 +- compiled/facebook-www/React-dev.classic.js | 2 +- compiled/facebook-www/React-dev.modern.js | 2 +- compiled/facebook-www/React-prod.classic.js | 2 +- compiled/facebook-www/React-prod.modern.js | 2 +- compiled/facebook-www/React-profiling.classic.js | 2 +- compiled/facebook-www/React-profiling.modern.js | 2 +- compiled/facebook-www/ReactART-dev.classic.js | 9 +++------ compiled/facebook-www/ReactART-dev.modern.js | 9 +++------ compiled/facebook-www/ReactART-prod.classic.js | 9 +++------ compiled/facebook-www/ReactART-prod.modern.js | 9 +++------ compiled/facebook-www/ReactDOM-dev.classic.js | 13 +++++-------- compiled/facebook-www/ReactDOM-dev.modern.js | 13 +++++-------- compiled/facebook-www/ReactDOM-prod.classic.js | 13 +++++-------- compiled/facebook-www/ReactDOM-prod.modern.js | 13 +++++-------- compiled/facebook-www/ReactDOM-profiling.classic.js | 13 +++++-------- compiled/facebook-www/ReactDOM-profiling.modern.js | 13 +++++-------- compiled/facebook-www/ReactDOMServer-dev.classic.js | 2 +- compiled/facebook-www/ReactDOMServer-dev.modern.js | 2 +- .../facebook-www/ReactDOMServer-prod.classic.js | 2 +- compiled/facebook-www/ReactDOMServer-prod.modern.js | 2 +- .../facebook-www/ReactDOMTesting-dev.classic.js | 13 +++++-------- compiled/facebook-www/ReactDOMTesting-dev.modern.js | 13 +++++-------- .../facebook-www/ReactDOMTesting-prod.classic.js | 13 +++++-------- .../facebook-www/ReactDOMTesting-prod.modern.js | 13 +++++-------- .../facebook-www/ReactReconciler-dev.classic.js | 5 +---- compiled/facebook-www/ReactReconciler-dev.modern.js | 5 +---- .../facebook-www/ReactReconciler-prod.classic.js | 5 +---- .../facebook-www/ReactReconciler-prod.modern.js | 5 +---- .../facebook-www/ReactTestRenderer-dev.classic.js | 9 +++------ .../facebook-www/ReactTestRenderer-dev.modern.js | 9 +++------ compiled/facebook-www/VERSION_CLASSIC | 2 +- compiled/facebook-www/VERSION_MODERN | 2 +- 34 files changed, 86 insertions(+), 146 deletions(-) diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index 70e94fd9e2f6d..3cd2158fbe516 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -9ff42a8798863c995523e284142b47e3cdfaee80 +19ca800caa01eec2f5e65e547c67b11592bec8b0 diff --git a/compiled/facebook-www/REVISION_TRANSFORMS b/compiled/facebook-www/REVISION_TRANSFORMS index 70e94fd9e2f6d..3cd2158fbe516 100644 --- a/compiled/facebook-www/REVISION_TRANSFORMS +++ b/compiled/facebook-www/REVISION_TRANSFORMS @@ -1 +1 @@ -9ff42a8798863c995523e284142b47e3cdfaee80 +19ca800caa01eec2f5e65e547c67b11592bec8b0 diff --git a/compiled/facebook-www/React-dev.classic.js b/compiled/facebook-www/React-dev.classic.js index 0610dd238688f..10fac764f5dca 100644 --- a/compiled/facebook-www/React-dev.classic.js +++ b/compiled/facebook-www/React-dev.classic.js @@ -1958,7 +1958,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.1.0-www-classic-9ff42a87-20250130"; + exports.version = "19.1.0-www-classic-19ca800c-20250131"; "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 eb9f522754196..54de08c8ef917 100644 --- a/compiled/facebook-www/React-dev.modern.js +++ b/compiled/facebook-www/React-dev.modern.js @@ -1958,7 +1958,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.1.0-www-modern-9ff42a87-20250130"; + exports.version = "19.1.0-www-modern-19ca800c-20250131"; "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 96443734abb7b..4d6bcecf6b9e9 100644 --- a/compiled/facebook-www/React-prod.classic.js +++ b/compiled/facebook-www/React-prod.classic.js @@ -630,4 +630,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.1.0-www-classic-9ff42a87-20250130"; +exports.version = "19.1.0-www-classic-19ca800c-20250131"; diff --git a/compiled/facebook-www/React-prod.modern.js b/compiled/facebook-www/React-prod.modern.js index bbace0deaf4ee..3ed5b2955e3ba 100644 --- a/compiled/facebook-www/React-prod.modern.js +++ b/compiled/facebook-www/React-prod.modern.js @@ -630,4 +630,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.1.0-www-modern-9ff42a87-20250130"; +exports.version = "19.1.0-www-modern-19ca800c-20250131"; diff --git a/compiled/facebook-www/React-profiling.classic.js b/compiled/facebook-www/React-profiling.classic.js index e21a26573f366..6bed2deee248d 100644 --- a/compiled/facebook-www/React-profiling.classic.js +++ b/compiled/facebook-www/React-profiling.classic.js @@ -634,7 +634,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.1.0-www-classic-9ff42a87-20250130"; +exports.version = "19.1.0-www-classic-19ca800c-20250131"; "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 8fa9a2f8ac81d..341cce0cc7f65 100644 --- a/compiled/facebook-www/React-profiling.modern.js +++ b/compiled/facebook-www/React-profiling.modern.js @@ -634,7 +634,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.1.0-www-modern-9ff42a87-20250130"; +exports.version = "19.1.0-www-modern-19ca800c-20250131"; "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 6c26a7c6766c5..c1bf5c1558814 100644 --- a/compiled/facebook-www/ReactART-dev.classic.js +++ b/compiled/facebook-www/ReactART-dev.classic.js @@ -10917,9 +10917,6 @@ __DEV__ && hostParentIsContainer = !1; break a; case 3: - hostParent = parent.stateNode.containerInfo; - hostParentIsContainer = !0; - break a; case 4: hostParent = parent.stateNode.containerInfo; hostParentIsContainer = !0; @@ -16935,10 +16932,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.1.0-www-classic-9ff42a87-20250130", + version: "19.1.0-www-classic-19ca800c-20250131", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-classic-9ff42a87-20250130" + reconcilerVersion: "19.1.0-www-classic-19ca800c-20250131" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -16972,7 +16969,7 @@ __DEV__ && exports.Shape = Shape; exports.Surface = Surface; exports.Text = Text; - exports.version = "19.1.0-www-classic-9ff42a87-20250130"; + exports.version = "19.1.0-www-classic-19ca800c-20250131"; "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 3b0fb743d98fe..c0e85880b83ef 100644 --- a/compiled/facebook-www/ReactART-dev.modern.js +++ b/compiled/facebook-www/ReactART-dev.modern.js @@ -10735,9 +10735,6 @@ __DEV__ && hostParentIsContainer = !1; break a; case 3: - hostParent = parent.stateNode.containerInfo; - hostParentIsContainer = !0; - break a; case 4: hostParent = parent.stateNode.containerInfo; hostParentIsContainer = !0; @@ -16707,10 +16704,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.1.0-www-modern-9ff42a87-20250130", + version: "19.1.0-www-modern-19ca800c-20250131", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-modern-9ff42a87-20250130" + reconcilerVersion: "19.1.0-www-modern-19ca800c-20250131" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -16744,7 +16741,7 @@ __DEV__ && exports.Shape = Shape; exports.Surface = Surface; exports.Text = Text; - exports.version = "19.1.0-www-modern-9ff42a87-20250130"; + exports.version = "19.1.0-www-modern-19ca800c-20250131"; "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 eb26f4e876168..3248098787275 100644 --- a/compiled/facebook-www/ReactART-prod.classic.js +++ b/compiled/facebook-www/ReactART-prod.classic.js @@ -7883,9 +7883,6 @@ function recursivelyTraverseMutationEffects(root$jscomp$0, parentFiber) { hostParentIsContainer = !1; break a; case 3: - hostParent = parent.stateNode.containerInfo; - hostParentIsContainer = !0; - break a; case 4: hostParent = parent.stateNode.containerInfo; hostParentIsContainer = !0; @@ -10816,10 +10813,10 @@ var slice = Array.prototype.slice, })(React.Component); var internals$jscomp$inline_1512 = { bundleType: 0, - version: "19.1.0-www-classic-9ff42a87-20250130", + version: "19.1.0-www-classic-19ca800c-20250131", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-classic-9ff42a87-20250130" + reconcilerVersion: "19.1.0-www-classic-19ca800c-20250131" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1513 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -10845,4 +10842,4 @@ exports.RadialGradient = RadialGradient; exports.Shape = TYPES.SHAPE; exports.Surface = Surface; exports.Text = Text; -exports.version = "19.1.0-www-classic-9ff42a87-20250130"; +exports.version = "19.1.0-www-classic-19ca800c-20250131"; diff --git a/compiled/facebook-www/ReactART-prod.modern.js b/compiled/facebook-www/ReactART-prod.modern.js index fff3ab28f956b..f3d5f0ee04b26 100644 --- a/compiled/facebook-www/ReactART-prod.modern.js +++ b/compiled/facebook-www/ReactART-prod.modern.js @@ -7642,9 +7642,6 @@ function recursivelyTraverseMutationEffects(root$jscomp$0, parentFiber) { hostParentIsContainer = !1; break a; case 3: - hostParent = parent.stateNode.containerInfo; - hostParentIsContainer = !0; - break a; case 4: hostParent = parent.stateNode.containerInfo; hostParentIsContainer = !0; @@ -10536,10 +10533,10 @@ var slice = Array.prototype.slice, })(React.Component); var internals$jscomp$inline_1485 = { bundleType: 0, - version: "19.1.0-www-modern-9ff42a87-20250130", + version: "19.1.0-www-modern-19ca800c-20250131", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-modern-9ff42a87-20250130" + reconcilerVersion: "19.1.0-www-modern-19ca800c-20250131" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1486 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -10565,4 +10562,4 @@ exports.RadialGradient = RadialGradient; exports.Shape = TYPES.SHAPE; exports.Surface = Surface; exports.Text = Text; -exports.version = "19.1.0-www-modern-9ff42a87-20250130"; +exports.version = "19.1.0-www-modern-19ca800c-20250131"; diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index df76002aa1843..236324b088c8e 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -13901,9 +13901,6 @@ __DEV__ && hostParentIsContainer = !1; break a; case 3: - hostParent = parent.stateNode.containerInfo; - hostParentIsContainer = !0; - break a; case 4: hostParent = parent.stateNode.containerInfo; hostParentIsContainer = !0; @@ -27478,11 +27475,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-www-classic-9ff42a87-20250130" !== isomorphicReactPackageVersion) + if ("19.1.0-www-classic-19ca800c-20250131" !== 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.1.0-www-classic-9ff42a87-20250130\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-www-classic-19ca800c-20250131\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -27525,10 +27522,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.1.0-www-classic-9ff42a87-20250130", + version: "19.1.0-www-classic-19ca800c-20250131", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-classic-9ff42a87-20250130" + reconcilerVersion: "19.1.0-www-classic-19ca800c-20250131" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -28126,7 +28123,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.1.0-www-classic-9ff42a87-20250130"; + exports.version = "19.1.0-www-classic-19ca800c-20250131"; "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 b277d68117e15..852a408ebdd1c 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -13700,9 +13700,6 @@ __DEV__ && hostParentIsContainer = !1; break a; case 3: - hostParent = parent.stateNode.containerInfo; - hostParentIsContainer = !0; - break a; case 4: hostParent = parent.stateNode.containerInfo; hostParentIsContainer = !0; @@ -27264,11 +27261,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-www-modern-9ff42a87-20250130" !== isomorphicReactPackageVersion) + if ("19.1.0-www-modern-19ca800c-20250131" !== 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.1.0-www-modern-9ff42a87-20250130\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-www-modern-19ca800c-20250131\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -27311,10 +27308,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.1.0-www-modern-9ff42a87-20250130", + version: "19.1.0-www-modern-19ca800c-20250131", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-modern-9ff42a87-20250130" + reconcilerVersion: "19.1.0-www-modern-19ca800c-20250131" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -27912,7 +27909,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.1.0-www-modern-9ff42a87-20250130"; + exports.version = "19.1.0-www-modern-19ca800c-20250131"; "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 c1993e7402b81..662d54a7f8b2f 100644 --- a/compiled/facebook-www/ReactDOM-prod.classic.js +++ b/compiled/facebook-www/ReactDOM-prod.classic.js @@ -9564,9 +9564,6 @@ function recursivelyTraverseMutationEffects(root$jscomp$0, parentFiber) { hostParentIsContainer = !1; break a; case 3: - hostParent = parent.stateNode.containerInfo; - hostParentIsContainer = !0; - break a; case 4: hostParent = parent.stateNode.containerInfo; hostParentIsContainer = !0; @@ -17346,14 +17343,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1799 = React.version; if ( - "19.1.0-www-classic-9ff42a87-20250130" !== + "19.1.0-www-classic-19ca800c-20250131" !== isomorphicReactPackageVersion$jscomp$inline_1799 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1799, - "19.1.0-www-classic-9ff42a87-20250130" + "19.1.0-www-classic-19ca800c-20250131" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -17371,10 +17368,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2330 = { bundleType: 0, - version: "19.1.0-www-classic-9ff42a87-20250130", + version: "19.1.0-www-classic-19ca800c-20250131", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-classic-9ff42a87-20250130" + reconcilerVersion: "19.1.0-www-classic-19ca800c-20250131" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2331 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17738,4 +17735,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-www-classic-9ff42a87-20250130"; +exports.version = "19.1.0-www-classic-19ca800c-20250131"; diff --git a/compiled/facebook-www/ReactDOM-prod.modern.js b/compiled/facebook-www/ReactDOM-prod.modern.js index edf7d131a1635..06b16a44f3367 100644 --- a/compiled/facebook-www/ReactDOM-prod.modern.js +++ b/compiled/facebook-www/ReactDOM-prod.modern.js @@ -9315,9 +9315,6 @@ function recursivelyTraverseMutationEffects(root$jscomp$0, parentFiber) { hostParentIsContainer = !1; break a; case 3: - hostParent = parent.stateNode.containerInfo; - hostParentIsContainer = !0; - break a; case 4: hostParent = parent.stateNode.containerInfo; hostParentIsContainer = !0; @@ -17082,14 +17079,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1789 = React.version; if ( - "19.1.0-www-modern-9ff42a87-20250130" !== + "19.1.0-www-modern-19ca800c-20250131" !== isomorphicReactPackageVersion$jscomp$inline_1789 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1789, - "19.1.0-www-modern-9ff42a87-20250130" + "19.1.0-www-modern-19ca800c-20250131" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -17107,10 +17104,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2312 = { bundleType: 0, - version: "19.1.0-www-modern-9ff42a87-20250130", + version: "19.1.0-www-modern-19ca800c-20250131", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-modern-9ff42a87-20250130" + reconcilerVersion: "19.1.0-www-modern-19ca800c-20250131" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2313 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17474,4 +17471,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-www-modern-9ff42a87-20250130"; +exports.version = "19.1.0-www-modern-19ca800c-20250131"; diff --git a/compiled/facebook-www/ReactDOM-profiling.classic.js b/compiled/facebook-www/ReactDOM-profiling.classic.js index f2d7a76bf3b2f..fd2624bfe4a19 100644 --- a/compiled/facebook-www/ReactDOM-profiling.classic.js +++ b/compiled/facebook-www/ReactDOM-profiling.classic.js @@ -10055,9 +10055,6 @@ function recursivelyTraverseMutationEffects(root$jscomp$0, parentFiber) { hostParentIsContainer = !1; break a; case 3: - hostParent = parent.stateNode.containerInfo; - hostParentIsContainer = !0; - break a; case 4: hostParent = parent.stateNode.containerInfo; hostParentIsContainer = !0; @@ -18033,14 +18030,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1896 = React.version; if ( - "19.1.0-www-classic-9ff42a87-20250130" !== + "19.1.0-www-classic-19ca800c-20250131" !== isomorphicReactPackageVersion$jscomp$inline_1896 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1896, - "19.1.0-www-classic-9ff42a87-20250130" + "19.1.0-www-classic-19ca800c-20250131" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -18058,10 +18055,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_1898 = { bundleType: 0, - version: "19.1.0-www-classic-9ff42a87-20250130", + version: "19.1.0-www-classic-19ca800c-20250131", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-classic-9ff42a87-20250130" + reconcilerVersion: "19.1.0-www-classic-19ca800c-20250131" }; enableSchedulingProfiler && ((internals$jscomp$inline_1898.getLaneLabelMap = getLaneLabelMap), @@ -18428,7 +18425,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-www-classic-9ff42a87-20250130"; +exports.version = "19.1.0-www-classic-19ca800c-20250131"; "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 880fffd9f1588..0acbce1d34875 100644 --- a/compiled/facebook-www/ReactDOM-profiling.modern.js +++ b/compiled/facebook-www/ReactDOM-profiling.modern.js @@ -9805,9 +9805,6 @@ function recursivelyTraverseMutationEffects(root$jscomp$0, parentFiber) { hostParentIsContainer = !1; break a; case 3: - hostParent = parent.stateNode.containerInfo; - hostParentIsContainer = !0; - break a; case 4: hostParent = parent.stateNode.containerInfo; hostParentIsContainer = !0; @@ -17768,14 +17765,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1886 = React.version; if ( - "19.1.0-www-modern-9ff42a87-20250130" !== + "19.1.0-www-modern-19ca800c-20250131" !== isomorphicReactPackageVersion$jscomp$inline_1886 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1886, - "19.1.0-www-modern-9ff42a87-20250130" + "19.1.0-www-modern-19ca800c-20250131" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -17793,10 +17790,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_1888 = { bundleType: 0, - version: "19.1.0-www-modern-9ff42a87-20250130", + version: "19.1.0-www-modern-19ca800c-20250131", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-modern-9ff42a87-20250130" + reconcilerVersion: "19.1.0-www-modern-19ca800c-20250131" }; enableSchedulingProfiler && ((internals$jscomp$inline_1888.getLaneLabelMap = getLaneLabelMap), @@ -18163,7 +18160,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-www-modern-9ff42a87-20250130"; +exports.version = "19.1.0-www-modern-19ca800c-20250131"; "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 4575685774aef..5957c8642247a 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.classic.js +++ b/compiled/facebook-www/ReactDOMServer-dev.classic.js @@ -9420,5 +9420,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.1.0-www-classic-9ff42a87-20250130"; + exports.version = "19.1.0-www-classic-19ca800c-20250131"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-dev.modern.js b/compiled/facebook-www/ReactDOMServer-dev.modern.js index 8aa8b58fa2e43..b80d95535214f 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.modern.js +++ b/compiled/facebook-www/ReactDOMServer-dev.modern.js @@ -9246,5 +9246,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.1.0-www-modern-9ff42a87-20250130"; + exports.version = "19.1.0-www-modern-19ca800c-20250131"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-prod.classic.js b/compiled/facebook-www/ReactDOMServer-prod.classic.js index 945cbe6a282ff..04247c340b226 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.classic.js +++ b/compiled/facebook-www/ReactDOMServer-prod.classic.js @@ -6137,4 +6137,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.1.0-www-classic-9ff42a87-20250130"; +exports.version = "19.1.0-www-classic-19ca800c-20250131"; diff --git a/compiled/facebook-www/ReactDOMServer-prod.modern.js b/compiled/facebook-www/ReactDOMServer-prod.modern.js index 705742ed6291c..3736b8a572703 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.modern.js +++ b/compiled/facebook-www/ReactDOMServer-prod.modern.js @@ -6049,4 +6049,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.1.0-www-modern-9ff42a87-20250130"; +exports.version = "19.1.0-www-modern-19ca800c-20250131"; diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index 20febb07b1649..2e9d03d07a6df 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -13942,9 +13942,6 @@ __DEV__ && hostParentIsContainer = !1; break a; case 3: - hostParent = parent.stateNode.containerInfo; - hostParentIsContainer = !0; - break a; case 4: hostParent = parent.stateNode.containerInfo; hostParentIsContainer = !0; @@ -27812,11 +27809,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-www-classic-9ff42a87-20250130" !== isomorphicReactPackageVersion) + if ("19.1.0-www-classic-19ca800c-20250131" !== 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.1.0-www-classic-9ff42a87-20250130\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-www-classic-19ca800c-20250131\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -27859,10 +27856,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.1.0-www-classic-9ff42a87-20250130", + version: "19.1.0-www-classic-19ca800c-20250131", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-classic-9ff42a87-20250130" + reconcilerVersion: "19.1.0-www-classic-19ca800c-20250131" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -28626,5 +28623,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.1.0-www-classic-9ff42a87-20250130"; + exports.version = "19.1.0-www-classic-19ca800c-20250131"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index 35da9d18b8969..c0f1acec2eb08 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -13741,9 +13741,6 @@ __DEV__ && hostParentIsContainer = !1; break a; case 3: - hostParent = parent.stateNode.containerInfo; - hostParentIsContainer = !0; - break a; case 4: hostParent = parent.stateNode.containerInfo; hostParentIsContainer = !0; @@ -27598,11 +27595,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.1.0-www-modern-9ff42a87-20250130" !== isomorphicReactPackageVersion) + if ("19.1.0-www-modern-19ca800c-20250131" !== 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.1.0-www-modern-9ff42a87-20250130\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.1.0-www-modern-19ca800c-20250131\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -27645,10 +27642,10 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.1.0-www-modern-9ff42a87-20250130", + version: "19.1.0-www-modern-19ca800c-20250131", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-modern-9ff42a87-20250130" + reconcilerVersion: "19.1.0-www-modern-19ca800c-20250131" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -28412,5 +28409,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.1.0-www-modern-9ff42a87-20250130"; + exports.version = "19.1.0-www-modern-19ca800c-20250131"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-prod.classic.js b/compiled/facebook-www/ReactDOMTesting-prod.classic.js index 19bc58b911fc7..c9ba7f94b12e3 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.classic.js @@ -9650,9 +9650,6 @@ function recursivelyTraverseMutationEffects(root$jscomp$0, parentFiber) { hostParentIsContainer = !1; break a; case 3: - hostParent = parent.stateNode.containerInfo; - hostParentIsContainer = !0; - break a; case 4: hostParent = parent.stateNode.containerInfo; hostParentIsContainer = !0; @@ -17675,14 +17672,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1828 = React.version; if ( - "19.1.0-www-classic-9ff42a87-20250130" !== + "19.1.0-www-classic-19ca800c-20250131" !== isomorphicReactPackageVersion$jscomp$inline_1828 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1828, - "19.1.0-www-classic-9ff42a87-20250130" + "19.1.0-www-classic-19ca800c-20250131" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -17700,10 +17697,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2364 = { bundleType: 0, - version: "19.1.0-www-classic-9ff42a87-20250130", + version: "19.1.0-www-classic-19ca800c-20250131", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-classic-9ff42a87-20250130" + reconcilerVersion: "19.1.0-www-classic-19ca800c-20250131" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2365 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -18218,4 +18215,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-www-classic-9ff42a87-20250130"; +exports.version = "19.1.0-www-classic-19ca800c-20250131"; diff --git a/compiled/facebook-www/ReactDOMTesting-prod.modern.js b/compiled/facebook-www/ReactDOMTesting-prod.modern.js index 50ebd1b4cb15f..81129ee748191 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.modern.js @@ -9401,9 +9401,6 @@ function recursivelyTraverseMutationEffects(root$jscomp$0, parentFiber) { hostParentIsContainer = !1; break a; case 3: - hostParent = parent.stateNode.containerInfo; - hostParentIsContainer = !0; - break a; case 4: hostParent = parent.stateNode.containerInfo; hostParentIsContainer = !0; @@ -17411,14 +17408,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1818 = React.version; if ( - "19.1.0-www-modern-9ff42a87-20250130" !== + "19.1.0-www-modern-19ca800c-20250131" !== isomorphicReactPackageVersion$jscomp$inline_1818 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1818, - "19.1.0-www-modern-9ff42a87-20250130" + "19.1.0-www-modern-19ca800c-20250131" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -17436,10 +17433,10 @@ Internals.Events = [ ]; var internals$jscomp$inline_2346 = { bundleType: 0, - version: "19.1.0-www-modern-9ff42a87-20250130", + version: "19.1.0-www-modern-19ca800c-20250131", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-modern-9ff42a87-20250130" + reconcilerVersion: "19.1.0-www-modern-19ca800c-20250131" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2347 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17954,4 +17951,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.1.0-www-modern-9ff42a87-20250130"; +exports.version = "19.1.0-www-modern-19ca800c-20250131"; diff --git a/compiled/facebook-www/ReactReconciler-dev.classic.js b/compiled/facebook-www/ReactReconciler-dev.classic.js index c8206a7fe7744..d40829497e0b9 100644 --- a/compiled/facebook-www/ReactReconciler-dev.classic.js +++ b/compiled/facebook-www/ReactReconciler-dev.classic.js @@ -12156,9 +12156,6 @@ __DEV__ && hostParentIsContainer = !1; break a; case 3: - hostParent = parent.stateNode.containerInfo; - hostParentIsContainer = !0; - break a; case 4: hostParent = parent.stateNode.containerInfo; hostParentIsContainer = !0; @@ -19145,7 +19142,7 @@ __DEV__ && version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-classic-9ff42a87-20250130" + reconcilerVersion: "19.1.0-www-classic-19ca800c-20250131" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-dev.modern.js b/compiled/facebook-www/ReactReconciler-dev.modern.js index a7085d9e85770..e86d8d1a75209 100644 --- a/compiled/facebook-www/ReactReconciler-dev.modern.js +++ b/compiled/facebook-www/ReactReconciler-dev.modern.js @@ -11974,9 +11974,6 @@ __DEV__ && hostParentIsContainer = !1; break a; case 3: - hostParent = parent.stateNode.containerInfo; - hostParentIsContainer = !0; - break a; case 4: hostParent = parent.stateNode.containerInfo; hostParentIsContainer = !0; @@ -18926,7 +18923,7 @@ __DEV__ && version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-modern-9ff42a87-20250130" + reconcilerVersion: "19.1.0-www-modern-19ca800c-20250131" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-prod.classic.js b/compiled/facebook-www/ReactReconciler-prod.classic.js index 47e6c64d09c3e..910fd629350cc 100644 --- a/compiled/facebook-www/ReactReconciler-prod.classic.js +++ b/compiled/facebook-www/ReactReconciler-prod.classic.js @@ -8430,9 +8430,6 @@ module.exports = function ($$$config) { hostParentIsContainer = !1; break a; case 3: - hostParent = parent.stateNode.containerInfo; - hostParentIsContainer = !0; - break a; case 4: hostParent = parent.stateNode.containerInfo; hostParentIsContainer = !0; @@ -12898,7 +12895,7 @@ module.exports = function ($$$config) { version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-classic-9ff42a87-20250130" + reconcilerVersion: "19.1.0-www-classic-19ca800c-20250131" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-prod.modern.js b/compiled/facebook-www/ReactReconciler-prod.modern.js index 380d66814fe61..52aea4dac6b6e 100644 --- a/compiled/facebook-www/ReactReconciler-prod.modern.js +++ b/compiled/facebook-www/ReactReconciler-prod.modern.js @@ -8192,9 +8192,6 @@ module.exports = function ($$$config) { hostParentIsContainer = !1; break a; case 3: - hostParent = parent.stateNode.containerInfo; - hostParentIsContainer = !0; - break a; case 4: hostParent = parent.stateNode.containerInfo; hostParentIsContainer = !0; @@ -12622,7 +12619,7 @@ module.exports = function ($$$config) { version: rendererVersion, rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-modern-9ff42a87-20250130" + reconcilerVersion: "19.1.0-www-modern-19ca800c-20250131" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.classic.js b/compiled/facebook-www/ReactTestRenderer-dev.classic.js index cb6a379ecebed..99bea114391c1 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.classic.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.classic.js @@ -9582,9 +9582,6 @@ __DEV__ && hostParentIsContainer = !1; break a; case 3: - hostParent = parent.stateNode.containerInfo; - hostParentIsContainer = !0; - break a; case 4: hostParent = parent.stateNode.containerInfo; hostParentIsContainer = !0; @@ -14994,10 +14991,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.1.0-www-classic-9ff42a87-20250130", + version: "19.1.0-www-classic-19ca800c-20250131", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-classic-9ff42a87-20250130" + reconcilerVersion: "19.1.0-www-classic-19ca800c-20250131" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15132,5 +15129,5 @@ __DEV__ && exports.unstable_batchedUpdates = function (fn, a) { return fn(a); }; - exports.version = "19.1.0-www-classic-9ff42a87-20250130"; + exports.version = "19.1.0-www-classic-19ca800c-20250131"; })(); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.modern.js b/compiled/facebook-www/ReactTestRenderer-dev.modern.js index 1d4f3a0b52ce4..877be7d2b8f98 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.modern.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.modern.js @@ -9582,9 +9582,6 @@ __DEV__ && hostParentIsContainer = !1; break a; case 3: - hostParent = parent.stateNode.containerInfo; - hostParentIsContainer = !0; - break a; case 4: hostParent = parent.stateNode.containerInfo; hostParentIsContainer = !0; @@ -14994,10 +14991,10 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.1.0-www-modern-9ff42a87-20250130", + version: "19.1.0-www-modern-19ca800c-20250131", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, - reconcilerVersion: "19.1.0-www-modern-9ff42a87-20250130" + reconcilerVersion: "19.1.0-www-modern-19ca800c-20250131" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15132,5 +15129,5 @@ __DEV__ && exports.unstable_batchedUpdates = function (fn, a) { return fn(a); }; - exports.version = "19.1.0-www-modern-9ff42a87-20250130"; + exports.version = "19.1.0-www-modern-19ca800c-20250131"; })(); diff --git a/compiled/facebook-www/VERSION_CLASSIC b/compiled/facebook-www/VERSION_CLASSIC index 2165b32e30507..1d2f62aef9642 100644 --- a/compiled/facebook-www/VERSION_CLASSIC +++ b/compiled/facebook-www/VERSION_CLASSIC @@ -1 +1 @@ -19.1.0-www-classic-9ff42a87-20250130 \ No newline at end of file +19.1.0-www-classic-19ca800c-20250131 \ No newline at end of file diff --git a/compiled/facebook-www/VERSION_MODERN b/compiled/facebook-www/VERSION_MODERN index f755a3274e2da..fcf283bc4f714 100644 --- a/compiled/facebook-www/VERSION_MODERN +++ b/compiled/facebook-www/VERSION_MODERN @@ -1 +1 @@ -19.1.0-www-modern-9ff42a87-20250130 \ No newline at end of file +19.1.0-www-modern-19ca800c-20250131 \ No newline at end of file