7
7
* @noflow
8
8
* @nolint
9
9
* @preventMunge
10
- * @generated SignedSource<<53e0e8022b3f83c6e0ef6bcd5ac4e7e1 >>
10
+ * @generated SignedSource<<77dbda27b5049a4b3f2def588adb6ecc >>
11
11
*/
12
12
13
13
/*
@@ -6547,12 +6547,12 @@ function markRef(current, workInProgress) {
6547
6547
if (null === ref)
6548
6548
null !== current &&
6549
6549
null !== current.ref &&
6550
- (workInProgress.flags |= 2097664 );
6550
+ (workInProgress.flags |= 4194816 );
6551
6551
else {
6552
6552
if ("function" !== typeof ref && "object" !== typeof ref)
6553
6553
throw Error(formatProdErrorMessage(284));
6554
6554
if (null === current || current.ref !== ref)
6555
- workInProgress.flags |= 2097664 ;
6555
+ workInProgress.flags |= 4194816 ;
6556
6556
}
6557
6557
}
6558
6558
function updateFunctionComponent(
@@ -7190,7 +7190,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
7190
7190
didSuspend
7191
7191
)),
7192
7192
(nextProps.subtreeFlags =
7193
- JSCompiler_temp$jscomp$0.subtreeFlags & 31457280 )),
7193
+ JSCompiler_temp$jscomp$0.subtreeFlags & 29360128 )),
7194
7194
null !== digest
7195
7195
? (showFallback = createWorkInProgress(digest, showFallback))
7196
7196
: ((showFallback = createFiberFromFragment(
@@ -10445,7 +10445,7 @@ function createWorkInProgress(current, pendingProps) {
10445
10445
(workInProgress.deletions = null),
10446
10446
(workInProgress.actualDuration = -0),
10447
10447
(workInProgress.actualStartTime = -1.1));
10448
- workInProgress.flags = current.flags & 31457280 ;
10448
+ workInProgress.flags = current.flags & 29360128 ;
10449
10449
workInProgress.childLanes = current.childLanes;
10450
10450
workInProgress.lanes = current.lanes;
10451
10451
workInProgress.child = current.child;
@@ -10466,7 +10466,7 @@ function createWorkInProgress(current, pendingProps) {
10466
10466
return workInProgress;
10467
10467
}
10468
10468
function resetWorkInProgress(workInProgress, renderLanes) {
10469
- workInProgress.flags &= 31457282 ;
10469
+ workInProgress.flags &= 29360130 ;
10470
10470
var current = workInProgress.alternate;
10471
10471
null === current
10472
10472
? ((workInProgress.childLanes = 0),
@@ -10711,8 +10711,8 @@ function bubbleProperties(completedWork) {
10711
10711
10712
10712
)
10713
10713
(newChildLanes |= child$156.lanes | child$156.childLanes),
10714
- (subtreeFlags |= child$156.subtreeFlags & 31457280 ),
10715
- (subtreeFlags |= child$156.flags & 31457280 ),
10714
+ (subtreeFlags |= child$156.subtreeFlags & 29360128 ),
10715
+ (subtreeFlags |= child$156.flags & 29360128 ),
10716
10716
(treeBaseDuration$155 += child$156.treeBaseDuration),
10717
10717
(child$156 = child$156.sibling);
10718
10718
completedWork.treeBaseDuration = treeBaseDuration$155;
@@ -10724,8 +10724,8 @@ function bubbleProperties(completedWork) {
10724
10724
)
10725
10725
(newChildLanes |=
10726
10726
treeBaseDuration$155.lanes | treeBaseDuration$155.childLanes),
10727
- (subtreeFlags |= treeBaseDuration$155.subtreeFlags & 31457280 ),
10728
- (subtreeFlags |= treeBaseDuration$155.flags & 31457280 ),
10727
+ (subtreeFlags |= treeBaseDuration$155.subtreeFlags & 29360128 ),
10728
+ (subtreeFlags |= treeBaseDuration$155.flags & 29360128 ),
10729
10729
(treeBaseDuration$155.return = completedWork),
10730
10730
(treeBaseDuration$155 = treeBaseDuration$155.sibling);
10731
10731
else if (0 !== (completedWork.mode & 2)) {
@@ -16551,14 +16551,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
16551
16551
};
16552
16552
var isomorphicReactPackageVersion$jscomp$inline_1849 = React.version;
16553
16553
if (
16554
- "19.1.0-native-fb-c81312e3 -20250102" !==
16554
+ "19.1.0-native-fb-3b009b4c -20250102" !==
16555
16555
isomorphicReactPackageVersion$jscomp$inline_1849
16556
16556
)
16557
16557
throw Error(
16558
16558
formatProdErrorMessage(
16559
16559
527,
16560
16560
isomorphicReactPackageVersion$jscomp$inline_1849,
16561
- "19.1.0-native-fb-c81312e3 -20250102"
16561
+ "19.1.0-native-fb-3b009b4c -20250102"
16562
16562
)
16563
16563
);
16564
16564
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16580,10 +16580,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
16580
16580
};
16581
16581
var internals$jscomp$inline_1856 = {
16582
16582
bundleType: 0,
16583
- version: "19.1.0-native-fb-c81312e3 -20250102",
16583
+ version: "19.1.0-native-fb-3b009b4c -20250102",
16584
16584
rendererPackageName: "react-dom",
16585
16585
currentDispatcherRef: ReactSharedInternals,
16586
- reconcilerVersion: "19.1.0-native-fb-c81312e3 -20250102",
16586
+ reconcilerVersion: "19.1.0-native-fb-3b009b4c -20250102",
16587
16587
getLaneLabelMap: function () {
16588
16588
for (
16589
16589
var map = new Map(), lane = 1, index$294 = 0;
@@ -16704,4 +16704,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
16704
16704
listenToAllSupportedEvents(container);
16705
16705
return new ReactDOMHydrationRoot(initialChildren);
16706
16706
};
16707
- exports.version = "19.1.0-native-fb-c81312e3 -20250102";
16707
+ exports.version = "19.1.0-native-fb-3b009b4c -20250102";
0 commit comments