7
7
* @noflow
8
8
* @nolint
9
9
* @preventMunge
10
- * @generated SignedSource<<43877e9be2fe193e68d7b4a26fb14c11 >>
10
+ * @generated SignedSource<<abca8259b8556273be6c4c6b042baee1 >>
11
11
*/
12
12
13
13
/*
@@ -12354,7 +12354,7 @@ function commitRoot(
12354
12354
? ((root.callbackNode = null),
12355
12355
(root.callbackPriority = 0),
12356
12356
scheduleCallback$1(NormalPriority$1, function () {
12357
- flushPassiveEffects();
12357
+ flushPassiveEffects(!0 );
12358
12358
return null;
12359
12359
}))
12360
12360
: ((root.callbackNode = null), (root.callbackPriority = 0));
@@ -12642,11 +12642,11 @@ function releaseRootPooledCache(root, remainingLanes) {
12642
12642
null != remainingLanes &&
12643
12643
((root.pooledCache = null), releaseCache(remainingLanes)));
12644
12644
}
12645
- function flushPendingEffects() {
12645
+ function flushPendingEffects(wasDelayedCommit ) {
12646
12646
flushMutationEffects();
12647
12647
flushLayoutEffects();
12648
12648
flushSpawnedWork();
12649
- return flushPassiveEffects();
12649
+ return flushPassiveEffects(wasDelayedCommit );
12650
12650
}
12651
12651
function flushPassiveEffects() {
12652
12652
if (5 !== pendingEffectsStatus) return !1;
@@ -13016,7 +13016,7 @@ function performWorkOnRootViaSchedulerTask(root, didTimeout) {
13016
13016
if (0 !== pendingEffectsStatus && 5 !== pendingEffectsStatus)
13017
13017
return (root.callbackNode = null), (root.callbackPriority = 0), null;
13018
13018
var originalCallbackNode = root.callbackNode;
13019
- if (flushPendingEffects() && root.callbackNode !== originalCallbackNode)
13019
+ if (flushPendingEffects(!0 ) && root.callbackNode !== originalCallbackNode)
13020
13020
return null;
13021
13021
var workInProgressRootRenderLanes$jscomp$0 = workInProgressRootRenderLanes;
13022
13022
workInProgressRootRenderLanes$jscomp$0 = getNextLanes(
@@ -13187,20 +13187,20 @@ function debounceScrollEnd(targetInst, nativeEvent, nativeEventTarget) {
13187
13187
(nativeEventTarget[internalScrollTimer] = targetInst));
13188
13188
}
13189
13189
for (
13190
- var i$jscomp$inline_1663 = 0;
13191
- i$jscomp$inline_1663 < simpleEventPluginEvents.length;
13192
- i$jscomp$inline_1663 ++
13190
+ var i$jscomp$inline_1664 = 0;
13191
+ i$jscomp$inline_1664 < simpleEventPluginEvents.length;
13192
+ i$jscomp$inline_1664 ++
13193
13193
) {
13194
- var eventName$jscomp$inline_1664 =
13195
- simpleEventPluginEvents[i$jscomp$inline_1663 ],
13196
- domEventName$jscomp$inline_1665 =
13197
- eventName$jscomp$inline_1664 .toLowerCase(),
13198
- capitalizedEvent$jscomp$inline_1666 =
13199
- eventName$jscomp$inline_1664 [0].toUpperCase() +
13200
- eventName$jscomp$inline_1664 .slice(1);
13194
+ var eventName$jscomp$inline_1665 =
13195
+ simpleEventPluginEvents[i$jscomp$inline_1664 ],
13196
+ domEventName$jscomp$inline_1666 =
13197
+ eventName$jscomp$inline_1665 .toLowerCase(),
13198
+ capitalizedEvent$jscomp$inline_1667 =
13199
+ eventName$jscomp$inline_1665 [0].toUpperCase() +
13200
+ eventName$jscomp$inline_1665 .slice(1);
13201
13201
registerSimpleEvent(
13202
- domEventName$jscomp$inline_1665 ,
13203
- "on" + capitalizedEvent$jscomp$inline_1666
13202
+ domEventName$jscomp$inline_1666 ,
13203
+ "on" + capitalizedEvent$jscomp$inline_1667
13204
13204
);
13205
13205
}
13206
13206
registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -17523,16 +17523,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
17523
17523
0 === i && attemptExplicitHydrationTarget(target);
17524
17524
}
17525
17525
};
17526
- var isomorphicReactPackageVersion$jscomp$inline_2072 = React.version;
17526
+ var isomorphicReactPackageVersion$jscomp$inline_2073 = React.version;
17527
17527
if (
17528
- "19.2.0-native-fb-6eda5347-20250918 " !==
17529
- isomorphicReactPackageVersion$jscomp$inline_2072
17528
+ "19.2.0-native-fb-a51f9252-20250916 " !==
17529
+ isomorphicReactPackageVersion$jscomp$inline_2073
17530
17530
)
17531
17531
throw Error(
17532
17532
formatProdErrorMessage(
17533
17533
527,
17534
- isomorphicReactPackageVersion$jscomp$inline_2072 ,
17535
- "19.2.0-native-fb-6eda5347-20250918 "
17534
+ isomorphicReactPackageVersion$jscomp$inline_2073 ,
17535
+ "19.2.0-native-fb-a51f9252-20250916 "
17536
17536
)
17537
17537
);
17538
17538
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17552,24 +17552,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
17552
17552
null === componentOrElement ? null : componentOrElement.stateNode;
17553
17553
return componentOrElement;
17554
17554
};
17555
- var internals$jscomp$inline_2645 = {
17555
+ var internals$jscomp$inline_2646 = {
17556
17556
bundleType: 0,
17557
- version: "19.2.0-native-fb-6eda5347-20250918 ",
17557
+ version: "19.2.0-native-fb-a51f9252-20250916 ",
17558
17558
rendererPackageName: "react-dom",
17559
17559
currentDispatcherRef: ReactSharedInternals,
17560
- reconcilerVersion: "19.2.0-native-fb-6eda5347-20250918 "
17560
+ reconcilerVersion: "19.2.0-native-fb-a51f9252-20250916 "
17561
17561
};
17562
17562
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
17563
- var hook$jscomp$inline_2646 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
17563
+ var hook$jscomp$inline_2647 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
17564
17564
if (
17565
- !hook$jscomp$inline_2646 .isDisabled &&
17566
- hook$jscomp$inline_2646 .supportsFiber
17565
+ !hook$jscomp$inline_2647 .isDisabled &&
17566
+ hook$jscomp$inline_2647 .supportsFiber
17567
17567
)
17568
17568
try {
17569
- (rendererID = hook$jscomp$inline_2646 .inject(
17570
- internals$jscomp$inline_2645
17569
+ (rendererID = hook$jscomp$inline_2647 .inject(
17570
+ internals$jscomp$inline_2646
17571
17571
)),
17572
- (injectedHook = hook$jscomp$inline_2646 );
17572
+ (injectedHook = hook$jscomp$inline_2647 );
17573
17573
} catch (err) {}
17574
17574
}
17575
17575
exports.createRoot = function (container, options) {
@@ -17664,4 +17664,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
17664
17664
listenToAllSupportedEvents(container);
17665
17665
return new ReactDOMHydrationRoot(initialChildren);
17666
17666
};
17667
- exports.version = "19.2.0-native-fb-6eda5347-20250918 ";
17667
+ exports.version = "19.2.0-native-fb-a51f9252-20250916 ";
0 commit comments