diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index 822e8bf4fc25d..67928f2a6dc75 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -0b724e9e9c6469983f73631edb2e6abcc9c1193b +c21bcd627b6a8f31548edfc149dd3b879fea6558 diff --git a/compiled/facebook-www/REVISION_TRANSFORMS b/compiled/facebook-www/REVISION_TRANSFORMS index 822e8bf4fc25d..67928f2a6dc75 100644 --- a/compiled/facebook-www/REVISION_TRANSFORMS +++ b/compiled/facebook-www/REVISION_TRANSFORMS @@ -1 +1 @@ -0b724e9e9c6469983f73631edb2e6abcc9c1193b +c21bcd627b6a8f31548edfc149dd3b879fea6558 diff --git a/compiled/facebook-www/React-dev.classic.js b/compiled/facebook-www/React-dev.classic.js index 3cacbff6fa491..d944465d9b684 100644 --- a/compiled/facebook-www/React-dev.classic.js +++ b/compiled/facebook-www/React-dev.classic.js @@ -1987,7 +1987,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.0.0-www-classic-0b724e9e9c-20240621"; + exports.version = "19.0.0-www-classic-c21bcd627b-20240624"; "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 2c35ffd39b3d6..6f0935b7216f9 100644 --- a/compiled/facebook-www/React-dev.modern.js +++ b/compiled/facebook-www/React-dev.modern.js @@ -1967,7 +1967,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.0.0-www-modern-0b724e9e9c-20240621"; + exports.version = "19.0.0-www-modern-c21bcd627b-20240624"; "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 b333768004d62..22c611a09861a 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-0b724e9e9c-20240621"; +exports.version = "19.0.0-www-classic-c21bcd627b-20240624"; diff --git a/compiled/facebook-www/React-prod.modern.js b/compiled/facebook-www/React-prod.modern.js index a4ee724e5c47f..48bd9172ae7ba 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-0b724e9e9c-20240621"; +exports.version = "19.0.0-www-modern-c21bcd627b-20240624"; diff --git a/compiled/facebook-www/React-profiling.classic.js b/compiled/facebook-www/React-profiling.classic.js index 028f64930dbd9..c403e593c8a6a 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-0b724e9e9c-20240621"; +exports.version = "19.0.0-www-classic-c21bcd627b-20240624"; "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 c9410ea86a6a8..303333d486020 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-0b724e9e9c-20240621"; +exports.version = "19.0.0-www-modern-c21bcd627b-20240624"; "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 be3178305353a..6552c5c6eaed4 100644 --- a/compiled/facebook-www/ReactART-dev.classic.js +++ b/compiled/facebook-www/ReactART-dev.classic.js @@ -940,10 +940,8 @@ __DEV__ && } } function getHighestPriorityLanes(lanes) { - if (enableUnifiedSyncLane) { - var pendingSyncLanes = lanes & SyncUpdateLanes; - if (0 !== pendingSyncLanes) return pendingSyncLanes; - } + var pendingSyncLanes = lanes & SyncUpdateLanes; + if (0 !== pendingSyncLanes) return pendingSyncLanes; switch (lanes & -lanes) { case SyncHydrationLane: return SyncHydrationLane; @@ -7323,7 +7321,7 @@ __DEV__ && JSCompiler_temp = workInProgressRoot; if (null !== JSCompiler_temp) { nextProps = renderLanes & -renderLanes; - if (enableUnifiedSyncLane && 0 !== (nextProps & SyncUpdateLanes)) + if (0 !== (nextProps & SyncUpdateLanes)) nextProps = SyncHydrationLane; else switch (nextProps) { @@ -14857,7 +14855,6 @@ __DEV__ && enableDebugTracing = dynamicFeatureFlags.enableDebugTracing, enableLazyContextPropagation = dynamicFeatureFlags.enableLazyContextPropagation, - enableUnifiedSyncLane = dynamicFeatureFlags.enableUnifiedSyncLane, enableRetryLaneExpiration = dynamicFeatureFlags.enableRetryLaneExpiration, enableTransitionTracing = dynamicFeatureFlags.enableTransitionTracing, enableDeferRootSchedulingToMicrotask = @@ -14962,9 +14959,7 @@ __DEV__ && InputContinuousLane = 8, DefaultHydrationLane = 16, DefaultLane = 32, - SyncUpdateLanes = enableUnifiedSyncLane - ? SyncLane | InputContinuousLane | DefaultLane - : SyncLane, + SyncUpdateLanes = SyncLane | InputContinuousLane | DefaultLane, TransitionHydrationLane = 64, TransitionLanes = 4194176, RetryLanes = 62914560, @@ -16934,14 +16929,14 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-www-classic-0b724e9e9c-20240621" + reconcilerVersion: "19.0.0-www-classic-c21bcd627b-20240624" }); })({ findFiberByHostInstance: function () { return null; }, bundleType: 1, - version: "19.0.0-www-classic-0b724e9e9c-20240621", + version: "19.0.0-www-classic-c21bcd627b-20240624", rendererPackageName: "react-art" }); var ClippingRectangle = TYPES.CLIPPING_RECTANGLE, diff --git a/compiled/facebook-www/ReactART-dev.modern.js b/compiled/facebook-www/ReactART-dev.modern.js index c0d541b133fa5..76b08fd3eb809 100644 --- a/compiled/facebook-www/ReactART-dev.modern.js +++ b/compiled/facebook-www/ReactART-dev.modern.js @@ -937,10 +937,8 @@ __DEV__ && } } function getHighestPriorityLanes(lanes) { - if (enableUnifiedSyncLane) { - var pendingSyncLanes = lanes & SyncUpdateLanes; - if (0 !== pendingSyncLanes) return pendingSyncLanes; - } + var pendingSyncLanes = lanes & SyncUpdateLanes; + if (0 !== pendingSyncLanes) return pendingSyncLanes; switch (lanes & -lanes) { case SyncHydrationLane: return SyncHydrationLane; @@ -7088,7 +7086,7 @@ __DEV__ && JSCompiler_temp = workInProgressRoot; if (null !== JSCompiler_temp) { nextProps = renderLanes & -renderLanes; - if (enableUnifiedSyncLane && 0 !== (nextProps & SyncUpdateLanes)) + if (0 !== (nextProps & SyncUpdateLanes)) nextProps = SyncHydrationLane; else switch (nextProps) { @@ -14294,7 +14292,6 @@ __DEV__ && enableDebugTracing = dynamicFeatureFlags.enableDebugTracing, enableLazyContextPropagation = dynamicFeatureFlags.enableLazyContextPropagation, - enableUnifiedSyncLane = dynamicFeatureFlags.enableUnifiedSyncLane, enableRetryLaneExpiration = dynamicFeatureFlags.enableRetryLaneExpiration, enableTransitionTracing = dynamicFeatureFlags.enableTransitionTracing, enableDeferRootSchedulingToMicrotask = @@ -14398,9 +14395,7 @@ __DEV__ && InputContinuousLane = 8, DefaultHydrationLane = 16, DefaultLane = 32, - SyncUpdateLanes = enableUnifiedSyncLane - ? SyncLane | InputContinuousLane | DefaultLane - : SyncLane, + SyncUpdateLanes = SyncLane | InputContinuousLane | DefaultLane, TransitionHydrationLane = 64, TransitionLanes = 4194176, RetryLanes = 62914560, @@ -16364,14 +16359,14 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-www-modern-0b724e9e9c-20240621" + reconcilerVersion: "19.0.0-www-modern-c21bcd627b-20240624" }); })({ findFiberByHostInstance: function () { return null; }, bundleType: 1, - version: "19.0.0-www-modern-0b724e9e9c-20240621", + version: "19.0.0-www-modern-c21bcd627b-20240624", rendererPackageName: "react-art" }); var ClippingRectangle = TYPES.CLIPPING_RECTANGLE, diff --git a/compiled/facebook-www/ReactART-prod.classic.js b/compiled/facebook-www/ReactART-prod.classic.js index fe77fdba59a29..45502d4eb4d7e 100644 --- a/compiled/facebook-www/ReactART-prod.classic.js +++ b/compiled/facebook-www/ReactART-prod.classic.js @@ -63,7 +63,6 @@ var dynamicFeatureFlags = require("ReactFeatureFlags"), enableDebugTracing = dynamicFeatureFlags.enableDebugTracing, enableLazyContextPropagation = dynamicFeatureFlags.enableLazyContextPropagation, - enableUnifiedSyncLane = dynamicFeatureFlags.enableUnifiedSyncLane, enableRetryLaneExpiration = dynamicFeatureFlags.enableRetryLaneExpiration, enableTransitionTracing = dynamicFeatureFlags.enableTransitionTracing, enableDeferRootSchedulingToMicrotask = @@ -599,14 +598,11 @@ function clz32Fallback(x) { x >>>= 0; return 0 === x ? 32 : (31 - ((log(x) / LN2) | 0)) | 0; } -var SyncUpdateLanes = enableUnifiedSyncLane ? 42 : 2, - nextTransitionLane = 128, +var nextTransitionLane = 128, nextRetryLane = 4194304; function getHighestPriorityLanes(lanes) { - if (enableUnifiedSyncLane) { - var pendingSyncLanes = lanes & SyncUpdateLanes; - if (0 !== pendingSyncLanes) return pendingSyncLanes; - } + var pendingSyncLanes = lanes & 42; + if (0 !== pendingSyncLanes) return pendingSyncLanes; switch (lanes & -lanes) { case 1: return 1; @@ -5164,8 +5160,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) { JSCompiler_temp = workInProgressRoot; if (null !== JSCompiler_temp) { nextProps = renderLanes & -renderLanes; - if (enableUnifiedSyncLane && 0 !== (nextProps & SyncUpdateLanes)) - nextProps = 1; + if (0 !== (nextProps & 42)) nextProps = 1; else switch (nextProps) { case 2: @@ -9970,7 +9965,7 @@ function commitRootImpl( remainingLanes = root.pendingLanes; (enableInfiniteRenderLoopDetection && (didIncludeRenderPhaseUpdate || didIncludeCommitPhaseUpdate)) || - (0 !== (lanes & 4194218) && 0 !== (remainingLanes & SyncUpdateLanes)) + (0 !== (lanes & 4194218) && 0 !== (remainingLanes & 42)) ? root === rootWithNestedUpdates ? nestedUpdateCount++ : ((nestedUpdateCount = 0), (rootWithNestedUpdates = root)) @@ -10709,7 +10704,7 @@ var slice = Array.prototype.slice, return null; }, bundleType: 0, - version: "19.0.0-www-classic-0b724e9e9c-20240621", + version: "19.0.0-www-classic-c21bcd627b-20240624", rendererPackageName: "react-art" }; var internals$jscomp$inline_1386 = { @@ -10740,7 +10735,7 @@ var internals$jscomp$inline_1386 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-classic-0b724e9e9c-20240621" + reconcilerVersion: "19.0.0-www-classic-c21bcd627b-20240624" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1387 = __REACT_DEVTOOLS_GLOBAL_HOOK__; diff --git a/compiled/facebook-www/ReactART-prod.modern.js b/compiled/facebook-www/ReactART-prod.modern.js index 9a96842b677d7..2030036c8ca33 100644 --- a/compiled/facebook-www/ReactART-prod.modern.js +++ b/compiled/facebook-www/ReactART-prod.modern.js @@ -63,7 +63,6 @@ var dynamicFeatureFlags = require("ReactFeatureFlags"), enableDebugTracing = dynamicFeatureFlags.enableDebugTracing, enableLazyContextPropagation = dynamicFeatureFlags.enableLazyContextPropagation, - enableUnifiedSyncLane = dynamicFeatureFlags.enableUnifiedSyncLane, enableRetryLaneExpiration = dynamicFeatureFlags.enableRetryLaneExpiration, enableTransitionTracing = dynamicFeatureFlags.enableTransitionTracing, enableDeferRootSchedulingToMicrotask = @@ -473,14 +472,11 @@ function clz32Fallback(x) { x >>>= 0; return 0 === x ? 32 : (31 - ((log(x) / LN2) | 0)) | 0; } -var SyncUpdateLanes = enableUnifiedSyncLane ? 42 : 2, - nextTransitionLane = 128, +var nextTransitionLane = 128, nextRetryLane = 4194304; function getHighestPriorityLanes(lanes) { - if (enableUnifiedSyncLane) { - var pendingSyncLanes = lanes & SyncUpdateLanes; - if (0 !== pendingSyncLanes) return pendingSyncLanes; - } + var pendingSyncLanes = lanes & 42; + if (0 !== pendingSyncLanes) return pendingSyncLanes; switch (lanes & -lanes) { case 1: return 1; @@ -4837,8 +4833,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) { JSCompiler_temp = workInProgressRoot; if (null !== JSCompiler_temp) { nextProps = renderLanes & -renderLanes; - if (enableUnifiedSyncLane && 0 !== (nextProps & SyncUpdateLanes)) - nextProps = 1; + if (0 !== (nextProps & 42)) nextProps = 1; else switch (nextProps) { case 2: @@ -9469,7 +9464,7 @@ function commitRootImpl( remainingLanes = root.pendingLanes; (enableInfiniteRenderLoopDetection && (didIncludeRenderPhaseUpdate || didIncludeCommitPhaseUpdate)) || - (0 !== (lanes & 4194218) && 0 !== (remainingLanes & SyncUpdateLanes)) + (0 !== (lanes & 4194218) && 0 !== (remainingLanes & 42)) ? root === rootWithNestedUpdates ? nestedUpdateCount++ : ((nestedUpdateCount = 0), (rootWithNestedUpdates = root)) @@ -10162,7 +10157,7 @@ var slice = Array.prototype.slice, return null; }, bundleType: 0, - version: "19.0.0-www-modern-0b724e9e9c-20240621", + version: "19.0.0-www-modern-c21bcd627b-20240624", rendererPackageName: "react-art" }; var internals$jscomp$inline_1372 = { @@ -10193,7 +10188,7 @@ var internals$jscomp$inline_1372 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-modern-0b724e9e9c-20240621" + reconcilerVersion: "19.0.0-www-modern-c21bcd627b-20240624" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1373 = __REACT_DEVTOOLS_GLOBAL_HOOK__; diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index 5663e40e43fbd..7265a98d04a7b 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -950,10 +950,8 @@ __DEV__ && } } function getHighestPriorityLanes(lanes) { - if (enableUnifiedSyncLane) { - var pendingSyncLanes = lanes & SyncUpdateLanes; - if (0 !== pendingSyncLanes) return pendingSyncLanes; - } + var pendingSyncLanes = lanes & SyncUpdateLanes; + if (0 !== pendingSyncLanes) return pendingSyncLanes; switch (lanes & -lanes) { case SyncHydrationLane: return SyncHydrationLane; @@ -9338,10 +9336,7 @@ __DEV__ && JSCompiler_object_inline_digest_2433 = workInProgressRoot; if (null !== JSCompiler_object_inline_digest_2433) { JSCompiler_object_inline_stack_2434 = renderLanes & -renderLanes; - if ( - enableUnifiedSyncLane && - 0 !== (JSCompiler_object_inline_stack_2434 & SyncUpdateLanes) - ) + if (0 !== (JSCompiler_object_inline_stack_2434 & SyncUpdateLanes)) JSCompiler_object_inline_stack_2434 = SyncHydrationLane; else switch (JSCompiler_object_inline_stack_2434) { @@ -23798,7 +23793,6 @@ __DEV__ && enableDebugTracing = dynamicFeatureFlags.enableDebugTracing, enableLazyContextPropagation = dynamicFeatureFlags.enableLazyContextPropagation, - enableUnifiedSyncLane = dynamicFeatureFlags.enableUnifiedSyncLane, enableRetryLaneExpiration = dynamicFeatureFlags.enableRetryLaneExpiration, enableTransitionTracing = dynamicFeatureFlags.enableTransitionTracing, enableDeferRootSchedulingToMicrotask = @@ -23893,9 +23887,7 @@ __DEV__ && InputContinuousLane = 8, DefaultHydrationLane = 16, DefaultLane = 32, - SyncUpdateLanes = enableUnifiedSyncLane - ? SyncLane | InputContinuousLane | DefaultLane - : SyncLane, + SyncUpdateLanes = SyncLane | InputContinuousLane | DefaultLane, TransitionHydrationLane = 64, TransitionLanes = 4194176, RetryLanes = 62914560, @@ -27373,11 +27365,11 @@ __DEV__ && : flushSyncErrorInBuildsThatSupportLegacyMode; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-classic-0b724e9e9c-20240621" !== isomorphicReactPackageVersion) + if ("19.0.0-www-classic-c21bcd627b-20240624" !== 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-0b724e9e9c-20240621\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-classic-c21bcd627b-20240624\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -27443,12 +27435,12 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-www-classic-0b724e9e9c-20240621" + reconcilerVersion: "19.0.0-www-classic-c21bcd627b-20240624" }); })({ findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 1, - version: "19.0.0-www-classic-0b724e9e9c-20240621", + version: "19.0.0-www-classic-c21bcd627b-20240624", rendererPackageName: "react-dom" }) && canUseDOM && @@ -28091,7 +28083,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-classic-0b724e9e9c-20240621"; + exports.version = "19.0.0-www-classic-c21bcd627b-20240624"; "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 3c54db9a5e592..f000a40f7ade0 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -934,10 +934,8 @@ __DEV__ && } } function getHighestPriorityLanes(lanes) { - if (enableUnifiedSyncLane) { - var pendingSyncLanes = lanes & SyncUpdateLanes; - if (0 !== pendingSyncLanes) return pendingSyncLanes; - } + var pendingSyncLanes = lanes & SyncUpdateLanes; + if (0 !== pendingSyncLanes) return pendingSyncLanes; switch (lanes & -lanes) { case SyncHydrationLane: return SyncHydrationLane; @@ -9046,10 +9044,7 @@ __DEV__ && JSCompiler_object_inline_digest_2452 = workInProgressRoot; if (null !== JSCompiler_object_inline_digest_2452) { JSCompiler_object_inline_stack_2453 = renderLanes & -renderLanes; - if ( - enableUnifiedSyncLane && - 0 !== (JSCompiler_object_inline_stack_2453 & SyncUpdateLanes) - ) + if (0 !== (JSCompiler_object_inline_stack_2453 & SyncUpdateLanes)) JSCompiler_object_inline_stack_2453 = SyncHydrationLane; else switch (JSCompiler_object_inline_stack_2453) { @@ -22952,7 +22947,6 @@ __DEV__ && enableDebugTracing = dynamicFeatureFlags.enableDebugTracing, enableLazyContextPropagation = dynamicFeatureFlags.enableLazyContextPropagation, - enableUnifiedSyncLane = dynamicFeatureFlags.enableUnifiedSyncLane, enableRetryLaneExpiration = dynamicFeatureFlags.enableRetryLaneExpiration, enableTransitionTracing = dynamicFeatureFlags.enableTransitionTracing, enableDeferRootSchedulingToMicrotask = @@ -23046,9 +23040,7 @@ __DEV__ && InputContinuousLane = 8, DefaultHydrationLane = 16, DefaultLane = 32, - SyncUpdateLanes = enableUnifiedSyncLane - ? SyncLane | InputContinuousLane | DefaultLane - : SyncLane, + SyncUpdateLanes = SyncLane | InputContinuousLane | DefaultLane, TransitionHydrationLane = 64, TransitionLanes = 4194176, RetryLanes = 62914560, @@ -26520,11 +26512,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-modern-0b724e9e9c-20240621" !== isomorphicReactPackageVersion) + if ("19.0.0-www-modern-c21bcd627b-20240624" !== 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-0b724e9e9c-20240621\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-modern-c21bcd627b-20240624\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -26589,12 +26581,12 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-www-modern-0b724e9e9c-20240621" + reconcilerVersion: "19.0.0-www-modern-c21bcd627b-20240624" }); })({ findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 1, - version: "19.0.0-www-modern-0b724e9e9c-20240621", + version: "19.0.0-www-modern-c21bcd627b-20240624", rendererPackageName: "react-dom" }) && canUseDOM && @@ -27190,7 +27182,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-modern-0b724e9e9c-20240621"; + exports.version = "19.0.0-www-modern-c21bcd627b-20240624"; "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 b6652dd193f9a..23350e353f775 100644 --- a/compiled/facebook-www/ReactDOM-prod.classic.js +++ b/compiled/facebook-www/ReactDOM-prod.classic.js @@ -38,7 +38,6 @@ var dynamicFeatureFlags = require("ReactFeatureFlags"), enableDebugTracing = dynamicFeatureFlags.enableDebugTracing, enableLazyContextPropagation = dynamicFeatureFlags.enableLazyContextPropagation, - enableUnifiedSyncLane = dynamicFeatureFlags.enableUnifiedSyncLane, enableRetryLaneExpiration = dynamicFeatureFlags.enableRetryLaneExpiration, enableTransitionTracing = dynamicFeatureFlags.enableTransitionTracing, enableDeferRootSchedulingToMicrotask = @@ -569,14 +568,11 @@ function clz32Fallback(x) { x >>>= 0; return 0 === x ? 32 : (31 - ((log(x) / LN2) | 0)) | 0; } -var SyncUpdateLanes = enableUnifiedSyncLane ? 42 : 2, - nextTransitionLane = 128, +var nextTransitionLane = 128, nextRetryLane = 4194304; function getHighestPriorityLanes(lanes) { - if (enableUnifiedSyncLane) { - var pendingSyncLanes = lanes & SyncUpdateLanes; - if (0 !== pendingSyncLanes) return pendingSyncLanes; - } + var pendingSyncLanes = lanes & 42; + if (0 !== pendingSyncLanes) return pendingSyncLanes; switch (lanes & -lanes) { case 1: return 1; @@ -6173,8 +6169,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) { JSCompiler_temp = workInProgressRoot; if (null !== JSCompiler_temp) { nextProps = renderLanes & -renderLanes; - if (enableUnifiedSyncLane && 0 !== (nextProps & SyncUpdateLanes)) - nextProps = 1; + if (0 !== (nextProps & 42)) nextProps = 1; else switch (nextProps) { case 2: @@ -11810,7 +11805,7 @@ function commitRootImpl( remainingLanes = root.pendingLanes; (enableInfiniteRenderLoopDetection && (didIncludeRenderPhaseUpdate || didIncludeCommitPhaseUpdate)) || - (0 !== (lanes & 4194218) && 0 !== (remainingLanes & SyncUpdateLanes)) + (0 !== (lanes & 4194218) && 0 !== (remainingLanes & 42)) ? root === rootWithNestedUpdates ? nestedUpdateCount++ : ((nestedUpdateCount = 0), (rootWithNestedUpdates = root)) @@ -17154,14 +17149,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1769 = React.version; if ( - "19.0.0-www-classic-0b724e9e9c-20240621" !== + "19.0.0-www-classic-c21bcd627b-20240624" !== isomorphicReactPackageVersion$jscomp$inline_1769 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1769, - "19.0.0-www-classic-0b724e9e9c-20240621" + "19.0.0-www-classic-c21bcd627b-20240624" ) ); function flushSyncFromReconciler(fn) { @@ -17207,7 +17202,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1776 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-classic-0b724e9e9c-20240621", + version: "19.0.0-www-classic-c21bcd627b-20240624", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2220 = { @@ -17237,7 +17232,7 @@ var internals$jscomp$inline_2220 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-classic-0b724e9e9c-20240621" + reconcilerVersion: "19.0.0-www-classic-c21bcd627b-20240624" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2221 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17701,4 +17696,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-0b724e9e9c-20240621"; +exports.version = "19.0.0-www-classic-c21bcd627b-20240624"; diff --git a/compiled/facebook-www/ReactDOM-prod.modern.js b/compiled/facebook-www/ReactDOM-prod.modern.js index e728fe187b9fb..bb28c36cfe285 100644 --- a/compiled/facebook-www/ReactDOM-prod.modern.js +++ b/compiled/facebook-www/ReactDOM-prod.modern.js @@ -38,7 +38,6 @@ var dynamicFeatureFlags = require("ReactFeatureFlags"), enableDebugTracing = dynamicFeatureFlags.enableDebugTracing, enableLazyContextPropagation = dynamicFeatureFlags.enableLazyContextPropagation, - enableUnifiedSyncLane = dynamicFeatureFlags.enableUnifiedSyncLane, enableRetryLaneExpiration = dynamicFeatureFlags.enableRetryLaneExpiration, enableTransitionTracing = dynamicFeatureFlags.enableTransitionTracing, enableDeferRootSchedulingToMicrotask = @@ -443,14 +442,11 @@ function clz32Fallback(x) { x >>>= 0; return 0 === x ? 32 : (31 - ((log(x) / LN2) | 0)) | 0; } -var SyncUpdateLanes = enableUnifiedSyncLane ? 42 : 2, - nextTransitionLane = 128, +var nextTransitionLane = 128, nextRetryLane = 4194304; function getHighestPriorityLanes(lanes) { - if (enableUnifiedSyncLane) { - var pendingSyncLanes = lanes & SyncUpdateLanes; - if (0 !== pendingSyncLanes) return pendingSyncLanes; - } + var pendingSyncLanes = lanes & 42; + if (0 !== pendingSyncLanes) return pendingSyncLanes; switch (lanes & -lanes) { case 1: return 1; @@ -5808,8 +5804,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) { JSCompiler_temp = workInProgressRoot; if (null !== JSCompiler_temp) { nextProps = renderLanes & -renderLanes; - if (enableUnifiedSyncLane && 0 !== (nextProps & SyncUpdateLanes)) - nextProps = 1; + if (0 !== (nextProps & 42)) nextProps = 1; else switch (nextProps) { case 2: @@ -11268,7 +11263,7 @@ function commitRootImpl( remainingLanes = root.pendingLanes; (enableInfiniteRenderLoopDetection && (didIncludeRenderPhaseUpdate || didIncludeCommitPhaseUpdate)) || - (0 !== (lanes & 4194218) && 0 !== (remainingLanes & SyncUpdateLanes)) + (0 !== (lanes & 4194218) && 0 !== (remainingLanes & 42)) ? root === rootWithNestedUpdates ? nestedUpdateCount++ : ((nestedUpdateCount = 0), (rootWithNestedUpdates = root)) @@ -16469,14 +16464,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1740 = React.version; if ( - "19.0.0-www-modern-0b724e9e9c-20240621" !== + "19.0.0-www-modern-c21bcd627b-20240624" !== isomorphicReactPackageVersion$jscomp$inline_1740 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1740, - "19.0.0-www-modern-0b724e9e9c-20240621" + "19.0.0-www-modern-c21bcd627b-20240624" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -16495,7 +16490,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1742 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-modern-0b724e9e9c-20240621", + version: "19.0.0-www-modern-c21bcd627b-20240624", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2211 = { @@ -16525,7 +16520,7 @@ var internals$jscomp$inline_2211 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-modern-0b724e9e9c-20240621" + reconcilerVersion: "19.0.0-www-modern-c21bcd627b-20240624" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2212 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -16896,4 +16891,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-0b724e9e9c-20240621"; +exports.version = "19.0.0-www-modern-c21bcd627b-20240624"; diff --git a/compiled/facebook-www/ReactDOM-profiling.classic.js b/compiled/facebook-www/ReactDOM-profiling.classic.js index de0143de66d88..eaf6811319d64 100644 --- a/compiled/facebook-www/ReactDOM-profiling.classic.js +++ b/compiled/facebook-www/ReactDOM-profiling.classic.js @@ -42,7 +42,6 @@ var dynamicFeatureFlags = require("ReactFeatureFlags"), enableDebugTracing = dynamicFeatureFlags.enableDebugTracing, enableLazyContextPropagation = dynamicFeatureFlags.enableLazyContextPropagation, - enableUnifiedSyncLane = dynamicFeatureFlags.enableUnifiedSyncLane, enableRetryLaneExpiration = dynamicFeatureFlags.enableRetryLaneExpiration, enableTransitionTracing = dynamicFeatureFlags.enableTransitionTracing, enableDeferRootSchedulingToMicrotask = @@ -657,7 +656,6 @@ function clz32Fallback(x) { x >>>= 0; return 0 === x ? 32 : (31 - ((log(x) / LN2) | 0)) | 0; } -var SyncUpdateLanes = enableUnifiedSyncLane ? 42 : 2; function getLabelForLane(lane) { if (enableSchedulingProfiler) { if (lane & 1) return "SyncHydrationLane"; @@ -679,10 +677,8 @@ function getLabelForLane(lane) { var nextTransitionLane = 128, nextRetryLane = 4194304; function getHighestPriorityLanes(lanes) { - if (enableUnifiedSyncLane) { - var pendingSyncLanes = lanes & SyncUpdateLanes; - if (0 !== pendingSyncLanes) return pendingSyncLanes; - } + var pendingSyncLanes = lanes & 42; + if (0 !== pendingSyncLanes) return pendingSyncLanes; switch (lanes & -lanes) { case 1: return 1; @@ -6395,8 +6391,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) { JSCompiler_temp = workInProgressRoot; if (null !== JSCompiler_temp) { nextProps = renderLanes & -renderLanes; - if (enableUnifiedSyncLane && 0 !== (nextProps & SyncUpdateLanes)) - nextProps = 1; + if (0 !== (nextProps & 42)) nextProps = 1; else switch (nextProps) { case 2: @@ -12520,7 +12515,7 @@ function commitRootImpl( remainingLanes = root.pendingLanes; (enableInfiniteRenderLoopDetection && (didIncludeRenderPhaseUpdate || didIncludeCommitPhaseUpdate)) || - (0 !== (lanes & 4194218) && 0 !== (remainingLanes & SyncUpdateLanes)) + (0 !== (lanes & 4194218) && 0 !== (remainingLanes & 42)) ? ((nestedUpdateScheduled = !0), root === rootWithNestedUpdates ? nestedUpdateCount++ @@ -17921,14 +17916,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1856 = React.version; if ( - "19.0.0-www-classic-0b724e9e9c-20240621" !== + "19.0.0-www-classic-c21bcd627b-20240624" !== isomorphicReactPackageVersion$jscomp$inline_1856 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1856, - "19.0.0-www-classic-0b724e9e9c-20240621" + "19.0.0-www-classic-c21bcd627b-20240624" ) ); function flushSyncFromReconciler(fn) { @@ -17974,7 +17969,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1863 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-classic-0b724e9e9c-20240621", + version: "19.0.0-www-classic-c21bcd627b-20240624", rendererPackageName: "react-dom" }; (function (internals) { @@ -18018,7 +18013,7 @@ var devToolsConfig$jscomp$inline_1863 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-classic-0b724e9e9c-20240621" + reconcilerVersion: "19.0.0-www-classic-c21bcd627b-20240624" }); function ReactDOMRoot(internalRoot) { this._internalRoot = internalRoot; @@ -18469,7 +18464,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-0b724e9e9c-20240621"; +exports.version = "19.0.0-www-classic-c21bcd627b-20240624"; "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 77849b5331337..00f5eb6bb993d 100644 --- a/compiled/facebook-www/ReactDOM-profiling.modern.js +++ b/compiled/facebook-www/ReactDOM-profiling.modern.js @@ -42,7 +42,6 @@ var dynamicFeatureFlags = require("ReactFeatureFlags"), enableDebugTracing = dynamicFeatureFlags.enableDebugTracing, enableLazyContextPropagation = dynamicFeatureFlags.enableLazyContextPropagation, - enableUnifiedSyncLane = dynamicFeatureFlags.enableUnifiedSyncLane, enableRetryLaneExpiration = dynamicFeatureFlags.enableRetryLaneExpiration, enableTransitionTracing = dynamicFeatureFlags.enableTransitionTracing, enableDeferRootSchedulingToMicrotask = @@ -531,7 +530,6 @@ function clz32Fallback(x) { x >>>= 0; return 0 === x ? 32 : (31 - ((log(x) / LN2) | 0)) | 0; } -var SyncUpdateLanes = enableUnifiedSyncLane ? 42 : 2; function getLabelForLane(lane) { if (enableSchedulingProfiler) { if (lane & 1) return "SyncHydrationLane"; @@ -553,10 +551,8 @@ function getLabelForLane(lane) { var nextTransitionLane = 128, nextRetryLane = 4194304; function getHighestPriorityLanes(lanes) { - if (enableUnifiedSyncLane) { - var pendingSyncLanes = lanes & SyncUpdateLanes; - if (0 !== pendingSyncLanes) return pendingSyncLanes; - } + var pendingSyncLanes = lanes & 42; + if (0 !== pendingSyncLanes) return pendingSyncLanes; switch (lanes & -lanes) { case 1: return 1; @@ -6025,8 +6021,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) { JSCompiler_temp = workInProgressRoot; if (null !== JSCompiler_temp) { nextProps = renderLanes & -renderLanes; - if (enableUnifiedSyncLane && 0 !== (nextProps & SyncUpdateLanes)) - nextProps = 1; + if (0 !== (nextProps & 42)) nextProps = 1; else switch (nextProps) { case 2: @@ -11961,7 +11956,7 @@ function commitRootImpl( remainingLanes = root.pendingLanes; (enableInfiniteRenderLoopDetection && (didIncludeRenderPhaseUpdate || didIncludeCommitPhaseUpdate)) || - (0 !== (lanes & 4194218) && 0 !== (remainingLanes & SyncUpdateLanes)) + (0 !== (lanes & 4194218) && 0 !== (remainingLanes & 42)) ? ((nestedUpdateScheduled = !0), root === rootWithNestedUpdates ? nestedUpdateCount++ @@ -17219,14 +17214,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1827 = React.version; if ( - "19.0.0-www-modern-0b724e9e9c-20240621" !== + "19.0.0-www-modern-c21bcd627b-20240624" !== isomorphicReactPackageVersion$jscomp$inline_1827 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1827, - "19.0.0-www-modern-0b724e9e9c-20240621" + "19.0.0-www-modern-c21bcd627b-20240624" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -17245,7 +17240,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1829 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-modern-0b724e9e9c-20240621", + version: "19.0.0-www-modern-c21bcd627b-20240624", rendererPackageName: "react-dom" }; (function (internals) { @@ -17289,7 +17284,7 @@ var devToolsConfig$jscomp$inline_1829 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-modern-0b724e9e9c-20240621" + reconcilerVersion: "19.0.0-www-modern-c21bcd627b-20240624" }); function ReactDOMRoot(internalRoot) { this._internalRoot = internalRoot; @@ -17647,7 +17642,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-0b724e9e9c-20240621"; +exports.version = "19.0.0-www-modern-c21bcd627b-20240624"; "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 07f36efe2ff78..91bcb59bca0e1 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.classic.js +++ b/compiled/facebook-www/ReactDOMServer-dev.classic.js @@ -8771,5 +8771,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-0b724e9e9c-20240621"; + exports.version = "19.0.0-www-classic-c21bcd627b-20240624"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-dev.modern.js b/compiled/facebook-www/ReactDOMServer-dev.modern.js index f6e720c330d46..12d2d61128320 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.modern.js +++ b/compiled/facebook-www/ReactDOMServer-dev.modern.js @@ -8727,5 +8727,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-0b724e9e9c-20240621"; + exports.version = "19.0.0-www-modern-c21bcd627b-20240624"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-prod.classic.js b/compiled/facebook-www/ReactDOMServer-prod.classic.js index a72c0c6453d0b..f733566a514a3 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.classic.js +++ b/compiled/facebook-www/ReactDOMServer-prod.classic.js @@ -5761,4 +5761,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-0b724e9e9c-20240621"; +exports.version = "19.0.0-www-classic-c21bcd627b-20240624"; diff --git a/compiled/facebook-www/ReactDOMServer-prod.modern.js b/compiled/facebook-www/ReactDOMServer-prod.modern.js index 490b87f91c990..1a8ac9f4f2df6 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.modern.js +++ b/compiled/facebook-www/ReactDOMServer-prod.modern.js @@ -5739,4 +5739,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-0b724e9e9c-20240621"; +exports.version = "19.0.0-www-modern-c21bcd627b-20240624"; diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index bbe59bacb2142..e1acd76eebace 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -950,10 +950,8 @@ __DEV__ && } } function getHighestPriorityLanes(lanes) { - if (enableUnifiedSyncLane) { - var pendingSyncLanes = lanes & SyncUpdateLanes; - if (0 !== pendingSyncLanes) return pendingSyncLanes; - } + var pendingSyncLanes = lanes & SyncUpdateLanes; + if (0 !== pendingSyncLanes) return pendingSyncLanes; switch (lanes & -lanes) { case SyncHydrationLane: return SyncHydrationLane; @@ -9379,10 +9377,7 @@ __DEV__ && JSCompiler_object_inline_digest_2467 = workInProgressRoot; if (null !== JSCompiler_object_inline_digest_2467) { JSCompiler_object_inline_stack_2468 = renderLanes & -renderLanes; - if ( - enableUnifiedSyncLane && - 0 !== (JSCompiler_object_inline_stack_2468 & SyncUpdateLanes) - ) + if (0 !== (JSCompiler_object_inline_stack_2468 & SyncUpdateLanes)) JSCompiler_object_inline_stack_2468 = SyncHydrationLane; else switch (JSCompiler_object_inline_stack_2468) { @@ -24082,7 +24077,6 @@ __DEV__ && enableDebugTracing = dynamicFeatureFlags.enableDebugTracing, enableLazyContextPropagation = dynamicFeatureFlags.enableLazyContextPropagation, - enableUnifiedSyncLane = dynamicFeatureFlags.enableUnifiedSyncLane, enableRetryLaneExpiration = dynamicFeatureFlags.enableRetryLaneExpiration, enableTransitionTracing = dynamicFeatureFlags.enableTransitionTracing, enableDeferRootSchedulingToMicrotask = @@ -24177,9 +24171,7 @@ __DEV__ && InputContinuousLane = 8, DefaultHydrationLane = 16, DefaultLane = 32, - SyncUpdateLanes = enableUnifiedSyncLane - ? SyncLane | InputContinuousLane | DefaultLane - : SyncLane, + SyncUpdateLanes = SyncLane | InputContinuousLane | DefaultLane, TransitionHydrationLane = 64, TransitionLanes = 4194176, RetryLanes = 62914560, @@ -27707,11 +27699,11 @@ __DEV__ && : flushSyncErrorInBuildsThatSupportLegacyMode; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-classic-0b724e9e9c-20240621" !== isomorphicReactPackageVersion) + if ("19.0.0-www-classic-c21bcd627b-20240624" !== 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-0b724e9e9c-20240621\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-classic-c21bcd627b-20240624\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -27777,12 +27769,12 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-www-classic-0b724e9e9c-20240621" + reconcilerVersion: "19.0.0-www-classic-c21bcd627b-20240624" }); })({ findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 1, - version: "19.0.0-www-classic-0b724e9e9c-20240621", + version: "19.0.0-www-classic-c21bcd627b-20240624", rendererPackageName: "react-dom" }) && canUseDOM && @@ -28591,5 +28583,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-classic-0b724e9e9c-20240621"; + exports.version = "19.0.0-www-classic-c21bcd627b-20240624"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index bb21110d4d255..1fd9879147548 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -934,10 +934,8 @@ __DEV__ && } } function getHighestPriorityLanes(lanes) { - if (enableUnifiedSyncLane) { - var pendingSyncLanes = lanes & SyncUpdateLanes; - if (0 !== pendingSyncLanes) return pendingSyncLanes; - } + var pendingSyncLanes = lanes & SyncUpdateLanes; + if (0 !== pendingSyncLanes) return pendingSyncLanes; switch (lanes & -lanes) { case SyncHydrationLane: return SyncHydrationLane; @@ -9087,10 +9085,7 @@ __DEV__ && JSCompiler_object_inline_digest_2486 = workInProgressRoot; if (null !== JSCompiler_object_inline_digest_2486) { JSCompiler_object_inline_stack_2487 = renderLanes & -renderLanes; - if ( - enableUnifiedSyncLane && - 0 !== (JSCompiler_object_inline_stack_2487 & SyncUpdateLanes) - ) + if (0 !== (JSCompiler_object_inline_stack_2487 & SyncUpdateLanes)) JSCompiler_object_inline_stack_2487 = SyncHydrationLane; else switch (JSCompiler_object_inline_stack_2487) { @@ -23236,7 +23231,6 @@ __DEV__ && enableDebugTracing = dynamicFeatureFlags.enableDebugTracing, enableLazyContextPropagation = dynamicFeatureFlags.enableLazyContextPropagation, - enableUnifiedSyncLane = dynamicFeatureFlags.enableUnifiedSyncLane, enableRetryLaneExpiration = dynamicFeatureFlags.enableRetryLaneExpiration, enableTransitionTracing = dynamicFeatureFlags.enableTransitionTracing, enableDeferRootSchedulingToMicrotask = @@ -23330,9 +23324,7 @@ __DEV__ && InputContinuousLane = 8, DefaultHydrationLane = 16, DefaultLane = 32, - SyncUpdateLanes = enableUnifiedSyncLane - ? SyncLane | InputContinuousLane | DefaultLane - : SyncLane, + SyncUpdateLanes = SyncLane | InputContinuousLane | DefaultLane, TransitionHydrationLane = 64, TransitionLanes = 4194176, RetryLanes = 62914560, @@ -26854,11 +26846,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-modern-0b724e9e9c-20240621" !== isomorphicReactPackageVersion) + if ("19.0.0-www-modern-c21bcd627b-20240624" !== 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-0b724e9e9c-20240621\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-modern-c21bcd627b-20240624\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -26923,12 +26915,12 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-www-modern-0b724e9e9c-20240621" + reconcilerVersion: "19.0.0-www-modern-c21bcd627b-20240624" }); })({ findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 1, - version: "19.0.0-www-modern-0b724e9e9c-20240621", + version: "19.0.0-www-modern-c21bcd627b-20240624", rendererPackageName: "react-dom" }) && canUseDOM && @@ -27690,5 +27682,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-modern-0b724e9e9c-20240621"; + exports.version = "19.0.0-www-modern-c21bcd627b-20240624"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-prod.classic.js b/compiled/facebook-www/ReactDOMTesting-prod.classic.js index e9f6fb00ee832..15f4d38fcd9bd 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.classic.js @@ -38,7 +38,6 @@ var dynamicFeatureFlags = require("ReactFeatureFlags"), enableDebugTracing = dynamicFeatureFlags.enableDebugTracing, enableLazyContextPropagation = dynamicFeatureFlags.enableLazyContextPropagation, - enableUnifiedSyncLane = dynamicFeatureFlags.enableUnifiedSyncLane, enableRetryLaneExpiration = dynamicFeatureFlags.enableRetryLaneExpiration, enableTransitionTracing = dynamicFeatureFlags.enableTransitionTracing, enableDeferRootSchedulingToMicrotask = @@ -569,14 +568,11 @@ function clz32Fallback(x) { x >>>= 0; return 0 === x ? 32 : (31 - ((log(x) / LN2) | 0)) | 0; } -var SyncUpdateLanes = enableUnifiedSyncLane ? 42 : 2, - nextTransitionLane = 128, +var nextTransitionLane = 128, nextRetryLane = 4194304; function getHighestPriorityLanes(lanes) { - if (enableUnifiedSyncLane) { - var pendingSyncLanes = lanes & SyncUpdateLanes; - if (0 !== pendingSyncLanes) return pendingSyncLanes; - } + var pendingSyncLanes = lanes & 42; + if (0 !== pendingSyncLanes) return pendingSyncLanes; switch (lanes & -lanes) { case 1: return 1; @@ -6259,8 +6255,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) { JSCompiler_temp = workInProgressRoot; if (null !== JSCompiler_temp) { nextProps = renderLanes & -renderLanes; - if (enableUnifiedSyncLane && 0 !== (nextProps & SyncUpdateLanes)) - nextProps = 1; + if (0 !== (nextProps & 42)) nextProps = 1; else switch (nextProps) { case 2: @@ -12082,7 +12077,7 @@ function commitRootImpl( remainingLanes = root.pendingLanes; (enableInfiniteRenderLoopDetection && (didIncludeRenderPhaseUpdate || didIncludeCommitPhaseUpdate)) || - (0 !== (lanes & 4194218) && 0 !== (remainingLanes & SyncUpdateLanes)) + (0 !== (lanes & 4194218) && 0 !== (remainingLanes & 42)) ? root === rootWithNestedUpdates ? nestedUpdateCount++ : ((nestedUpdateCount = 0), (rootWithNestedUpdates = root)) @@ -17483,14 +17478,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1799 = React.version; if ( - "19.0.0-www-classic-0b724e9e9c-20240621" !== + "19.0.0-www-classic-c21bcd627b-20240624" !== isomorphicReactPackageVersion$jscomp$inline_1799 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1799, - "19.0.0-www-classic-0b724e9e9c-20240621" + "19.0.0-www-classic-c21bcd627b-20240624" ) ); function flushSyncFromReconciler(fn) { @@ -17536,7 +17531,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1806 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-classic-0b724e9e9c-20240621", + version: "19.0.0-www-classic-c21bcd627b-20240624", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2255 = { @@ -17566,7 +17561,7 @@ var internals$jscomp$inline_2255 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-classic-0b724e9e9c-20240621" + reconcilerVersion: "19.0.0-www-classic-c21bcd627b-20240624" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2256 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -18181,4 +18176,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-0b724e9e9c-20240621"; +exports.version = "19.0.0-www-classic-c21bcd627b-20240624"; diff --git a/compiled/facebook-www/ReactDOMTesting-prod.modern.js b/compiled/facebook-www/ReactDOMTesting-prod.modern.js index 453b033999491..5771f2046c4f0 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.modern.js @@ -38,7 +38,6 @@ var dynamicFeatureFlags = require("ReactFeatureFlags"), enableDebugTracing = dynamicFeatureFlags.enableDebugTracing, enableLazyContextPropagation = dynamicFeatureFlags.enableLazyContextPropagation, - enableUnifiedSyncLane = dynamicFeatureFlags.enableUnifiedSyncLane, enableRetryLaneExpiration = dynamicFeatureFlags.enableRetryLaneExpiration, enableTransitionTracing = dynamicFeatureFlags.enableTransitionTracing, enableDeferRootSchedulingToMicrotask = @@ -502,14 +501,11 @@ function clz32Fallback(x) { x >>>= 0; return 0 === x ? 32 : (31 - ((log(x) / LN2) | 0)) | 0; } -var SyncUpdateLanes = enableUnifiedSyncLane ? 42 : 2, - nextTransitionLane = 128, +var nextTransitionLane = 128, nextRetryLane = 4194304; function getHighestPriorityLanes(lanes) { - if (enableUnifiedSyncLane) { - var pendingSyncLanes = lanes & SyncUpdateLanes; - if (0 !== pendingSyncLanes) return pendingSyncLanes; - } + var pendingSyncLanes = lanes & 42; + if (0 !== pendingSyncLanes) return pendingSyncLanes; switch (lanes & -lanes) { case 1: return 1; @@ -5953,8 +5949,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) { JSCompiler_temp = workInProgressRoot; if (null !== JSCompiler_temp) { nextProps = renderLanes & -renderLanes; - if (enableUnifiedSyncLane && 0 !== (nextProps & SyncUpdateLanes)) - nextProps = 1; + if (0 !== (nextProps & 42)) nextProps = 1; else switch (nextProps) { case 2: @@ -11599,7 +11594,7 @@ function commitRootImpl( remainingLanes = root.pendingLanes; (enableInfiniteRenderLoopDetection && (didIncludeRenderPhaseUpdate || didIncludeCommitPhaseUpdate)) || - (0 !== (lanes & 4194218) && 0 !== (remainingLanes & SyncUpdateLanes)) + (0 !== (lanes & 4194218) && 0 !== (remainingLanes & 42)) ? root === rootWithNestedUpdates ? nestedUpdateCount++ : ((nestedUpdateCount = 0), (rootWithNestedUpdates = root)) @@ -16857,14 +16852,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1770 = React.version; if ( - "19.0.0-www-modern-0b724e9e9c-20240621" !== + "19.0.0-www-modern-c21bcd627b-20240624" !== isomorphicReactPackageVersion$jscomp$inline_1770 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1770, - "19.0.0-www-modern-0b724e9e9c-20240621" + "19.0.0-www-modern-c21bcd627b-20240624" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -16883,7 +16878,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1772 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-modern-0b724e9e9c-20240621", + version: "19.0.0-www-modern-c21bcd627b-20240624", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2246 = { @@ -16913,7 +16908,7 @@ var internals$jscomp$inline_2246 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-modern-0b724e9e9c-20240621" + reconcilerVersion: "19.0.0-www-modern-c21bcd627b-20240624" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2247 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17435,4 +17430,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-0b724e9e9c-20240621"; +exports.version = "19.0.0-www-modern-c21bcd627b-20240624"; diff --git a/compiled/facebook-www/ReactReconciler-dev.classic.js b/compiled/facebook-www/ReactReconciler-dev.classic.js index 81d8559420a20..89d1e1cf7621d 100644 --- a/compiled/facebook-www/ReactReconciler-dev.classic.js +++ b/compiled/facebook-www/ReactReconciler-dev.classic.js @@ -889,10 +889,8 @@ __DEV__ && } } function getHighestPriorityLanes(lanes) { - if (enableUnifiedSyncLane) { - var pendingSyncLanes = lanes & SyncUpdateLanes; - if (0 !== pendingSyncLanes) return pendingSyncLanes; - } + var pendingSyncLanes = lanes & 42; + if (0 !== pendingSyncLanes) return pendingSyncLanes; switch (lanes & -lanes) { case 1: return 1; @@ -7624,8 +7622,7 @@ __DEV__ && JSCompiler_temp = workInProgressRoot; if (null !== JSCompiler_temp) { nextProps = renderLanes & -renderLanes; - if (enableUnifiedSyncLane && 0 !== (nextProps & SyncUpdateLanes)) - nextProps = 1; + if (0 !== (nextProps & 42)) nextProps = 1; else switch (nextProps) { case 2: @@ -15106,7 +15103,7 @@ __DEV__ && remainingLanes = root.pendingLanes; (enableInfiniteRenderLoopDetection && (didIncludeRenderPhaseUpdate || didIncludeCommitPhaseUpdate)) || - (0 !== (lanes & 4194218) && 0 !== (remainingLanes & SyncUpdateLanes)) + (0 !== (lanes & 4194218) && 0 !== (remainingLanes & 42)) ? ((nestedUpdateScheduled = !0), root === rootWithNestedUpdates ? nestedUpdateCount++ @@ -16449,7 +16446,6 @@ __DEV__ && enableDebugTracing = dynamicFeatureFlags.enableDebugTracing, enableLazyContextPropagation = dynamicFeatureFlags.enableLazyContextPropagation, - enableUnifiedSyncLane = dynamicFeatureFlags.enableUnifiedSyncLane, enableRetryLaneExpiration = dynamicFeatureFlags.enableRetryLaneExpiration, enableTransitionTracing = dynamicFeatureFlags.enableTransitionTracing, enableDeferRootSchedulingToMicrotask = @@ -16652,7 +16648,6 @@ __DEV__ && clz32 = Math.clz32 ? Math.clz32 : clz32Fallback, log$2 = Math.log, LN2 = Math.LN2, - SyncUpdateLanes = enableUnifiedSyncLane ? 42 : 2, nextTransitionLane = 128, nextRetryLane = 4194304, scheduleCallback$3 = Scheduler.unstable_scheduleCallback, @@ -18992,7 +18987,7 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-www-classic-0b724e9e9c-20240621" + reconcilerVersion: "19.0.0-www-classic-c21bcd627b-20240624" }); }; exports.isAlreadyRendering = function () { diff --git a/compiled/facebook-www/ReactReconciler-dev.modern.js b/compiled/facebook-www/ReactReconciler-dev.modern.js index 1a1400c50814c..7ae8b2fb8a779 100644 --- a/compiled/facebook-www/ReactReconciler-dev.modern.js +++ b/compiled/facebook-www/ReactReconciler-dev.modern.js @@ -792,10 +792,8 @@ __DEV__ && } } function getHighestPriorityLanes(lanes) { - if (enableUnifiedSyncLane) { - var pendingSyncLanes = lanes & SyncUpdateLanes; - if (0 !== pendingSyncLanes) return pendingSyncLanes; - } + var pendingSyncLanes = lanes & 42; + if (0 !== pendingSyncLanes) return pendingSyncLanes; switch (lanes & -lanes) { case 1: return 1; @@ -7364,8 +7362,7 @@ __DEV__ && JSCompiler_temp = workInProgressRoot; if (null !== JSCompiler_temp) { nextProps = renderLanes & -renderLanes; - if (enableUnifiedSyncLane && 0 !== (nextProps & SyncUpdateLanes)) - nextProps = 1; + if (0 !== (nextProps & 42)) nextProps = 1; else switch (nextProps) { case 2: @@ -14599,7 +14596,7 @@ __DEV__ && remainingLanes = root.pendingLanes; (enableInfiniteRenderLoopDetection && (didIncludeRenderPhaseUpdate || didIncludeCommitPhaseUpdate)) || - (0 !== (lanes & 4194218) && 0 !== (remainingLanes & SyncUpdateLanes)) + (0 !== (lanes & 4194218) && 0 !== (remainingLanes & 42)) ? ((nestedUpdateScheduled = !0), root === rootWithNestedUpdates ? nestedUpdateCount++ @@ -15847,7 +15844,6 @@ __DEV__ && enableDebugTracing = dynamicFeatureFlags.enableDebugTracing, enableLazyContextPropagation = dynamicFeatureFlags.enableLazyContextPropagation, - enableUnifiedSyncLane = dynamicFeatureFlags.enableUnifiedSyncLane, enableRetryLaneExpiration = dynamicFeatureFlags.enableRetryLaneExpiration, enableTransitionTracing = dynamicFeatureFlags.enableTransitionTracing, enableDeferRootSchedulingToMicrotask = @@ -16045,7 +16041,6 @@ __DEV__ && var clz32 = Math.clz32 ? Math.clz32 : clz32Fallback, log$2 = Math.log, LN2 = Math.LN2, - SyncUpdateLanes = enableUnifiedSyncLane ? 42 : 2, nextTransitionLane = 128, nextRetryLane = 4194304, scheduleCallback$3 = Scheduler.unstable_scheduleCallback, @@ -18371,7 +18366,7 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-www-modern-0b724e9e9c-20240621" + reconcilerVersion: "19.0.0-www-modern-c21bcd627b-20240624" }); }; exports.isAlreadyRendering = function () { diff --git a/compiled/facebook-www/ReactReconciler-prod.classic.js b/compiled/facebook-www/ReactReconciler-prod.classic.js index 6ef5347e43caa..67c70c3468bc0 100644 --- a/compiled/facebook-www/ReactReconciler-prod.classic.js +++ b/compiled/facebook-www/ReactReconciler-prod.classic.js @@ -570,10 +570,8 @@ module.exports = function ($$$config) { return 0 === x ? 32 : (31 - ((log$1(x) / LN2) | 0)) | 0; } function getHighestPriorityLanes(lanes) { - if (enableUnifiedSyncLane) { - var pendingSyncLanes = lanes & SyncUpdateLanes; - if (0 !== pendingSyncLanes) return pendingSyncLanes; - } + var pendingSyncLanes = lanes & 42; + if (0 !== pendingSyncLanes) return pendingSyncLanes; switch (lanes & -lanes) { case 1: return 1; @@ -4893,8 +4891,7 @@ module.exports = function ($$$config) { JSCompiler_temp = workInProgressRoot; if (null !== JSCompiler_temp) { nextProps = renderLanes & -renderLanes; - if (enableUnifiedSyncLane && 0 !== (nextProps & SyncUpdateLanes)) - nextProps = 1; + if (0 !== (nextProps & 42)) nextProps = 1; else switch (nextProps) { case 2: @@ -10785,7 +10782,7 @@ module.exports = function ($$$config) { remainingLanes = root.pendingLanes; (enableInfiniteRenderLoopDetection && (didIncludeRenderPhaseUpdate || didIncludeCommitPhaseUpdate)) || - (0 !== (lanes & 4194218) && 0 !== (remainingLanes & SyncUpdateLanes)) + (0 !== (lanes & 4194218) && 0 !== (remainingLanes & 42)) ? root === rootWithNestedUpdates ? nestedUpdateCount++ : ((nestedUpdateCount = 0), (rootWithNestedUpdates = root)) @@ -11527,7 +11524,6 @@ module.exports = function ($$$config) { enableDebugTracing = dynamicFeatureFlags.enableDebugTracing, enableLazyContextPropagation = dynamicFeatureFlags.enableLazyContextPropagation, - enableUnifiedSyncLane = dynamicFeatureFlags.enableUnifiedSyncLane, enableRetryLaneExpiration = dynamicFeatureFlags.enableRetryLaneExpiration, enableTransitionTracing = dynamicFeatureFlags.enableTransitionTracing, enableDeferRootSchedulingToMicrotask = @@ -11710,7 +11706,6 @@ module.exports = function ($$$config) { clz32 = Math.clz32 ? Math.clz32 : clz32Fallback, log$1 = Math.log, LN2 = Math.LN2, - SyncUpdateLanes = enableUnifiedSyncLane ? 42 : 2, nextTransitionLane = 128, nextRetryLane = 4194304, scheduleCallback$3 = Scheduler.unstable_scheduleCallback, @@ -12696,7 +12691,7 @@ module.exports = function ($$$config) { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-classic-0b724e9e9c-20240621" + reconcilerVersion: "19.0.0-www-classic-c21bcd627b-20240624" }; if ("undefined" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) devToolsConfig = !1; diff --git a/compiled/facebook-www/ReactReconciler-prod.modern.js b/compiled/facebook-www/ReactReconciler-prod.modern.js index 678de3e7cf2f8..67f40820259a4 100644 --- a/compiled/facebook-www/ReactReconciler-prod.modern.js +++ b/compiled/facebook-www/ReactReconciler-prod.modern.js @@ -429,10 +429,8 @@ module.exports = function ($$$config) { return 0 === x ? 32 : (31 - ((log$1(x) / LN2) | 0)) | 0; } function getHighestPriorityLanes(lanes) { - if (enableUnifiedSyncLane) { - var pendingSyncLanes = lanes & SyncUpdateLanes; - if (0 !== pendingSyncLanes) return pendingSyncLanes; - } + var pendingSyncLanes = lanes & 42; + if (0 !== pendingSyncLanes) return pendingSyncLanes; switch (lanes & -lanes) { case 1: return 1; @@ -4605,8 +4603,7 @@ module.exports = function ($$$config) { JSCompiler_temp = workInProgressRoot; if (null !== JSCompiler_temp) { nextProps = renderLanes & -renderLanes; - if (enableUnifiedSyncLane && 0 !== (nextProps & SyncUpdateLanes)) - nextProps = 1; + if (0 !== (nextProps & 42)) nextProps = 1; else switch (nextProps) { case 2: @@ -10335,7 +10332,7 @@ module.exports = function ($$$config) { remainingLanes = root.pendingLanes; (enableInfiniteRenderLoopDetection && (didIncludeRenderPhaseUpdate || didIncludeCommitPhaseUpdate)) || - (0 !== (lanes & 4194218) && 0 !== (remainingLanes & SyncUpdateLanes)) + (0 !== (lanes & 4194218) && 0 !== (remainingLanes & 42)) ? root === rootWithNestedUpdates ? nestedUpdateCount++ : ((nestedUpdateCount = 0), (rootWithNestedUpdates = root)) @@ -11036,7 +11033,6 @@ module.exports = function ($$$config) { enableDebugTracing = dynamicFeatureFlags.enableDebugTracing, enableLazyContextPropagation = dynamicFeatureFlags.enableLazyContextPropagation, - enableUnifiedSyncLane = dynamicFeatureFlags.enableUnifiedSyncLane, enableRetryLaneExpiration = dynamicFeatureFlags.enableRetryLaneExpiration, enableTransitionTracing = dynamicFeatureFlags.enableTransitionTracing, enableDeferRootSchedulingToMicrotask = @@ -11215,7 +11211,6 @@ module.exports = function ($$$config) { clz32 = Math.clz32 ? Math.clz32 : clz32Fallback, log$1 = Math.log, LN2 = Math.LN2, - SyncUpdateLanes = enableUnifiedSyncLane ? 42 : 2, nextTransitionLane = 128, nextRetryLane = 4194304, scheduleCallback$3 = Scheduler.unstable_scheduleCallback, @@ -12188,7 +12183,7 @@ module.exports = function ($$$config) { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-modern-0b724e9e9c-20240621" + reconcilerVersion: "19.0.0-www-modern-c21bcd627b-20240624" }; if ("undefined" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) devToolsConfig = !1; diff --git a/compiled/facebook-www/ReactTestRenderer-dev.classic.js b/compiled/facebook-www/ReactTestRenderer-dev.classic.js index f26b976c10c34..29675b76b4f56 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.classic.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.classic.js @@ -14712,14 +14712,14 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-www-classic-0b724e9e9c-20240621" + reconcilerVersion: "19.0.0-www-classic-c21bcd627b-20240624" }); })({ findFiberByHostInstance: function () { throw Error("TestRenderer does not support findFiberByHostInstance()"); }, bundleType: 1, - version: "19.0.0-www-classic-0b724e9e9c-20240621", + version: "19.0.0-www-classic-c21bcd627b-20240624", rendererPackageName: "react-test-renderer" }); exports._Scheduler = Scheduler; diff --git a/compiled/facebook-www/ReactTestRenderer-dev.modern.js b/compiled/facebook-www/ReactTestRenderer-dev.modern.js index 594409f0b9f7e..db367c1e10355 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.modern.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.modern.js @@ -14712,14 +14712,14 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-www-modern-0b724e9e9c-20240621" + reconcilerVersion: "19.0.0-www-modern-c21bcd627b-20240624" }); })({ findFiberByHostInstance: function () { throw Error("TestRenderer does not support findFiberByHostInstance()"); }, bundleType: 1, - version: "19.0.0-www-modern-0b724e9e9c-20240621", + version: "19.0.0-www-modern-c21bcd627b-20240624", rendererPackageName: "react-test-renderer" }); exports._Scheduler = Scheduler; diff --git a/compiled/facebook-www/VERSION_CLASSIC b/compiled/facebook-www/VERSION_CLASSIC index ac6283e32e8c5..5210073476b9c 100644 --- a/compiled/facebook-www/VERSION_CLASSIC +++ b/compiled/facebook-www/VERSION_CLASSIC @@ -1 +1 @@ -19.0.0-www-classic-0b724e9e9c-20240621 \ No newline at end of file +19.0.0-www-classic-c21bcd627b-20240624 \ No newline at end of file diff --git a/compiled/facebook-www/VERSION_MODERN b/compiled/facebook-www/VERSION_MODERN index 929a1dc6c4103..3484aa443b801 100644 --- a/compiled/facebook-www/VERSION_MODERN +++ b/compiled/facebook-www/VERSION_MODERN @@ -1 +1 @@ -19.0.0-www-modern-0b724e9e9c-20240621 \ No newline at end of file +19.0.0-www-modern-c21bcd627b-20240624 \ No newline at end of file