7
7
* @noflow
8
8
* @nolint
9
9
* @preventMunge
10
- * @generated SignedSource<<06640c38668cc76f696e292db046365f >>
10
+ * @generated SignedSource<<eb5524b46e9c3557cecde195fcf94930 >>
11
11
*/
12
12
13
13
/*
@@ -10997,7 +10997,10 @@ function performConcurrentWorkOnRoot(root, didTimeout) {
10997
10997
workInProgressDeferredLane,
10998
10998
workInProgressRootInterleavedUpdatedLanes,
10999
10999
workInProgressSuspendedRetryLanes,
11000
- workInProgressRootDidSkipSuspendedSiblings
11000
+ workInProgressRootDidSkipSuspendedSiblings,
11001
+ 2,
11002
+ -0,
11003
+ 0
11001
11004
),
11002
11005
exitStatus
11003
11006
);
@@ -11013,7 +11016,10 @@ function performConcurrentWorkOnRoot(root, didTimeout) {
11013
11016
workInProgressDeferredLane,
11014
11017
workInProgressRootInterleavedUpdatedLanes,
11015
11018
workInProgressSuspendedRetryLanes,
11016
- workInProgressRootDidSkipSuspendedSiblings
11019
+ workInProgressRootDidSkipSuspendedSiblings,
11020
+ 0,
11021
+ -0,
11022
+ 0
11017
11023
);
11018
11024
}
11019
11025
}
@@ -11068,7 +11074,10 @@ function commitRootWhenReady(
11068
11074
spawnedLane,
11069
11075
updatedLanes,
11070
11076
suspendedRetryLanes,
11071
- didSkipSuspendedSiblings
11077
+ didSkipSuspendedSiblings,
11078
+ suspendedCommitReason,
11079
+ completedRenderStartTime,
11080
+ completedRenderEndTime
11072
11081
) {
11073
11082
var subtreeFlags = finishedWork.subtreeFlags;
11074
11083
if (subtreeFlags & 8192 || 16785408 === (subtreeFlags & 16785408))
@@ -11087,7 +11096,8 @@ function commitRootWhenReady(
11087
11096
didIncludeRenderPhaseUpdate,
11088
11097
spawnedLane,
11089
11098
updatedLanes,
11090
- suspendedRetryLanes
11099
+ suspendedRetryLanes,
11100
+ 1
11091
11101
)
11092
11102
);
11093
11103
markRootSuspended(root, lanes, spawnedLane, didSkipSuspendedSiblings);
@@ -11100,7 +11110,10 @@ function commitRootWhenReady(
11100
11110
didIncludeRenderPhaseUpdate,
11101
11111
spawnedLane,
11102
11112
updatedLanes,
11103
- suspendedRetryLanes
11113
+ suspendedRetryLanes,
11114
+ suspendedCommitReason,
11115
+ completedRenderStartTime,
11116
+ completedRenderEndTime
11104
11117
);
11105
11118
}
11106
11119
function isRenderConsistentWithExternalStores(finishedWork) {
@@ -11212,7 +11225,10 @@ function performSyncWorkOnRoot(root, lanes) {
11212
11225
workInProgressRootDidIncludeRecursiveRenderUpdate,
11213
11226
workInProgressDeferredLane,
11214
11227
workInProgressRootInterleavedUpdatedLanes,
11215
- workInProgressSuspendedRetryLanes
11228
+ workInProgressSuspendedRetryLanes,
11229
+ 0,
11230
+ -0,
11231
+ 0
11216
11232
);
11217
11233
ensureRootIsScheduled(root);
11218
11234
return null;
@@ -11692,7 +11708,10 @@ function commitRoot(
11692
11708
didIncludeRenderPhaseUpdate,
11693
11709
spawnedLane,
11694
11710
updatedLanes,
11695
- suspendedRetryLanes
11711
+ suspendedRetryLanes,
11712
+ suspendedCommitReason,
11713
+ completedRenderStartTime,
11714
+ completedRenderEndTime
11696
11715
) {
11697
11716
var prevTransition = ReactSharedInternals.T,
11698
11717
previousUpdateLanePriority = ReactDOMSharedInternals.p;
@@ -11707,7 +11726,10 @@ function commitRoot(
11707
11726
previousUpdateLanePriority,
11708
11727
spawnedLane,
11709
11728
updatedLanes,
11710
- suspendedRetryLanes
11729
+ suspendedRetryLanes,
11730
+ suspendedCommitReason,
11731
+ completedRenderStartTime,
11732
+ completedRenderEndTime
11711
11733
);
11712
11734
} finally {
11713
11735
(ReactSharedInternals.T = prevTransition),
@@ -11758,7 +11780,7 @@ function commitRootImpl(
11758
11780
(pendingPassiveEffectsRemainingLanes = remainingLanes),
11759
11781
(pendingPassiveTransitions = transitions),
11760
11782
scheduleCallback$1(NormalPriority$1, function () {
11761
- flushPassiveEffects();
11783
+ flushPassiveEffects(!0 );
11762
11784
return null;
11763
11785
}));
11764
11786
transitions = 0 !== (finishedWork.flags & 15990);
@@ -12262,20 +12284,20 @@ function extractEvents$1(
12262
12284
}
12263
12285
}
12264
12286
for (
12265
- var i$jscomp$inline_1450 = 0;
12266
- i$jscomp$inline_1450 < simpleEventPluginEvents.length;
12267
- i$jscomp$inline_1450 ++
12287
+ var i$jscomp$inline_1453 = 0;
12288
+ i$jscomp$inline_1453 < simpleEventPluginEvents.length;
12289
+ i$jscomp$inline_1453 ++
12268
12290
) {
12269
- var eventName$jscomp$inline_1451 =
12270
- simpleEventPluginEvents[i$jscomp$inline_1450 ],
12271
- domEventName$jscomp$inline_1452 =
12272
- eventName$jscomp$inline_1451 .toLowerCase(),
12273
- capitalizedEvent$jscomp$inline_1453 =
12274
- eventName$jscomp$inline_1451 [0].toUpperCase() +
12275
- eventName$jscomp$inline_1451 .slice(1);
12291
+ var eventName$jscomp$inline_1454 =
12292
+ simpleEventPluginEvents[i$jscomp$inline_1453 ],
12293
+ domEventName$jscomp$inline_1455 =
12294
+ eventName$jscomp$inline_1454 .toLowerCase(),
12295
+ capitalizedEvent$jscomp$inline_1456 =
12296
+ eventName$jscomp$inline_1454 [0].toUpperCase() +
12297
+ eventName$jscomp$inline_1454 .slice(1);
12276
12298
registerSimpleEvent(
12277
- domEventName$jscomp$inline_1452 ,
12278
- "on" + capitalizedEvent$jscomp$inline_1453
12299
+ domEventName$jscomp$inline_1455 ,
12300
+ "on" + capitalizedEvent$jscomp$inline_1456
12279
12301
);
12280
12302
}
12281
12303
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -15745,16 +15767,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15745
15767
0 === i && attemptExplicitHydrationTarget(target);
15746
15768
}
15747
15769
};
15748
- var isomorphicReactPackageVersion$jscomp$inline_1693 = React.version;
15770
+ var isomorphicReactPackageVersion$jscomp$inline_1696 = React.version;
15749
15771
if (
15750
- "19.0.0-native-fb-d4688dfa-20240920 " !==
15751
- isomorphicReactPackageVersion$jscomp$inline_1693
15772
+ "19.0.0-native-fb-4e9540e3-20240923 " !==
15773
+ isomorphicReactPackageVersion$jscomp$inline_1696
15752
15774
)
15753
15775
throw Error(
15754
15776
formatProdErrorMessage(
15755
15777
527,
15756
- isomorphicReactPackageVersion$jscomp$inline_1693 ,
15757
- "19.0.0-native-fb-d4688dfa-20240920 "
15778
+ isomorphicReactPackageVersion$jscomp$inline_1696 ,
15779
+ "19.0.0-native-fb-4e9540e3-20240923 "
15758
15780
)
15759
15781
);
15760
15782
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15774,25 +15796,25 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15774
15796
null === componentOrElement ? null : componentOrElement.stateNode;
15775
15797
return componentOrElement;
15776
15798
};
15777
- var internals$jscomp$inline_2131 = {
15799
+ var internals$jscomp$inline_2134 = {
15778
15800
bundleType: 0,
15779
- version: "19.0.0-native-fb-d4688dfa-20240920 ",
15801
+ version: "19.0.0-native-fb-4e9540e3-20240923 ",
15780
15802
rendererPackageName: "react-dom",
15781
15803
currentDispatcherRef: ReactSharedInternals,
15782
15804
findFiberByHostInstance: getClosestInstanceFromNode,
15783
- reconcilerVersion: "19.0.0-native-fb-d4688dfa-20240920 "
15805
+ reconcilerVersion: "19.0.0-native-fb-4e9540e3-20240923 "
15784
15806
};
15785
15807
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15786
- var hook$jscomp$inline_2132 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
15808
+ var hook$jscomp$inline_2135 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
15787
15809
if (
15788
- !hook$jscomp$inline_2132 .isDisabled &&
15789
- hook$jscomp$inline_2132 .supportsFiber
15810
+ !hook$jscomp$inline_2135 .isDisabled &&
15811
+ hook$jscomp$inline_2135 .supportsFiber
15790
15812
)
15791
15813
try {
15792
- (rendererID = hook$jscomp$inline_2132 .inject(
15793
- internals$jscomp$inline_2131
15814
+ (rendererID = hook$jscomp$inline_2135 .inject(
15815
+ internals$jscomp$inline_2134
15794
15816
)),
15795
- (injectedHook = hook$jscomp$inline_2132 );
15817
+ (injectedHook = hook$jscomp$inline_2135 );
15796
15818
} catch (err) {}
15797
15819
}
15798
15820
exports.createRoot = function (container, options) {
@@ -15884,4 +15906,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15884
15906
listenToAllSupportedEvents(container);
15885
15907
return new ReactDOMHydrationRoot(initialChildren);
15886
15908
};
15887
- exports.version = "19.0.0-native-fb-d4688dfa-20240920 ";
15909
+ exports.version = "19.0.0-native-fb-4e9540e3-20240923 ";
0 commit comments