@@ -1423,15 +1423,17 @@ __DEV__ &&
14231423 }
14241424 function setCurrentTrackFromLanes(lanes) {
14251425 currentTrack =
1426- lanes & 127
1426+ lanes & 63
14271427 ? "Blocking"
1428- : lanes & 4194176
1429- ? "Transition"
1430- : lanes & 62914560
1431- ? "Suspense"
1432- : lanes & 2080374784
1433- ? "Idle"
1434- : "Other";
1428+ : lanes & 64
1429+ ? "Gesture"
1430+ : lanes & 4194176
1431+ ? "Transition"
1432+ : lanes & 62914560
1433+ ? "Suspense"
1434+ : lanes & 2080374784
1435+ ? "Idle"
1436+ : "Other";
14351437 }
14361438 function logComponentTrigger(fiber, startTime, endTime, trigger) {
14371439 supportsUserTiming &&
@@ -16496,11 +16498,6 @@ __DEV__ &&
1649616498 var task = animatingTask;
1649716499 animatingLanes &= ~lanes;
1649816500 animatingTask = null;
16499- 0 !== (lanes & 127) &&
16500- 0 === (workInProgressRootRenderLanes & 127) &&
16501- 0 === (pendingEffectsLanes & 127) &&
16502- (setCurrentTrackFromLanes(2),
16503- logAnimatingPhase(blockingClampTime, now$1(), task));
1650416501 0 !== (lanes & 4194048) &&
1650516502 0 === (workInProgressRootRenderLanes & 4194048) &&
1650616503 0 === (pendingEffectsLanes & 4194048) &&
@@ -20227,10 +20224,10 @@ __DEV__ &&
2022720224 (function () {
2022820225 var internals = {
2022920226 bundleType: 1,
20230- version: "19.2.0-www-classic-e0c421ab -20250924",
20227+ version: "19.2.0-www-classic-05b61f81 -20250924",
2023120228 rendererPackageName: "react-art",
2023220229 currentDispatcherRef: ReactSharedInternals,
20233- reconcilerVersion: "19.2.0-www-classic-e0c421ab -20250924"
20230+ reconcilerVersion: "19.2.0-www-classic-05b61f81 -20250924"
2023420231 };
2023520232 internals.overrideHookState = overrideHookState;
2023620233 internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20264,7 +20261,7 @@ __DEV__ &&
2026420261 exports.Shape = Shape;
2026520262 exports.Surface = Surface;
2026620263 exports.Text = Text;
20267- exports.version = "19.2.0-www-classic-e0c421ab -20250924";
20264+ exports.version = "19.2.0-www-classic-05b61f81 -20250924";
2026820265 "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2026920266 "function" ===
2027020267 typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
0 commit comments