@@ -3251,7 +3251,7 @@ __DEV__ &&
3251
3251
null;
3252
3252
hookTypesUpdateIndexDev = -1;
3253
3253
null !== current &&
3254
- (current.flags & 31457280 ) !== (workInProgress.flags & 31457280 ) &&
3254
+ (current.flags & 29360128 ) !== (workInProgress.flags & 29360128 ) &&
3255
3255
error$jscomp$0(
3256
3256
"Internal React error: Expected static flag was missing. Please notify the React team."
3257
3257
);
@@ -6613,14 +6613,14 @@ __DEV__ &&
6613
6613
if (null === ref)
6614
6614
null !== current &&
6615
6615
null !== current.ref &&
6616
- (workInProgress.flags |= 2097664 );
6616
+ (workInProgress.flags |= 4194816 );
6617
6617
else {
6618
6618
if ("function" !== typeof ref && "object" !== typeof ref)
6619
6619
throw Error(
6620
6620
"Expected ref to be a function, an object returned by React.createRef(), or undefined/null."
6621
6621
);
6622
6622
if (null === current || current.ref !== ref)
6623
- workInProgress.flags |= 2097664 ;
6623
+ workInProgress.flags |= 4194816 ;
6624
6624
}
6625
6625
}
6626
6626
function updateFunctionComponent(
@@ -7655,7 +7655,7 @@ __DEV__ &&
7655
7655
mode: "hidden",
7656
7656
children: nextProps.children
7657
7657
});
7658
- nextProps.subtreeFlags = didSuspend.subtreeFlags & 31457280 ;
7658
+ nextProps.subtreeFlags = didSuspend.subtreeFlags & 29360128 ;
7659
7659
null !== currentFallbackChildFragment
7660
7660
? (nextPrimaryChildren = createWorkInProgress(
7661
7661
currentFallbackChildFragment,
@@ -8907,8 +8907,8 @@ __DEV__ &&
8907
8907
8908
8908
)
8909
8909
(newChildLanes |= _child2.lanes | _child2.childLanes),
8910
- (subtreeFlags |= _child2.subtreeFlags & 31457280 ),
8911
- (subtreeFlags |= _child2.flags & 31457280 ),
8910
+ (subtreeFlags |= _child2.subtreeFlags & 29360128 ),
8911
+ (subtreeFlags |= _child2.flags & 29360128 ),
8912
8912
(_treeBaseDuration += _child2.treeBaseDuration),
8913
8913
(_child2 = _child2.sibling);
8914
8914
completedWork.treeBaseDuration = _treeBaseDuration;
@@ -8920,8 +8920,8 @@ __DEV__ &&
8920
8920
)
8921
8921
(newChildLanes |=
8922
8922
_treeBaseDuration.lanes | _treeBaseDuration.childLanes),
8923
- (subtreeFlags |= _treeBaseDuration.subtreeFlags & 31457280 ),
8924
- (subtreeFlags |= _treeBaseDuration.flags & 31457280 ),
8923
+ (subtreeFlags |= _treeBaseDuration.subtreeFlags & 29360128 ),
8924
+ (subtreeFlags |= _treeBaseDuration.flags & 29360128 ),
8925
8925
(_treeBaseDuration.return = completedWork),
8926
8926
(_treeBaseDuration = _treeBaseDuration.sibling);
8927
8927
else if (0 !== (completedWork.mode & 2)) {
@@ -14151,7 +14151,7 @@ __DEV__ &&
14151
14151
(workInProgress.deletions = null),
14152
14152
(workInProgress.actualDuration = -0),
14153
14153
(workInProgress.actualStartTime = -1.1));
14154
- workInProgress.flags = current.flags & 31457280 ;
14154
+ workInProgress.flags = current.flags & 29360128 ;
14155
14155
workInProgress.childLanes = current.childLanes;
14156
14156
workInProgress.lanes = current.lanes;
14157
14157
workInProgress.child = current.child;
@@ -14189,7 +14189,7 @@ __DEV__ &&
14189
14189
return workInProgress;
14190
14190
}
14191
14191
function resetWorkInProgress(workInProgress, renderLanes) {
14192
- workInProgress.flags &= 31457282 ;
14192
+ workInProgress.flags &= 29360130 ;
14193
14193
var current = workInProgress.alternate;
14194
14194
null === current
14195
14195
? ((workInProgress.childLanes = 0),
@@ -16914,10 +16914,10 @@ __DEV__ &&
16914
16914
(function () {
16915
16915
var internals = {
16916
16916
bundleType: 1,
16917
- version: "19.1.0-www-classic-220dece9 -20250102",
16917
+ version: "19.1.0-www-classic-3b009b4c -20250102",
16918
16918
rendererPackageName: "react-art",
16919
16919
currentDispatcherRef: ReactSharedInternals,
16920
- reconcilerVersion: "19.1.0-www-classic-220dece9 -20250102"
16920
+ reconcilerVersion: "19.1.0-www-classic-3b009b4c -20250102"
16921
16921
};
16922
16922
internals.overrideHookState = overrideHookState;
16923
16923
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16951,7 +16951,7 @@ __DEV__ &&
16951
16951
exports.Shape = Shape;
16952
16952
exports.Surface = Surface;
16953
16953
exports.Text = Text;
16954
- exports.version = "19.1.0-www-classic-220dece9 -20250102";
16954
+ exports.version = "19.1.0-www-classic-3b009b4c -20250102";
16955
16955
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16956
16956
"function" ===
16957
16957
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
0 commit comments