From b8a98add1fdbf5df993ed4aeb16828e91a4eed2d Mon Sep 17 00:00:00 2001 From: sebmarkbage Date: Tue, 10 Sep 2024 13:54:18 -0700 Subject: [PATCH] [Fiber] Don't call performance.now() twice in a row (#30936) DiffTrain build for [a5a7f1063e6f190c64c779b2aa54d28fb7b92cfb](https://github.com/facebook/react/commit/a5a7f1063e6f190c64c779b2aa54d28fb7b92cfb) --- 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 | 8 ++++---- compiled/facebook-www/ReactART-dev.modern.js | 8 ++++---- compiled/facebook-www/ReactART-prod.classic.js | 6 +++--- compiled/facebook-www/ReactART-prod.modern.js | 6 +++--- compiled/facebook-www/ReactDOM-dev.classic.js | 12 ++++++------ compiled/facebook-www/ReactDOM-dev.modern.js | 12 ++++++------ compiled/facebook-www/ReactDOM-prod.classic.js | 10 +++++----- compiled/facebook-www/ReactDOM-prod.modern.js | 10 +++++----- compiled/facebook-www/ReactDOM-profiling.classic.js | 12 ++++++------ compiled/facebook-www/ReactDOM-profiling.modern.js | 12 ++++++------ compiled/facebook-www/ReactDOMServer-dev.classic.js | 2 +- compiled/facebook-www/ReactDOMServer-dev.modern.js | 2 +- compiled/facebook-www/ReactDOMServer-prod.classic.js | 2 +- compiled/facebook-www/ReactDOMServer-prod.modern.js | 2 +- compiled/facebook-www/ReactDOMTesting-dev.classic.js | 12 ++++++------ compiled/facebook-www/ReactDOMTesting-dev.modern.js | 12 ++++++------ .../facebook-www/ReactDOMTesting-prod.classic.js | 10 +++++----- compiled/facebook-www/ReactDOMTesting-prod.modern.js | 10 +++++----- compiled/facebook-www/ReactReconciler-dev.classic.js | 4 ++-- compiled/facebook-www/ReactReconciler-dev.modern.js | 4 ++-- .../facebook-www/ReactReconciler-prod.classic.js | 2 +- compiled/facebook-www/ReactReconciler-prod.modern.js | 2 +- .../facebook-www/ReactTestRenderer-dev.classic.js | 8 ++++---- .../facebook-www/ReactTestRenderer-dev.modern.js | 8 ++++---- compiled/facebook-www/VERSION_CLASSIC | 2 +- compiled/facebook-www/VERSION_MODERN | 2 +- 34 files changed, 98 insertions(+), 98 deletions(-) diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index 21236c7a62..a14abc7012 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -66cf2cfc8a8c4b09d2b783fd7302ae6b24150935 +a5a7f1063e6f190c64c779b2aa54d28fb7b92cfb diff --git a/compiled/facebook-www/REVISION_TRANSFORMS b/compiled/facebook-www/REVISION_TRANSFORMS index 21236c7a62..a14abc7012 100644 --- a/compiled/facebook-www/REVISION_TRANSFORMS +++ b/compiled/facebook-www/REVISION_TRANSFORMS @@ -1 +1 @@ -66cf2cfc8a8c4b09d2b783fd7302ae6b24150935 +a5a7f1063e6f190c64c779b2aa54d28fb7b92cfb diff --git a/compiled/facebook-www/React-dev.classic.js b/compiled/facebook-www/React-dev.classic.js index 4055e3870b..213ad993cd 100644 --- a/compiled/facebook-www/React-dev.classic.js +++ b/compiled/facebook-www/React-dev.classic.js @@ -2001,7 +2001,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.0.0-www-classic-66cf2cfc-20240910"; + exports.version = "19.0.0-www-classic-a5a7f106-20240910"; "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 f0a05ebbc0..83685ebe5d 100644 --- a/compiled/facebook-www/React-dev.modern.js +++ b/compiled/facebook-www/React-dev.modern.js @@ -1981,7 +1981,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.0.0-www-modern-66cf2cfc-20240910"; + exports.version = "19.0.0-www-modern-a5a7f106-20240910"; "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 367174e242..7122dc1c14 100644 --- a/compiled/facebook-www/React-prod.classic.js +++ b/compiled/facebook-www/React-prod.classic.js @@ -665,4 +665,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.0.0-www-classic-66cf2cfc-20240910"; +exports.version = "19.0.0-www-classic-a5a7f106-20240910"; diff --git a/compiled/facebook-www/React-prod.modern.js b/compiled/facebook-www/React-prod.modern.js index 470b676a69..ae47d1b4d7 100644 --- a/compiled/facebook-www/React-prod.modern.js +++ b/compiled/facebook-www/React-prod.modern.js @@ -665,4 +665,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.0.0-www-modern-66cf2cfc-20240910"; +exports.version = "19.0.0-www-modern-a5a7f106-20240910"; diff --git a/compiled/facebook-www/React-profiling.classic.js b/compiled/facebook-www/React-profiling.classic.js index eaa73214ae..be88fabded 100644 --- a/compiled/facebook-www/React-profiling.classic.js +++ b/compiled/facebook-www/React-profiling.classic.js @@ -669,7 +669,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.0.0-www-classic-66cf2cfc-20240910"; +exports.version = "19.0.0-www-classic-a5a7f106-20240910"; "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 1b22413b48..f4dc8afe47 100644 --- a/compiled/facebook-www/React-profiling.modern.js +++ b/compiled/facebook-www/React-profiling.modern.js @@ -669,7 +669,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.0.0-www-modern-66cf2cfc-20240910"; +exports.version = "19.0.0-www-modern-a5a7f106-20240910"; "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 8a16186637..d8fcca8e52 100644 --- a/compiled/facebook-www/ReactART-dev.classic.js +++ b/compiled/facebook-www/ReactART-dev.classic.js @@ -5417,7 +5417,7 @@ __DEV__ && } function startProfilerTimer(fiber) { profilerStartTime = now(); - 0 > fiber.actualStartTime && (fiber.actualStartTime = now()); + 0 > fiber.actualStartTime && (fiber.actualStartTime = profilerStartTime); } function stopProfilerTimerIfRunningAndRecordDelta(fiber, overrideBaseTime) { if (0 <= profilerStartTime) { @@ -16967,11 +16967,11 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.0.0-www-classic-66cf2cfc-20240910", + version: "19.0.0-www-classic-a5a7f106-20240910", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-66cf2cfc-20240910" + reconcilerVersion: "19.0.0-www-classic-a5a7f106-20240910" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -17005,7 +17005,7 @@ __DEV__ && exports.Shape = Shape; exports.Surface = Surface; exports.Text = Text; - exports.version = "19.0.0-www-classic-66cf2cfc-20240910"; + exports.version = "19.0.0-www-classic-a5a7f106-20240910"; "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 83b511e3b6..b420330fa9 100644 --- a/compiled/facebook-www/ReactART-dev.modern.js +++ b/compiled/facebook-www/ReactART-dev.modern.js @@ -5293,7 +5293,7 @@ __DEV__ && } function startProfilerTimer(fiber) { profilerStartTime = now(); - 0 > fiber.actualStartTime && (fiber.actualStartTime = now()); + 0 > fiber.actualStartTime && (fiber.actualStartTime = profilerStartTime); } function stopProfilerTimerIfRunningAndRecordDelta(fiber, overrideBaseTime) { if (0 <= profilerStartTime) { @@ -16413,11 +16413,11 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.0.0-www-modern-66cf2cfc-20240910", + version: "19.0.0-www-modern-a5a7f106-20240910", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-66cf2cfc-20240910" + reconcilerVersion: "19.0.0-www-modern-a5a7f106-20240910" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -16451,7 +16451,7 @@ __DEV__ && exports.Shape = Shape; exports.Surface = Surface; exports.Text = Text; - exports.version = "19.0.0-www-modern-66cf2cfc-20240910"; + exports.version = "19.0.0-www-modern-a5a7f106-20240910"; "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 5787161d8e..cfc83e9ed1 100644 --- a/compiled/facebook-www/ReactART-prod.classic.js +++ b/compiled/facebook-www/ReactART-prod.classic.js @@ -10784,13 +10784,13 @@ var slice = Array.prototype.slice, })(React.Component); var internals$jscomp$inline_1422 = { bundleType: 0, - version: "19.0.0-www-classic-66cf2cfc-20240910", + version: "19.0.0-www-classic-a5a7f106-20240910", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: function () { return null; }, - reconcilerVersion: "19.0.0-www-classic-66cf2cfc-20240910" + reconcilerVersion: "19.0.0-www-classic-a5a7f106-20240910" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1423 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -10816,4 +10816,4 @@ exports.RadialGradient = RadialGradient; exports.Shape = TYPES.SHAPE; exports.Surface = Surface; exports.Text = Text; -exports.version = "19.0.0-www-classic-66cf2cfc-20240910"; +exports.version = "19.0.0-www-classic-a5a7f106-20240910"; diff --git a/compiled/facebook-www/ReactART-prod.modern.js b/compiled/facebook-www/ReactART-prod.modern.js index c8062ec3ad..5eaf166a71 100644 --- a/compiled/facebook-www/ReactART-prod.modern.js +++ b/compiled/facebook-www/ReactART-prod.modern.js @@ -10298,13 +10298,13 @@ var slice = Array.prototype.slice, })(React.Component); var internals$jscomp$inline_1414 = { bundleType: 0, - version: "19.0.0-www-modern-66cf2cfc-20240910", + version: "19.0.0-www-modern-a5a7f106-20240910", rendererPackageName: "react-art", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: function () { return null; }, - reconcilerVersion: "19.0.0-www-modern-66cf2cfc-20240910" + reconcilerVersion: "19.0.0-www-modern-a5a7f106-20240910" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1415 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -10330,4 +10330,4 @@ exports.RadialGradient = RadialGradient; exports.Shape = TYPES.SHAPE; exports.Surface = Surface; exports.Text = Text; -exports.version = "19.0.0-www-modern-66cf2cfc-20240910"; +exports.version = "19.0.0-www-modern-a5a7f106-20240910"; diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index 231fc9db4e..adf3fc1be6 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -7335,7 +7335,7 @@ __DEV__ && } function startProfilerTimer(fiber) { profilerStartTime = now(); - 0 > fiber.actualStartTime && (fiber.actualStartTime = now()); + 0 > fiber.actualStartTime && (fiber.actualStartTime = profilerStartTime); } function stopProfilerTimerIfRunningAndRecordDelta(fiber, overrideBaseTime) { if (0 <= profilerStartTime) { @@ -27704,11 +27704,11 @@ __DEV__ && : flushSyncErrorInBuildsThatSupportLegacyMode; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-classic-66cf2cfc-20240910" !== isomorphicReactPackageVersion) + if ("19.0.0-www-classic-a5a7f106-20240910" !== 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.0.0-www-classic-66cf2cfc-20240910\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-classic-a5a7f106-20240910\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -27752,11 +27752,11 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.0.0-www-classic-66cf2cfc-20240910", + version: "19.0.0-www-classic-a5a7f106-20240910", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-66cf2cfc-20240910" + reconcilerVersion: "19.0.0-www-classic-a5a7f106-20240910" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -28409,7 +28409,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-classic-66cf2cfc-20240910"; + exports.version = "19.0.0-www-classic-a5a7f106-20240910"; "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 c4f6c8eb69..3ff4c92593 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -7193,7 +7193,7 @@ __DEV__ && } function startProfilerTimer(fiber) { profilerStartTime = now(); - 0 > fiber.actualStartTime && (fiber.actualStartTime = now()); + 0 > fiber.actualStartTime && (fiber.actualStartTime = profilerStartTime); } function stopProfilerTimerIfRunningAndRecordDelta(fiber, overrideBaseTime) { if (0 <= profilerStartTime) { @@ -26821,11 +26821,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-modern-66cf2cfc-20240910" !== isomorphicReactPackageVersion) + if ("19.0.0-www-modern-a5a7f106-20240910" !== 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.0.0-www-modern-66cf2cfc-20240910\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-modern-a5a7f106-20240910\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -26868,11 +26868,11 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.0.0-www-modern-66cf2cfc-20240910", + version: "19.0.0-www-modern-a5a7f106-20240910", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-66cf2cfc-20240910" + reconcilerVersion: "19.0.0-www-modern-a5a7f106-20240910" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -27477,7 +27477,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-modern-66cf2cfc-20240910"; + exports.version = "19.0.0-www-modern-a5a7f106-20240910"; "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 12f2cf361a..a16379d434 100644 --- a/compiled/facebook-www/ReactDOM-prod.classic.js +++ b/compiled/facebook-www/ReactDOM-prod.classic.js @@ -17334,14 +17334,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1765 = React.version; if ( - "19.0.0-www-classic-66cf2cfc-20240910" !== + "19.0.0-www-classic-a5a7f106-20240910" !== isomorphicReactPackageVersion$jscomp$inline_1765 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1765, - "19.0.0-www-classic-66cf2cfc-20240910" + "19.0.0-www-classic-a5a7f106-20240910" ) ); function flushSyncFromReconciler(fn) { @@ -17386,11 +17386,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_2259 = { bundleType: 0, - version: "19.0.0-www-classic-66cf2cfc-20240910", + version: "19.0.0-www-classic-a5a7f106-20240910", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-66cf2cfc-20240910" + reconcilerVersion: "19.0.0-www-classic-a5a7f106-20240910" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2260 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17846,4 +17846,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-66cf2cfc-20240910"; +exports.version = "19.0.0-www-classic-a5a7f106-20240910"; diff --git a/compiled/facebook-www/ReactDOM-prod.modern.js b/compiled/facebook-www/ReactDOM-prod.modern.js index 4a6e0577e1..fa478aafec 100644 --- a/compiled/facebook-www/ReactDOM-prod.modern.js +++ b/compiled/facebook-www/ReactDOM-prod.modern.js @@ -16710,14 +16710,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1736 = React.version; if ( - "19.0.0-www-modern-66cf2cfc-20240910" !== + "19.0.0-www-modern-a5a7f106-20240910" !== isomorphicReactPackageVersion$jscomp$inline_1736 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1736, - "19.0.0-www-modern-66cf2cfc-20240910" + "19.0.0-www-modern-a5a7f106-20240910" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -16735,11 +16735,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_2250 = { bundleType: 0, - version: "19.0.0-www-modern-66cf2cfc-20240910", + version: "19.0.0-www-modern-a5a7f106-20240910", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-66cf2cfc-20240910" + reconcilerVersion: "19.0.0-www-modern-a5a7f106-20240910" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2251 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17102,4 +17102,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-66cf2cfc-20240910"; +exports.version = "19.0.0-www-modern-a5a7f106-20240910"; diff --git a/compiled/facebook-www/ReactDOM-profiling.classic.js b/compiled/facebook-www/ReactDOM-profiling.classic.js index a960335278..54d3c9eb9b 100644 --- a/compiled/facebook-www/ReactDOM-profiling.classic.js +++ b/compiled/facebook-www/ReactDOM-profiling.classic.js @@ -4882,7 +4882,7 @@ var now = Scheduler.unstable_now, nestedUpdateScheduled = !1; function startProfilerTimer(fiber) { profilerStartTime = now(); - 0 > fiber.actualStartTime && (fiber.actualStartTime = now()); + 0 > fiber.actualStartTime && (fiber.actualStartTime = profilerStartTime); } function stopProfilerTimerIfRunningAndRecordDelta(fiber, overrideBaseTime) { if (0 <= profilerStartTime) { @@ -18094,14 +18094,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1855 = React.version; if ( - "19.0.0-www-classic-66cf2cfc-20240910" !== + "19.0.0-www-classic-a5a7f106-20240910" !== isomorphicReactPackageVersion$jscomp$inline_1855 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1855, - "19.0.0-www-classic-66cf2cfc-20240910" + "19.0.0-www-classic-a5a7f106-20240910" ) ); function flushSyncFromReconciler(fn) { @@ -18146,11 +18146,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_1862 = { bundleType: 0, - version: "19.0.0-www-classic-66cf2cfc-20240910", + version: "19.0.0-www-classic-a5a7f106-20240910", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-66cf2cfc-20240910" + reconcilerVersion: "19.0.0-www-classic-a5a7f106-20240910" }; enableSchedulingProfiler && ((internals$jscomp$inline_1862.getLaneLabelMap = getLaneLabelMap), @@ -18609,7 +18609,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-66cf2cfc-20240910"; +exports.version = "19.0.0-www-classic-a5a7f106-20240910"; "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 307cb3b311..aa7a05e7c3 100644 --- a/compiled/facebook-www/ReactDOM-profiling.modern.js +++ b/compiled/facebook-www/ReactDOM-profiling.modern.js @@ -4717,7 +4717,7 @@ var now = Scheduler.unstable_now, nestedUpdateScheduled = !1; function startProfilerTimer(fiber) { profilerStartTime = now(); - 0 > fiber.actualStartTime && (fiber.actualStartTime = now()); + 0 > fiber.actualStartTime && (fiber.actualStartTime = profilerStartTime); } function stopProfilerTimerIfRunningAndRecordDelta(fiber, overrideBaseTime) { if (0 <= profilerStartTime) { @@ -17453,14 +17453,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1826 = React.version; if ( - "19.0.0-www-modern-66cf2cfc-20240910" !== + "19.0.0-www-modern-a5a7f106-20240910" !== isomorphicReactPackageVersion$jscomp$inline_1826 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1826, - "19.0.0-www-modern-66cf2cfc-20240910" + "19.0.0-www-modern-a5a7f106-20240910" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -17478,11 +17478,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_1828 = { bundleType: 0, - version: "19.0.0-www-modern-66cf2cfc-20240910", + version: "19.0.0-www-modern-a5a7f106-20240910", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-66cf2cfc-20240910" + reconcilerVersion: "19.0.0-www-modern-a5a7f106-20240910" }; enableSchedulingProfiler && ((internals$jscomp$inline_1828.getLaneLabelMap = getLaneLabelMap), @@ -17848,7 +17848,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-66cf2cfc-20240910"; +exports.version = "19.0.0-www-modern-a5a7f106-20240910"; "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 a73ab8eac5..8dc5d5ff62 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.classic.js +++ b/compiled/facebook-www/ReactDOMServer-dev.classic.js @@ -8987,5 +8987,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.0.0-www-classic-66cf2cfc-20240910"; + exports.version = "19.0.0-www-classic-a5a7f106-20240910"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-dev.modern.js b/compiled/facebook-www/ReactDOMServer-dev.modern.js index 0444f4bcb9..022fe0d614 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.modern.js +++ b/compiled/facebook-www/ReactDOMServer-dev.modern.js @@ -8805,5 +8805,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.0.0-www-modern-66cf2cfc-20240910"; + exports.version = "19.0.0-www-modern-a5a7f106-20240910"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-prod.classic.js b/compiled/facebook-www/ReactDOMServer-prod.classic.js index 9f60e8a10e..3edb84d149 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.classic.js +++ b/compiled/facebook-www/ReactDOMServer-prod.classic.js @@ -5912,4 +5912,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.0.0-www-classic-66cf2cfc-20240910"; +exports.version = "19.0.0-www-classic-a5a7f106-20240910"; diff --git a/compiled/facebook-www/ReactDOMServer-prod.modern.js b/compiled/facebook-www/ReactDOMServer-prod.modern.js index a82b16b4ca..3ecffa9ac0 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.modern.js +++ b/compiled/facebook-www/ReactDOMServer-prod.modern.js @@ -5824,4 +5824,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.0.0-www-modern-66cf2cfc-20240910"; +exports.version = "19.0.0-www-modern-a5a7f106-20240910"; diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index 22bab9ef6a..9922a894e5 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -7376,7 +7376,7 @@ __DEV__ && } function startProfilerTimer(fiber) { profilerStartTime = now(); - 0 > fiber.actualStartTime && (fiber.actualStartTime = now()); + 0 > fiber.actualStartTime && (fiber.actualStartTime = profilerStartTime); } function stopProfilerTimerIfRunningAndRecordDelta(fiber, overrideBaseTime) { if (0 <= profilerStartTime) { @@ -28038,11 +28038,11 @@ __DEV__ && : flushSyncErrorInBuildsThatSupportLegacyMode; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-classic-66cf2cfc-20240910" !== isomorphicReactPackageVersion) + if ("19.0.0-www-classic-a5a7f106-20240910" !== 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.0.0-www-classic-66cf2cfc-20240910\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-classic-a5a7f106-20240910\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -28086,11 +28086,11 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.0.0-www-classic-66cf2cfc-20240910", + version: "19.0.0-www-classic-a5a7f106-20240910", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-66cf2cfc-20240910" + reconcilerVersion: "19.0.0-www-classic-a5a7f106-20240910" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -28909,5 +28909,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-classic-66cf2cfc-20240910"; + exports.version = "19.0.0-www-classic-a5a7f106-20240910"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index 6f089fcfa0..21f394297d 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -7234,7 +7234,7 @@ __DEV__ && } function startProfilerTimer(fiber) { profilerStartTime = now(); - 0 > fiber.actualStartTime && (fiber.actualStartTime = now()); + 0 > fiber.actualStartTime && (fiber.actualStartTime = profilerStartTime); } function stopProfilerTimerIfRunningAndRecordDelta(fiber, overrideBaseTime) { if (0 <= profilerStartTime) { @@ -27155,11 +27155,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-modern-66cf2cfc-20240910" !== isomorphicReactPackageVersion) + if ("19.0.0-www-modern-a5a7f106-20240910" !== 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.0.0-www-modern-66cf2cfc-20240910\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-modern-a5a7f106-20240910\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -27202,11 +27202,11 @@ __DEV__ && !(function () { var internals = { bundleType: 1, - version: "19.0.0-www-modern-66cf2cfc-20240910", + version: "19.0.0-www-modern-a5a7f106-20240910", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-66cf2cfc-20240910" + reconcilerVersion: "19.0.0-www-modern-a5a7f106-20240910" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -27977,5 +27977,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-modern-66cf2cfc-20240910"; + exports.version = "19.0.0-www-modern-a5a7f106-20240910"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-prod.classic.js b/compiled/facebook-www/ReactDOMTesting-prod.classic.js index 3fa3bfd947..f6433f97b7 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.classic.js @@ -17663,14 +17663,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1795 = React.version; if ( - "19.0.0-www-classic-66cf2cfc-20240910" !== + "19.0.0-www-classic-a5a7f106-20240910" !== isomorphicReactPackageVersion$jscomp$inline_1795 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1795, - "19.0.0-www-classic-66cf2cfc-20240910" + "19.0.0-www-classic-a5a7f106-20240910" ) ); function flushSyncFromReconciler(fn) { @@ -17715,11 +17715,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_2294 = { bundleType: 0, - version: "19.0.0-www-classic-66cf2cfc-20240910", + version: "19.0.0-www-classic-a5a7f106-20240910", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-66cf2cfc-20240910" + reconcilerVersion: "19.0.0-www-classic-a5a7f106-20240910" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2295 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -18326,4 +18326,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-66cf2cfc-20240910"; +exports.version = "19.0.0-www-classic-a5a7f106-20240910"; diff --git a/compiled/facebook-www/ReactDOMTesting-prod.modern.js b/compiled/facebook-www/ReactDOMTesting-prod.modern.js index d9dfba9490..d8f7319ffc 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.modern.js @@ -17039,14 +17039,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1766 = React.version; if ( - "19.0.0-www-modern-66cf2cfc-20240910" !== + "19.0.0-www-modern-a5a7f106-20240910" !== isomorphicReactPackageVersion$jscomp$inline_1766 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1766, - "19.0.0-www-modern-66cf2cfc-20240910" + "19.0.0-www-modern-a5a7f106-20240910" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -17064,11 +17064,11 @@ Internals.Events = [ ]; var internals$jscomp$inline_2285 = { bundleType: 0, - version: "19.0.0-www-modern-66cf2cfc-20240910", + version: "19.0.0-www-modern-a5a7f106-20240910", rendererPackageName: "react-dom", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getClosestInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-66cf2cfc-20240910" + reconcilerVersion: "19.0.0-www-modern-a5a7f106-20240910" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2286 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17582,4 +17582,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-66cf2cfc-20240910"; +exports.version = "19.0.0-www-modern-a5a7f106-20240910"; diff --git a/compiled/facebook-www/ReactReconciler-dev.classic.js b/compiled/facebook-www/ReactReconciler-dev.classic.js index d27d615429..35ff0733d6 100644 --- a/compiled/facebook-www/ReactReconciler-dev.classic.js +++ b/compiled/facebook-www/ReactReconciler-dev.classic.js @@ -5658,7 +5658,7 @@ __DEV__ && } function startProfilerTimer(fiber) { profilerStartTime = now(); - 0 > fiber.actualStartTime && (fiber.actualStartTime = now()); + 0 > fiber.actualStartTime && (fiber.actualStartTime = profilerStartTime); } function stopProfilerTimerIfRunningAndRecordDelta(fiber, overrideBaseTime) { if (0 <= profilerStartTime) { @@ -19152,7 +19152,7 @@ __DEV__ && rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-66cf2cfc-20240910" + reconcilerVersion: "19.0.0-www-classic-a5a7f106-20240910" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-dev.modern.js b/compiled/facebook-www/ReactReconciler-dev.modern.js index 506d09b7e1..f911d80388 100644 --- a/compiled/facebook-www/ReactReconciler-dev.modern.js +++ b/compiled/facebook-www/ReactReconciler-dev.modern.js @@ -5548,7 +5548,7 @@ __DEV__ && } function startProfilerTimer(fiber) { profilerStartTime = now(); - 0 > fiber.actualStartTime && (fiber.actualStartTime = now()); + 0 > fiber.actualStartTime && (fiber.actualStartTime = profilerStartTime); } function stopProfilerTimerIfRunningAndRecordDelta(fiber, overrideBaseTime) { if (0 <= profilerStartTime) { @@ -18546,7 +18546,7 @@ __DEV__ && rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-66cf2cfc-20240910" + reconcilerVersion: "19.0.0-www-modern-a5a7f106-20240910" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-prod.classic.js b/compiled/facebook-www/ReactReconciler-prod.classic.js index 060d719992..54ca5cf23e 100644 --- a/compiled/facebook-www/ReactReconciler-prod.classic.js +++ b/compiled/facebook-www/ReactReconciler-prod.classic.js @@ -12782,7 +12782,7 @@ module.exports = function ($$$config) { rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-66cf2cfc-20240910" + reconcilerVersion: "19.0.0-www-classic-a5a7f106-20240910" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactReconciler-prod.modern.js b/compiled/facebook-www/ReactReconciler-prod.modern.js index 94a34820e9..838a46b801 100644 --- a/compiled/facebook-www/ReactReconciler-prod.modern.js +++ b/compiled/facebook-www/ReactReconciler-prod.modern.js @@ -12275,7 +12275,7 @@ module.exports = function ($$$config) { rendererPackageName: rendererPackageName, currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-66cf2cfc-20240910" + reconcilerVersion: "19.0.0-www-modern-a5a7f106-20240910" }; null !== extraDevToolsConfig && (internals.rendererConfig = extraDevToolsConfig); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.classic.js b/compiled/facebook-www/ReactTestRenderer-dev.classic.js index f36029434c..bb669af20e 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.classic.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.classic.js @@ -4986,7 +4986,7 @@ __DEV__ && } function startProfilerTimer(fiber) { profilerStartTime = now(); - 0 > fiber.actualStartTime && (fiber.actualStartTime = now()); + 0 > fiber.actualStartTime && (fiber.actualStartTime = profilerStartTime); } function stopProfilerTimerIfRunningAndRecordDelta(fiber, overrideBaseTime) { if (0 <= profilerStartTime) { @@ -14956,11 +14956,11 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.0.0-www-classic-66cf2cfc-20240910", + version: "19.0.0-www-classic-a5a7f106-20240910", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-classic-66cf2cfc-20240910" + reconcilerVersion: "19.0.0-www-classic-a5a7f106-20240910" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15095,5 +15095,5 @@ __DEV__ && exports.unstable_batchedUpdates = function (fn, a) { return fn(a); }; - exports.version = "19.0.0-www-classic-66cf2cfc-20240910"; + exports.version = "19.0.0-www-classic-a5a7f106-20240910"; })(); diff --git a/compiled/facebook-www/ReactTestRenderer-dev.modern.js b/compiled/facebook-www/ReactTestRenderer-dev.modern.js index f80a923427..8b2148461a 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.modern.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.modern.js @@ -4986,7 +4986,7 @@ __DEV__ && } function startProfilerTimer(fiber) { profilerStartTime = now(); - 0 > fiber.actualStartTime && (fiber.actualStartTime = now()); + 0 > fiber.actualStartTime && (fiber.actualStartTime = profilerStartTime); } function stopProfilerTimerIfRunningAndRecordDelta(fiber, overrideBaseTime) { if (0 <= profilerStartTime) { @@ -14956,11 +14956,11 @@ __DEV__ && (function () { var internals = { bundleType: 1, - version: "19.0.0-www-modern-66cf2cfc-20240910", + version: "19.0.0-www-modern-a5a7f106-20240910", rendererPackageName: "react-test-renderer", currentDispatcherRef: ReactSharedInternals, findFiberByHostInstance: getInstanceFromNode, - reconcilerVersion: "19.0.0-www-modern-66cf2cfc-20240910" + reconcilerVersion: "19.0.0-www-modern-a5a7f106-20240910" }; internals.overrideHookState = overrideHookState; internals.overrideHookStateDeletePath = overrideHookStateDeletePath; @@ -15095,5 +15095,5 @@ __DEV__ && exports.unstable_batchedUpdates = function (fn, a) { return fn(a); }; - exports.version = "19.0.0-www-modern-66cf2cfc-20240910"; + exports.version = "19.0.0-www-modern-a5a7f106-20240910"; })(); diff --git a/compiled/facebook-www/VERSION_CLASSIC b/compiled/facebook-www/VERSION_CLASSIC index 20d632a5ef..0736ec6214 100644 --- a/compiled/facebook-www/VERSION_CLASSIC +++ b/compiled/facebook-www/VERSION_CLASSIC @@ -1 +1 @@ -19.0.0-www-classic-66cf2cfc-20240910 \ No newline at end of file +19.0.0-www-classic-a5a7f106-20240910 \ No newline at end of file diff --git a/compiled/facebook-www/VERSION_MODERN b/compiled/facebook-www/VERSION_MODERN index 4c46e01e03..1d1a61d7da 100644 --- a/compiled/facebook-www/VERSION_MODERN +++ b/compiled/facebook-www/VERSION_MODERN @@ -1 +1 @@ -19.0.0-www-modern-66cf2cfc-20240910 \ No newline at end of file +19.0.0-www-modern-a5a7f106-20240910 \ No newline at end of file