mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Make RefStatic and LayoutStatic the same bit (#31965)
Refs are basically just fancy Layout Effects. These are conceptually the
same thing and are always visited together so they don't need to be
different flags.
Whenever we disappear/reappear Offscreen content we need to do both Refs
and Layout Effects.
This is just indicating which phase needs to be visited and these are
always the same phase.
DiffTrain build for [3b009b4cd5](https://github.com/facebook/react/commit/3b009b4cd58d382cfde2a72232c87df1a34d56d5)
This commit is contained in:
@@ -1 +1 @@
|
||||
19.1.0-native-fb-c81312e3-20250102
|
||||
19.1.0-native-fb-3b009b4c-20250102
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<02a6ea8d2bfe1b4a480a21cbc05c590b>>
|
||||
* @generated SignedSource<<9bd134138f5b06cd767f897c60d22200>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -420,5 +420,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.1.0-native-fb-c81312e3-20250102";
|
||||
exports.version = "19.1.0-native-fb-3b009b4c-20250102";
|
||||
})();
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<355537d2f428007d2a3d9028e140f67d>>
|
||||
* @generated SignedSource<<0948aeab04f6f5ed7045a019b211bcec>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.1.0-native-fb-c81312e3-20250102";
|
||||
exports.version = "19.1.0-native-fb-3b009b4c-20250102";
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<355537d2f428007d2a3d9028e140f67d>>
|
||||
* @generated SignedSource<<0948aeab04f6f5ed7045a019b211bcec>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.1.0-native-fb-c81312e3-20250102";
|
||||
exports.version = "19.1.0-native-fb-3b009b4c-20250102";
|
||||
|
||||
Vendored
+16
-16
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<745520964ed6c79b6f2de315054c84d6>>
|
||||
* @generated SignedSource<<03613344aa6068afaba47c44eeaf2e5f>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -5803,7 +5803,7 @@ __DEV__ &&
|
||||
null;
|
||||
hookTypesUpdateIndexDev = -1;
|
||||
null !== current &&
|
||||
(current.flags & 31457280) !== (workInProgress.flags & 31457280) &&
|
||||
(current.flags & 29360128) !== (workInProgress.flags & 29360128) &&
|
||||
(current.mode & ConcurrentMode) !== NoMode &&
|
||||
error$jscomp$0(
|
||||
"Internal React error: Expected static flag was missing. Please notify the React team."
|
||||
@@ -9174,14 +9174,14 @@ __DEV__ &&
|
||||
if (null === ref)
|
||||
null !== current &&
|
||||
null !== current.ref &&
|
||||
(workInProgress.flags |= 2097664);
|
||||
(workInProgress.flags |= 4194816);
|
||||
else {
|
||||
if ("function" !== typeof ref && "object" !== typeof ref)
|
||||
throw Error(
|
||||
"Expected ref to be a function, an object returned by React.createRef(), or undefined/null."
|
||||
);
|
||||
if (null === current || current.ref !== ref)
|
||||
workInProgress.flags |= 2097664;
|
||||
workInProgress.flags |= 4194816;
|
||||
}
|
||||
}
|
||||
function updateFunctionComponent(
|
||||
@@ -10033,7 +10033,7 @@ __DEV__ &&
|
||||
componentStack
|
||||
)),
|
||||
(JSCompiler_object_inline_stack_2404.subtreeFlags =
|
||||
JSCompiler_temp.subtreeFlags & 31457280)),
|
||||
JSCompiler_temp.subtreeFlags & 29360128)),
|
||||
null !== instance
|
||||
? (JSCompiler_object_inline_componentStack_2405 =
|
||||
createWorkInProgress(
|
||||
@@ -14035,7 +14035,7 @@ __DEV__ &&
|
||||
(workInProgress.deletions = null),
|
||||
(workInProgress.actualDuration = -0),
|
||||
(workInProgress.actualStartTime = -1.1));
|
||||
workInProgress.flags = current.flags & 31457280;
|
||||
workInProgress.flags = current.flags & 29360128;
|
||||
workInProgress.childLanes = current.childLanes;
|
||||
workInProgress.lanes = current.lanes;
|
||||
workInProgress.child = current.child;
|
||||
@@ -14073,7 +14073,7 @@ __DEV__ &&
|
||||
return workInProgress;
|
||||
}
|
||||
function resetWorkInProgress(workInProgress, renderLanes) {
|
||||
workInProgress.flags &= 31457282;
|
||||
workInProgress.flags &= 29360130;
|
||||
var current = workInProgress.alternate;
|
||||
null === current
|
||||
? ((workInProgress.childLanes = 0),
|
||||
@@ -14383,8 +14383,8 @@ __DEV__ &&
|
||||
|
||||
)
|
||||
(newChildLanes |= _child2.lanes | _child2.childLanes),
|
||||
(subtreeFlags |= _child2.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= _child2.flags & 31457280),
|
||||
(subtreeFlags |= _child2.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= _child2.flags & 29360128),
|
||||
(_treeBaseDuration += _child2.treeBaseDuration),
|
||||
(_child2 = _child2.sibling);
|
||||
completedWork.treeBaseDuration = _treeBaseDuration;
|
||||
@@ -14396,8 +14396,8 @@ __DEV__ &&
|
||||
)
|
||||
(newChildLanes |=
|
||||
_treeBaseDuration.lanes | _treeBaseDuration.childLanes),
|
||||
(subtreeFlags |= _treeBaseDuration.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= _treeBaseDuration.flags & 31457280),
|
||||
(subtreeFlags |= _treeBaseDuration.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= _treeBaseDuration.flags & 29360128),
|
||||
(_treeBaseDuration.return = completedWork),
|
||||
(_treeBaseDuration = _treeBaseDuration.sibling);
|
||||
else if ((completedWork.mode & ProfileMode) !== NoMode) {
|
||||
@@ -25886,11 +25886,11 @@ __DEV__ &&
|
||||
};
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.1.0-native-fb-c81312e3-20250102" !== isomorphicReactPackageVersion)
|
||||
if ("19.1.0-native-fb-3b009b4c-20250102" !== isomorphicReactPackageVersion)
|
||||
throw Error(
|
||||
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
||||
(isomorphicReactPackageVersion +
|
||||
"\n - react-dom: 19.1.0-native-fb-c81312e3-20250102\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.1.0-native-fb-3b009b4c-20250102\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -25927,10 +25927,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.1.0-native-fb-c81312e3-20250102",
|
||||
version: "19.1.0-native-fb-3b009b4c-20250102",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102"
|
||||
reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -26076,5 +26076,5 @@ __DEV__ &&
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.1.0-native-fb-c81312e3-20250102";
|
||||
exports.version = "19.1.0-native-fb-3b009b4c-20250102";
|
||||
})();
|
||||
|
||||
compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js
Vendored
+13
-13
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<bb41d3131a5eec7fa65c17e87fad9c6f>>
|
||||
* @generated SignedSource<<4ed2f264bde385ff618b27f469c22dc6>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -6404,12 +6404,12 @@ function markRef(current, workInProgress) {
|
||||
if (null === ref)
|
||||
null !== current &&
|
||||
null !== current.ref &&
|
||||
(workInProgress.flags |= 2097664);
|
||||
(workInProgress.flags |= 4194816);
|
||||
else {
|
||||
if ("function" !== typeof ref && "object" !== typeof ref)
|
||||
throw Error(formatProdErrorMessage(284));
|
||||
if (null === current || current.ref !== ref)
|
||||
workInProgress.flags |= 2097664;
|
||||
workInProgress.flags |= 4194816;
|
||||
}
|
||||
}
|
||||
function updateFunctionComponent(
|
||||
@@ -7029,7 +7029,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
didSuspend
|
||||
)),
|
||||
(nextProps.subtreeFlags =
|
||||
JSCompiler_temp$jscomp$0.subtreeFlags & 31457280)),
|
||||
JSCompiler_temp$jscomp$0.subtreeFlags & 29360128)),
|
||||
null !== digest
|
||||
? (showFallback = createWorkInProgress(digest, showFallback))
|
||||
: ((showFallback = createFiberFromFragment(
|
||||
@@ -10012,7 +10012,7 @@ function createWorkInProgress(current, pendingProps) {
|
||||
(workInProgress.flags = 0),
|
||||
(workInProgress.subtreeFlags = 0),
|
||||
(workInProgress.deletions = null));
|
||||
workInProgress.flags = current.flags & 31457280;
|
||||
workInProgress.flags = current.flags & 29360128;
|
||||
workInProgress.childLanes = current.childLanes;
|
||||
workInProgress.lanes = current.lanes;
|
||||
workInProgress.child = current.child;
|
||||
@@ -10031,7 +10031,7 @@ function createWorkInProgress(current, pendingProps) {
|
||||
return workInProgress;
|
||||
}
|
||||
function resetWorkInProgress(workInProgress, renderLanes) {
|
||||
workInProgress.flags &= 31457282;
|
||||
workInProgress.flags &= 29360130;
|
||||
var current = workInProgress.alternate;
|
||||
null === current
|
||||
? ((workInProgress.childLanes = 0),
|
||||
@@ -10265,8 +10265,8 @@ function bubbleProperties(completedWork) {
|
||||
if (didBailout)
|
||||
for (var child$144 = completedWork.child; null !== child$144; )
|
||||
(newChildLanes |= child$144.lanes | child$144.childLanes),
|
||||
(subtreeFlags |= child$144.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= child$144.flags & 31457280),
|
||||
(subtreeFlags |= child$144.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= child$144.flags & 29360128),
|
||||
(child$144.return = completedWork),
|
||||
(child$144 = child$144.sibling);
|
||||
else
|
||||
@@ -15904,14 +15904,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1754 = React.version;
|
||||
if (
|
||||
"19.1.0-native-fb-c81312e3-20250102" !==
|
||||
"19.1.0-native-fb-3b009b4c-20250102" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1754
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1754,
|
||||
"19.1.0-native-fb-c81312e3-20250102"
|
||||
"19.1.0-native-fb-3b009b4c-20250102"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -15933,10 +15933,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
};
|
||||
var internals$jscomp$inline_2202 = {
|
||||
bundleType: 0,
|
||||
version: "19.1.0-native-fb-c81312e3-20250102",
|
||||
version: "19.1.0-native-fb-3b009b4c-20250102",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102"
|
||||
reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2203 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -16042,4 +16042,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.1.0-native-fb-c81312e3-20250102";
|
||||
exports.version = "19.1.0-native-fb-3b009b4c-20250102";
|
||||
|
||||
+15
-15
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<53e0e8022b3f83c6e0ef6bcd5ac4e7e1>>
|
||||
* @generated SignedSource<<77dbda27b5049a4b3f2def588adb6ecc>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -6547,12 +6547,12 @@ function markRef(current, workInProgress) {
|
||||
if (null === ref)
|
||||
null !== current &&
|
||||
null !== current.ref &&
|
||||
(workInProgress.flags |= 2097664);
|
||||
(workInProgress.flags |= 4194816);
|
||||
else {
|
||||
if ("function" !== typeof ref && "object" !== typeof ref)
|
||||
throw Error(formatProdErrorMessage(284));
|
||||
if (null === current || current.ref !== ref)
|
||||
workInProgress.flags |= 2097664;
|
||||
workInProgress.flags |= 4194816;
|
||||
}
|
||||
}
|
||||
function updateFunctionComponent(
|
||||
@@ -7190,7 +7190,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
didSuspend
|
||||
)),
|
||||
(nextProps.subtreeFlags =
|
||||
JSCompiler_temp$jscomp$0.subtreeFlags & 31457280)),
|
||||
JSCompiler_temp$jscomp$0.subtreeFlags & 29360128)),
|
||||
null !== digest
|
||||
? (showFallback = createWorkInProgress(digest, showFallback))
|
||||
: ((showFallback = createFiberFromFragment(
|
||||
@@ -10445,7 +10445,7 @@ function createWorkInProgress(current, pendingProps) {
|
||||
(workInProgress.deletions = null),
|
||||
(workInProgress.actualDuration = -0),
|
||||
(workInProgress.actualStartTime = -1.1));
|
||||
workInProgress.flags = current.flags & 31457280;
|
||||
workInProgress.flags = current.flags & 29360128;
|
||||
workInProgress.childLanes = current.childLanes;
|
||||
workInProgress.lanes = current.lanes;
|
||||
workInProgress.child = current.child;
|
||||
@@ -10466,7 +10466,7 @@ function createWorkInProgress(current, pendingProps) {
|
||||
return workInProgress;
|
||||
}
|
||||
function resetWorkInProgress(workInProgress, renderLanes) {
|
||||
workInProgress.flags &= 31457282;
|
||||
workInProgress.flags &= 29360130;
|
||||
var current = workInProgress.alternate;
|
||||
null === current
|
||||
? ((workInProgress.childLanes = 0),
|
||||
@@ -10711,8 +10711,8 @@ function bubbleProperties(completedWork) {
|
||||
|
||||
)
|
||||
(newChildLanes |= child$156.lanes | child$156.childLanes),
|
||||
(subtreeFlags |= child$156.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= child$156.flags & 31457280),
|
||||
(subtreeFlags |= child$156.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= child$156.flags & 29360128),
|
||||
(treeBaseDuration$155 += child$156.treeBaseDuration),
|
||||
(child$156 = child$156.sibling);
|
||||
completedWork.treeBaseDuration = treeBaseDuration$155;
|
||||
@@ -10724,8 +10724,8 @@ function bubbleProperties(completedWork) {
|
||||
)
|
||||
(newChildLanes |=
|
||||
treeBaseDuration$155.lanes | treeBaseDuration$155.childLanes),
|
||||
(subtreeFlags |= treeBaseDuration$155.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= treeBaseDuration$155.flags & 31457280),
|
||||
(subtreeFlags |= treeBaseDuration$155.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= treeBaseDuration$155.flags & 29360128),
|
||||
(treeBaseDuration$155.return = completedWork),
|
||||
(treeBaseDuration$155 = treeBaseDuration$155.sibling);
|
||||
else if (0 !== (completedWork.mode & 2)) {
|
||||
@@ -16551,14 +16551,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1849 = React.version;
|
||||
if (
|
||||
"19.1.0-native-fb-c81312e3-20250102" !==
|
||||
"19.1.0-native-fb-3b009b4c-20250102" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1849
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1849,
|
||||
"19.1.0-native-fb-c81312e3-20250102"
|
||||
"19.1.0-native-fb-3b009b4c-20250102"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -16580,10 +16580,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
};
|
||||
var internals$jscomp$inline_1856 = {
|
||||
bundleType: 0,
|
||||
version: "19.1.0-native-fb-c81312e3-20250102",
|
||||
version: "19.1.0-native-fb-3b009b4c-20250102",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102",
|
||||
reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$294 = 0;
|
||||
@@ -16704,4 +16704,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.1.0-native-fb-c81312e3-20250102";
|
||||
exports.version = "19.1.0-native-fb-3b009b4c-20250102";
|
||||
|
||||
+16
-16
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<279e630bc11c7ce256066c11b7dc6bff>>
|
||||
* @generated SignedSource<<9a45ab0ad85ed7ee483a6642c81865e3>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -5811,7 +5811,7 @@ __DEV__ &&
|
||||
null;
|
||||
hookTypesUpdateIndexDev = -1;
|
||||
null !== current &&
|
||||
(current.flags & 31457280) !== (workInProgress.flags & 31457280) &&
|
||||
(current.flags & 29360128) !== (workInProgress.flags & 29360128) &&
|
||||
(current.mode & ConcurrentMode) !== NoMode &&
|
||||
error$jscomp$0(
|
||||
"Internal React error: Expected static flag was missing. Please notify the React team."
|
||||
@@ -9182,14 +9182,14 @@ __DEV__ &&
|
||||
if (null === ref)
|
||||
null !== current &&
|
||||
null !== current.ref &&
|
||||
(workInProgress.flags |= 2097664);
|
||||
(workInProgress.flags |= 4194816);
|
||||
else {
|
||||
if ("function" !== typeof ref && "object" !== typeof ref)
|
||||
throw Error(
|
||||
"Expected ref to be a function, an object returned by React.createRef(), or undefined/null."
|
||||
);
|
||||
if (null === current || current.ref !== ref)
|
||||
workInProgress.flags |= 2097664;
|
||||
workInProgress.flags |= 4194816;
|
||||
}
|
||||
}
|
||||
function updateFunctionComponent(
|
||||
@@ -10041,7 +10041,7 @@ __DEV__ &&
|
||||
componentStack
|
||||
)),
|
||||
(JSCompiler_object_inline_stack_2409.subtreeFlags =
|
||||
JSCompiler_temp.subtreeFlags & 31457280)),
|
||||
JSCompiler_temp.subtreeFlags & 29360128)),
|
||||
null !== instance
|
||||
? (JSCompiler_object_inline_componentStack_2410 =
|
||||
createWorkInProgress(
|
||||
@@ -14043,7 +14043,7 @@ __DEV__ &&
|
||||
(workInProgress.deletions = null),
|
||||
(workInProgress.actualDuration = -0),
|
||||
(workInProgress.actualStartTime = -1.1));
|
||||
workInProgress.flags = current.flags & 31457280;
|
||||
workInProgress.flags = current.flags & 29360128;
|
||||
workInProgress.childLanes = current.childLanes;
|
||||
workInProgress.lanes = current.lanes;
|
||||
workInProgress.child = current.child;
|
||||
@@ -14081,7 +14081,7 @@ __DEV__ &&
|
||||
return workInProgress;
|
||||
}
|
||||
function resetWorkInProgress(workInProgress, renderLanes) {
|
||||
workInProgress.flags &= 31457282;
|
||||
workInProgress.flags &= 29360130;
|
||||
var current = workInProgress.alternate;
|
||||
null === current
|
||||
? ((workInProgress.childLanes = 0),
|
||||
@@ -14391,8 +14391,8 @@ __DEV__ &&
|
||||
|
||||
)
|
||||
(newChildLanes |= _child2.lanes | _child2.childLanes),
|
||||
(subtreeFlags |= _child2.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= _child2.flags & 31457280),
|
||||
(subtreeFlags |= _child2.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= _child2.flags & 29360128),
|
||||
(_treeBaseDuration += _child2.treeBaseDuration),
|
||||
(_child2 = _child2.sibling);
|
||||
completedWork.treeBaseDuration = _treeBaseDuration;
|
||||
@@ -14404,8 +14404,8 @@ __DEV__ &&
|
||||
)
|
||||
(newChildLanes |=
|
||||
_treeBaseDuration.lanes | _treeBaseDuration.childLanes),
|
||||
(subtreeFlags |= _treeBaseDuration.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= _treeBaseDuration.flags & 31457280),
|
||||
(subtreeFlags |= _treeBaseDuration.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= _treeBaseDuration.flags & 29360128),
|
||||
(_treeBaseDuration.return = completedWork),
|
||||
(_treeBaseDuration = _treeBaseDuration.sibling);
|
||||
else if ((completedWork.mode & ProfileMode) !== NoMode) {
|
||||
@@ -25947,11 +25947,11 @@ __DEV__ &&
|
||||
};
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.1.0-native-fb-c81312e3-20250102" !== isomorphicReactPackageVersion)
|
||||
if ("19.1.0-native-fb-3b009b4c-20250102" !== isomorphicReactPackageVersion)
|
||||
throw Error(
|
||||
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
||||
(isomorphicReactPackageVersion +
|
||||
"\n - react-dom: 19.1.0-native-fb-c81312e3-20250102\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.1.0-native-fb-3b009b4c-20250102\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -25988,10 +25988,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.1.0-native-fb-c81312e3-20250102",
|
||||
version: "19.1.0-native-fb-3b009b4c-20250102",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102"
|
||||
reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -26453,7 +26453,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.1.0-native-fb-c81312e3-20250102";
|
||||
exports.version = "19.1.0-native-fb-3b009b4c-20250102";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+13
-13
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<b0620add53c408e5bed9346dea99cf24>>
|
||||
* @generated SignedSource<<df1e0040d61d58dd63ee71804aef4f25>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -6404,12 +6404,12 @@ function markRef(current, workInProgress) {
|
||||
if (null === ref)
|
||||
null !== current &&
|
||||
null !== current.ref &&
|
||||
(workInProgress.flags |= 2097664);
|
||||
(workInProgress.flags |= 4194816);
|
||||
else {
|
||||
if ("function" !== typeof ref && "object" !== typeof ref)
|
||||
throw Error(formatProdErrorMessage(284));
|
||||
if (null === current || current.ref !== ref)
|
||||
workInProgress.flags |= 2097664;
|
||||
workInProgress.flags |= 4194816;
|
||||
}
|
||||
}
|
||||
function updateFunctionComponent(
|
||||
@@ -7029,7 +7029,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
didSuspend
|
||||
)),
|
||||
(nextProps.subtreeFlags =
|
||||
JSCompiler_temp$jscomp$0.subtreeFlags & 31457280)),
|
||||
JSCompiler_temp$jscomp$0.subtreeFlags & 29360128)),
|
||||
null !== digest
|
||||
? (showFallback = createWorkInProgress(digest, showFallback))
|
||||
: ((showFallback = createFiberFromFragment(
|
||||
@@ -10012,7 +10012,7 @@ function createWorkInProgress(current, pendingProps) {
|
||||
(workInProgress.flags = 0),
|
||||
(workInProgress.subtreeFlags = 0),
|
||||
(workInProgress.deletions = null));
|
||||
workInProgress.flags = current.flags & 31457280;
|
||||
workInProgress.flags = current.flags & 29360128;
|
||||
workInProgress.childLanes = current.childLanes;
|
||||
workInProgress.lanes = current.lanes;
|
||||
workInProgress.child = current.child;
|
||||
@@ -10031,7 +10031,7 @@ function createWorkInProgress(current, pendingProps) {
|
||||
return workInProgress;
|
||||
}
|
||||
function resetWorkInProgress(workInProgress, renderLanes) {
|
||||
workInProgress.flags &= 31457282;
|
||||
workInProgress.flags &= 29360130;
|
||||
var current = workInProgress.alternate;
|
||||
null === current
|
||||
? ((workInProgress.childLanes = 0),
|
||||
@@ -10265,8 +10265,8 @@ function bubbleProperties(completedWork) {
|
||||
if (didBailout)
|
||||
for (var child$144 = completedWork.child; null !== child$144; )
|
||||
(newChildLanes |= child$144.lanes | child$144.childLanes),
|
||||
(subtreeFlags |= child$144.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= child$144.flags & 31457280),
|
||||
(subtreeFlags |= child$144.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= child$144.flags & 29360128),
|
||||
(child$144.return = completedWork),
|
||||
(child$144 = child$144.sibling);
|
||||
else
|
||||
@@ -15915,14 +15915,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1755 = React.version;
|
||||
if (
|
||||
"19.1.0-native-fb-c81312e3-20250102" !==
|
||||
"19.1.0-native-fb-3b009b4c-20250102" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1755
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1755,
|
||||
"19.1.0-native-fb-c81312e3-20250102"
|
||||
"19.1.0-native-fb-3b009b4c-20250102"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -15944,10 +15944,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
};
|
||||
var internals$jscomp$inline_2205 = {
|
||||
bundleType: 0,
|
||||
version: "19.1.0-native-fb-c81312e3-20250102",
|
||||
version: "19.1.0-native-fb-3b009b4c-20250102",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102"
|
||||
reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2206 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -16207,4 +16207,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.1.0-native-fb-c81312e3-20250102";
|
||||
exports.version = "19.1.0-native-fb-3b009b4c-20250102";
|
||||
|
||||
+15
-15
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<2cdaa25a4721048cad9b5d442a08f501>>
|
||||
* @generated SignedSource<<64bfd4d02999c0ce18e098647d25d1f0>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -6551,12 +6551,12 @@ function markRef(current, workInProgress) {
|
||||
if (null === ref)
|
||||
null !== current &&
|
||||
null !== current.ref &&
|
||||
(workInProgress.flags |= 2097664);
|
||||
(workInProgress.flags |= 4194816);
|
||||
else {
|
||||
if ("function" !== typeof ref && "object" !== typeof ref)
|
||||
throw Error(formatProdErrorMessage(284));
|
||||
if (null === current || current.ref !== ref)
|
||||
workInProgress.flags |= 2097664;
|
||||
workInProgress.flags |= 4194816;
|
||||
}
|
||||
}
|
||||
function updateFunctionComponent(
|
||||
@@ -7194,7 +7194,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
didSuspend
|
||||
)),
|
||||
(nextProps.subtreeFlags =
|
||||
JSCompiler_temp$jscomp$0.subtreeFlags & 31457280)),
|
||||
JSCompiler_temp$jscomp$0.subtreeFlags & 29360128)),
|
||||
null !== digest
|
||||
? (showFallback = createWorkInProgress(digest, showFallback))
|
||||
: ((showFallback = createFiberFromFragment(
|
||||
@@ -10449,7 +10449,7 @@ function createWorkInProgress(current, pendingProps) {
|
||||
(workInProgress.deletions = null),
|
||||
(workInProgress.actualDuration = -0),
|
||||
(workInProgress.actualStartTime = -1.1));
|
||||
workInProgress.flags = current.flags & 31457280;
|
||||
workInProgress.flags = current.flags & 29360128;
|
||||
workInProgress.childLanes = current.childLanes;
|
||||
workInProgress.lanes = current.lanes;
|
||||
workInProgress.child = current.child;
|
||||
@@ -10470,7 +10470,7 @@ function createWorkInProgress(current, pendingProps) {
|
||||
return workInProgress;
|
||||
}
|
||||
function resetWorkInProgress(workInProgress, renderLanes) {
|
||||
workInProgress.flags &= 31457282;
|
||||
workInProgress.flags &= 29360130;
|
||||
var current = workInProgress.alternate;
|
||||
null === current
|
||||
? ((workInProgress.childLanes = 0),
|
||||
@@ -10715,8 +10715,8 @@ function bubbleProperties(completedWork) {
|
||||
|
||||
)
|
||||
(newChildLanes |= child$156.lanes | child$156.childLanes),
|
||||
(subtreeFlags |= child$156.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= child$156.flags & 31457280),
|
||||
(subtreeFlags |= child$156.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= child$156.flags & 29360128),
|
||||
(treeBaseDuration$155 += child$156.treeBaseDuration),
|
||||
(child$156 = child$156.sibling);
|
||||
completedWork.treeBaseDuration = treeBaseDuration$155;
|
||||
@@ -10728,8 +10728,8 @@ function bubbleProperties(completedWork) {
|
||||
)
|
||||
(newChildLanes |=
|
||||
treeBaseDuration$155.lanes | treeBaseDuration$155.childLanes),
|
||||
(subtreeFlags |= treeBaseDuration$155.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= treeBaseDuration$155.flags & 31457280),
|
||||
(subtreeFlags |= treeBaseDuration$155.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= treeBaseDuration$155.flags & 29360128),
|
||||
(treeBaseDuration$155.return = completedWork),
|
||||
(treeBaseDuration$155 = treeBaseDuration$155.sibling);
|
||||
else if (0 !== (completedWork.mode & 2)) {
|
||||
@@ -16566,14 +16566,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1850 = React.version;
|
||||
if (
|
||||
"19.1.0-native-fb-c81312e3-20250102" !==
|
||||
"19.1.0-native-fb-3b009b4c-20250102" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1850
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1850,
|
||||
"19.1.0-native-fb-c81312e3-20250102"
|
||||
"19.1.0-native-fb-3b009b4c-20250102"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -16595,10 +16595,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
};
|
||||
var internals$jscomp$inline_1857 = {
|
||||
bundleType: 0,
|
||||
version: "19.1.0-native-fb-c81312e3-20250102",
|
||||
version: "19.1.0-native-fb-3b009b4c-20250102",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102",
|
||||
reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$294 = 0;
|
||||
@@ -16873,7 +16873,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.1.0-native-fb-c81312e3-20250102";
|
||||
exports.version = "19.1.0-native-fb-3b009b4c-20250102";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+14
-14
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<b3c4eca20bc75ea4bae011327897c02a>>
|
||||
* @generated SignedSource<<0ed99e8f3f55fecfd0e3a69a4b1e60bd>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -3005,7 +3005,7 @@ __DEV__ &&
|
||||
null;
|
||||
hookTypesUpdateIndexDev = -1;
|
||||
null !== current &&
|
||||
(current.flags & 31457280) !== (workInProgress.flags & 31457280) &&
|
||||
(current.flags & 29360128) !== (workInProgress.flags & 29360128) &&
|
||||
0 !== (current.mode & 1) &&
|
||||
error$jscomp$0(
|
||||
"Internal React error: Expected static flag was missing. Please notify the React team."
|
||||
@@ -6551,14 +6551,14 @@ __DEV__ &&
|
||||
if (null === ref)
|
||||
null !== current &&
|
||||
null !== current.ref &&
|
||||
(workInProgress.flags |= 2097664);
|
||||
(workInProgress.flags |= 4194816);
|
||||
else {
|
||||
if ("function" !== typeof ref && "object" !== typeof ref)
|
||||
throw Error(
|
||||
"Expected ref to be a function, an object returned by React.createRef(), or undefined/null."
|
||||
);
|
||||
if (null === current || current.ref !== ref)
|
||||
workInProgress.flags |= 2097664;
|
||||
workInProgress.flags |= 4194816;
|
||||
}
|
||||
}
|
||||
function updateFunctionComponent(
|
||||
@@ -7272,7 +7272,7 @@ __DEV__ &&
|
||||
(nextProps.treeBaseDuration = didSuspend.treeBaseDuration)),
|
||||
(workInProgress.deletions = null))
|
||||
: ((nextProps = createWorkInProgress(didSuspend, primaryChildProps)),
|
||||
(nextProps.subtreeFlags = didSuspend.subtreeFlags & 31457280));
|
||||
(nextProps.subtreeFlags = didSuspend.subtreeFlags & 29360128));
|
||||
null !== currentFallbackChildFragment
|
||||
? (nextPrimaryChildren = createWorkInProgress(
|
||||
currentFallbackChildFragment,
|
||||
@@ -8297,8 +8297,8 @@ __DEV__ &&
|
||||
|
||||
)
|
||||
(newChildLanes |= _child2.lanes | _child2.childLanes),
|
||||
(subtreeFlags |= _child2.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= _child2.flags & 31457280),
|
||||
(subtreeFlags |= _child2.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= _child2.flags & 29360128),
|
||||
(_treeBaseDuration += _child2.treeBaseDuration),
|
||||
(_child2 = _child2.sibling);
|
||||
completedWork.treeBaseDuration = _treeBaseDuration;
|
||||
@@ -8310,8 +8310,8 @@ __DEV__ &&
|
||||
)
|
||||
(newChildLanes |=
|
||||
_treeBaseDuration.lanes | _treeBaseDuration.childLanes),
|
||||
(subtreeFlags |= _treeBaseDuration.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= _treeBaseDuration.flags & 31457280),
|
||||
(subtreeFlags |= _treeBaseDuration.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= _treeBaseDuration.flags & 29360128),
|
||||
(_treeBaseDuration.return = completedWork),
|
||||
(_treeBaseDuration = _treeBaseDuration.sibling);
|
||||
else if (0 !== (completedWork.mode & 2)) {
|
||||
@@ -12758,7 +12758,7 @@ __DEV__ &&
|
||||
(workInProgress.deletions = null),
|
||||
(workInProgress.actualDuration = -0),
|
||||
(workInProgress.actualStartTime = -1.1));
|
||||
workInProgress.flags = current.flags & 31457280;
|
||||
workInProgress.flags = current.flags & 29360128;
|
||||
workInProgress.childLanes = current.childLanes;
|
||||
workInProgress.lanes = current.lanes;
|
||||
workInProgress.child = current.child;
|
||||
@@ -12796,7 +12796,7 @@ __DEV__ &&
|
||||
return workInProgress;
|
||||
}
|
||||
function resetWorkInProgress(workInProgress, renderLanes) {
|
||||
workInProgress.flags &= 31457282;
|
||||
workInProgress.flags &= 29360130;
|
||||
var current = workInProgress.alternate;
|
||||
null === current
|
||||
? ((workInProgress.childLanes = 0),
|
||||
@@ -15592,10 +15592,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.1.0-native-fb-c81312e3-20250102",
|
||||
version: "19.1.0-native-fb-3b009b4c-20250102",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102"
|
||||
reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -15740,5 +15740,5 @@ __DEV__ &&
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.1.0-native-fb-c81312e3-20250102";
|
||||
exports.version = "19.1.0-native-fb-3b009b4c-20250102";
|
||||
})();
|
||||
|
||||
+11
-11
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<ddbdd7da3313ea85bf86718477a9968e>>
|
||||
* @generated SignedSource<<2ecdb9bd2b310b43c2d02c8ce423a8a9>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -4689,14 +4689,14 @@ function markRef(current, workInProgress) {
|
||||
if (null === ref)
|
||||
null !== current &&
|
||||
null !== current.ref &&
|
||||
(workInProgress.flags |= 2097664);
|
||||
(workInProgress.flags |= 4194816);
|
||||
else {
|
||||
if ("function" !== typeof ref && "object" !== typeof ref)
|
||||
throw Error(
|
||||
"Expected ref to be a function, an object returned by React.createRef(), or undefined/null."
|
||||
);
|
||||
if (null === current || current.ref !== ref)
|
||||
workInProgress.flags |= 2097664;
|
||||
workInProgress.flags |= 4194816;
|
||||
}
|
||||
}
|
||||
function updateFunctionComponent(
|
||||
@@ -5248,7 +5248,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
(nextProps.pendingProps = primaryChildProps),
|
||||
(workInProgress.deletions = null))
|
||||
: ((nextProps = createWorkInProgress(didSuspend, primaryChildProps)),
|
||||
(nextProps.subtreeFlags = didSuspend.subtreeFlags & 31457280));
|
||||
(nextProps.subtreeFlags = didSuspend.subtreeFlags & 29360128));
|
||||
null !== currentFallbackChildFragment
|
||||
? (nextPrimaryChildren = createWorkInProgress(
|
||||
currentFallbackChildFragment,
|
||||
@@ -6022,8 +6022,8 @@ function bubbleProperties(completedWork) {
|
||||
if (didBailout)
|
||||
for (var child$89 = completedWork.child; null !== child$89; )
|
||||
(newChildLanes |= child$89.lanes | child$89.childLanes),
|
||||
(subtreeFlags |= child$89.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= child$89.flags & 31457280),
|
||||
(subtreeFlags |= child$89.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= child$89.flags & 29360128),
|
||||
(child$89.return = completedWork),
|
||||
(child$89 = child$89.sibling);
|
||||
else
|
||||
@@ -9167,7 +9167,7 @@ function createWorkInProgress(current, pendingProps) {
|
||||
(workInProgress.flags = 0),
|
||||
(workInProgress.subtreeFlags = 0),
|
||||
(workInProgress.deletions = null));
|
||||
workInProgress.flags = current.flags & 31457280;
|
||||
workInProgress.flags = current.flags & 29360128;
|
||||
workInProgress.childLanes = current.childLanes;
|
||||
workInProgress.lanes = current.lanes;
|
||||
workInProgress.child = current.child;
|
||||
@@ -9186,7 +9186,7 @@ function createWorkInProgress(current, pendingProps) {
|
||||
return workInProgress;
|
||||
}
|
||||
function resetWorkInProgress(workInProgress, renderLanes) {
|
||||
workInProgress.flags &= 31457282;
|
||||
workInProgress.flags &= 29360130;
|
||||
var current = workInProgress.alternate;
|
||||
null === current
|
||||
? ((workInProgress.childLanes = 0),
|
||||
@@ -9794,10 +9794,10 @@ function wrapFiber(fiber) {
|
||||
}
|
||||
var internals$jscomp$inline_1397 = {
|
||||
bundleType: 0,
|
||||
version: "19.1.0-native-fb-c81312e3-20250102",
|
||||
version: "19.1.0-native-fb-3b009b4c-20250102",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102"
|
||||
reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1398 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -9933,4 +9933,4 @@ exports.unstable_batchedUpdates = function (fn, a) {
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.1.0-native-fb-c81312e3-20250102";
|
||||
exports.version = "19.1.0-native-fb-3b009b4c-20250102";
|
||||
|
||||
+13
-13
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<664e353867125607bc1990ecd951f478>>
|
||||
* @generated SignedSource<<d16e7914095d69b2e14754232e40d4a7>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -4804,14 +4804,14 @@ function markRef(current, workInProgress) {
|
||||
if (null === ref)
|
||||
null !== current &&
|
||||
null !== current.ref &&
|
||||
(workInProgress.flags |= 2097664);
|
||||
(workInProgress.flags |= 4194816);
|
||||
else {
|
||||
if ("function" !== typeof ref && "object" !== typeof ref)
|
||||
throw Error(
|
||||
"Expected ref to be a function, an object returned by React.createRef(), or undefined/null."
|
||||
);
|
||||
if (null === current || current.ref !== ref)
|
||||
workInProgress.flags |= 2097664;
|
||||
workInProgress.flags |= 4194816;
|
||||
}
|
||||
}
|
||||
function updateFunctionComponent(
|
||||
@@ -5379,7 +5379,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
(nextProps.treeBaseDuration = didSuspend.treeBaseDuration)),
|
||||
(workInProgress.deletions = null))
|
||||
: ((nextProps = createWorkInProgress(didSuspend, primaryChildProps)),
|
||||
(nextProps.subtreeFlags = didSuspend.subtreeFlags & 31457280));
|
||||
(nextProps.subtreeFlags = didSuspend.subtreeFlags & 29360128));
|
||||
null !== currentFallbackChildFragment
|
||||
? (nextPrimaryChildren = createWorkInProgress(
|
||||
currentFallbackChildFragment,
|
||||
@@ -6180,8 +6180,8 @@ function bubbleProperties(completedWork) {
|
||||
|
||||
)
|
||||
(newChildLanes |= child$92.lanes | child$92.childLanes),
|
||||
(subtreeFlags |= child$92.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= child$92.flags & 31457280),
|
||||
(subtreeFlags |= child$92.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= child$92.flags & 29360128),
|
||||
(treeBaseDuration$91 += child$92.treeBaseDuration),
|
||||
(child$92 = child$92.sibling);
|
||||
completedWork.treeBaseDuration = treeBaseDuration$91;
|
||||
@@ -6193,8 +6193,8 @@ function bubbleProperties(completedWork) {
|
||||
)
|
||||
(newChildLanes |=
|
||||
treeBaseDuration$91.lanes | treeBaseDuration$91.childLanes),
|
||||
(subtreeFlags |= treeBaseDuration$91.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= treeBaseDuration$91.flags & 31457280),
|
||||
(subtreeFlags |= treeBaseDuration$91.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= treeBaseDuration$91.flags & 29360128),
|
||||
(treeBaseDuration$91.return = completedWork),
|
||||
(treeBaseDuration$91 = treeBaseDuration$91.sibling);
|
||||
else if (0 !== (completedWork.mode & 2)) {
|
||||
@@ -9724,7 +9724,7 @@ function createWorkInProgress(current, pendingProps) {
|
||||
(workInProgress.deletions = null),
|
||||
(workInProgress.actualDuration = -0),
|
||||
(workInProgress.actualStartTime = -1.1));
|
||||
workInProgress.flags = current.flags & 31457280;
|
||||
workInProgress.flags = current.flags & 29360128;
|
||||
workInProgress.childLanes = current.childLanes;
|
||||
workInProgress.lanes = current.lanes;
|
||||
workInProgress.child = current.child;
|
||||
@@ -9745,7 +9745,7 @@ function createWorkInProgress(current, pendingProps) {
|
||||
return workInProgress;
|
||||
}
|
||||
function resetWorkInProgress(workInProgress, renderLanes) {
|
||||
workInProgress.flags &= 31457282;
|
||||
workInProgress.flags &= 29360130;
|
||||
var current = workInProgress.alternate;
|
||||
null === current
|
||||
? ((workInProgress.childLanes = 0),
|
||||
@@ -10363,10 +10363,10 @@ function wrapFiber(fiber) {
|
||||
}
|
||||
var internals$jscomp$inline_1215 = {
|
||||
bundleType: 0,
|
||||
version: "19.1.0-native-fb-c81312e3-20250102",
|
||||
version: "19.1.0-native-fb-3b009b4c-20250102",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102",
|
||||
reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$148 = 0;
|
||||
@@ -10517,4 +10517,4 @@ exports.unstable_batchedUpdates = function (fn, a) {
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.1.0-native-fb-c81312e3-20250102";
|
||||
exports.version = "19.1.0-native-fb-3b009b4c-20250102";
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<7e13c885be99fad49f51750afbccb66e>>
|
||||
* @generated SignedSource<<86fb7638586edbf6020538dac3253034>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -1824,7 +1824,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.1.0-native-fb-c81312e3-20250102";
|
||||
exports.version = "19.1.0-native-fb-3b009b4c-20250102";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<71633e62ba1d6fbf3766dc3d5b9381cc>>
|
||||
* @generated SignedSource<<668e85d968305304e23dd76ea765b9c4>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -592,4 +592,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.1.0-native-fb-c81312e3-20250102";
|
||||
exports.version = "19.1.0-native-fb-3b009b4c-20250102";
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<35c6e7394199e4852886fb48529b9bd2>>
|
||||
* @generated SignedSource<<c604b953f70baa4318d677dd0c62388d>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -596,7 +596,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.1.0-native-fb-c81312e3-20250102";
|
||||
exports.version = "19.1.0-native-fb-3b009b4c-20250102";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
c81312e3a78dcbf71ed98c8893abe6dbfeaef3f2
|
||||
3b009b4cd58d382cfde2a72232c87df1a34d56d5
|
||||
|
||||
+13
-13
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<6fb984615ba7ac0f4ccb9995ab72eaa8>>
|
||||
* @generated SignedSource<<92246bb1bce388163787c8d5db5e11cc>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -3952,7 +3952,7 @@ __DEV__ &&
|
||||
null;
|
||||
hookTypesUpdateIndexDev = -1;
|
||||
null !== current &&
|
||||
(current.flags & 31457280) !== (workInProgress.flags & 31457280) &&
|
||||
(current.flags & 29360128) !== (workInProgress.flags & 29360128) &&
|
||||
0 !== (current.mode & 1) &&
|
||||
error$jscomp$0(
|
||||
"Internal React error: Expected static flag was missing. Please notify the React team."
|
||||
@@ -7516,14 +7516,14 @@ __DEV__ &&
|
||||
if (null === ref)
|
||||
null !== current &&
|
||||
null !== current.ref &&
|
||||
(workInProgress.flags |= 2097664);
|
||||
(workInProgress.flags |= 4194816);
|
||||
else {
|
||||
if ("function" !== typeof ref && "object" !== typeof ref)
|
||||
throw Error(
|
||||
"Expected ref to be a function, an object returned by React.createRef(), or undefined/null."
|
||||
);
|
||||
if (null === current || current.ref !== ref)
|
||||
workInProgress.flags |= 2097664;
|
||||
workInProgress.flags |= 4194816;
|
||||
}
|
||||
}
|
||||
function updateFunctionComponent(
|
||||
@@ -8237,7 +8237,7 @@ __DEV__ &&
|
||||
(nextProps.treeBaseDuration = didSuspend.treeBaseDuration)),
|
||||
(workInProgress.deletions = null))
|
||||
: ((nextProps = createWorkInProgress(didSuspend, primaryChildProps)),
|
||||
(nextProps.subtreeFlags = didSuspend.subtreeFlags & 31457280));
|
||||
(nextProps.subtreeFlags = didSuspend.subtreeFlags & 29360128));
|
||||
null !== currentFallbackChildFragment
|
||||
? (nextPrimaryChildren = createWorkInProgress(
|
||||
currentFallbackChildFragment,
|
||||
@@ -9385,8 +9385,8 @@ __DEV__ &&
|
||||
|
||||
)
|
||||
(newChildLanes |= _child2.lanes | _child2.childLanes),
|
||||
(subtreeFlags |= _child2.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= _child2.flags & 31457280),
|
||||
(subtreeFlags |= _child2.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= _child2.flags & 29360128),
|
||||
(_treeBaseDuration += _child2.treeBaseDuration),
|
||||
(_child2 = _child2.sibling);
|
||||
completedWork.treeBaseDuration = _treeBaseDuration;
|
||||
@@ -9398,8 +9398,8 @@ __DEV__ &&
|
||||
)
|
||||
(newChildLanes |=
|
||||
_treeBaseDuration.lanes | _treeBaseDuration.childLanes),
|
||||
(subtreeFlags |= _treeBaseDuration.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= _treeBaseDuration.flags & 31457280),
|
||||
(subtreeFlags |= _treeBaseDuration.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= _treeBaseDuration.flags & 29360128),
|
||||
(_treeBaseDuration.return = completedWork),
|
||||
(_treeBaseDuration = _treeBaseDuration.sibling);
|
||||
else if (0 !== (completedWork.mode & 2)) {
|
||||
@@ -13823,7 +13823,7 @@ __DEV__ &&
|
||||
(workInProgress.deletions = null),
|
||||
(workInProgress.actualDuration = -0),
|
||||
(workInProgress.actualStartTime = -1.1));
|
||||
workInProgress.flags = current.flags & 31457280;
|
||||
workInProgress.flags = current.flags & 29360128;
|
||||
workInProgress.childLanes = current.childLanes;
|
||||
workInProgress.lanes = current.lanes;
|
||||
workInProgress.child = current.child;
|
||||
@@ -13861,7 +13861,7 @@ __DEV__ &&
|
||||
return workInProgress;
|
||||
}
|
||||
function resetWorkInProgress(workInProgress, renderLanes) {
|
||||
workInProgress.flags &= 31457282;
|
||||
workInProgress.flags &= 29360130;
|
||||
var current = workInProgress.alternate;
|
||||
null === current
|
||||
? ((workInProgress.childLanes = 0),
|
||||
@@ -17464,10 +17464,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.1.0-native-fb-c81312e3-20250102",
|
||||
version: "19.1.0-native-fb-3b009b4c-20250102",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102"
|
||||
reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+10
-10
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<a7a01bbd708179f462935433cb51f9cf>>
|
||||
* @generated SignedSource<<7a623593383a03ef140977d82a0a2f9f>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -5942,14 +5942,14 @@ function markRef(current, workInProgress) {
|
||||
if (null === ref)
|
||||
null !== current &&
|
||||
null !== current.ref &&
|
||||
(workInProgress.flags |= 2097664);
|
||||
(workInProgress.flags |= 4194816);
|
||||
else {
|
||||
if ("function" !== typeof ref && "object" !== typeof ref)
|
||||
throw Error(
|
||||
"Expected ref to be a function, an object returned by React.createRef(), or undefined/null."
|
||||
);
|
||||
if (null === current || current.ref !== ref)
|
||||
workInProgress.flags |= 2097664;
|
||||
workInProgress.flags |= 4194816;
|
||||
}
|
||||
}
|
||||
function updateFunctionComponent(
|
||||
@@ -6501,7 +6501,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
(nextProps.pendingProps = primaryChildProps),
|
||||
(workInProgress.deletions = null))
|
||||
: ((nextProps = createWorkInProgress(didSuspend, primaryChildProps)),
|
||||
(nextProps.subtreeFlags = didSuspend.subtreeFlags & 31457280));
|
||||
(nextProps.subtreeFlags = didSuspend.subtreeFlags & 29360128));
|
||||
null !== currentFallbackChildFragment
|
||||
? (nextPrimaryChildren = createWorkInProgress(
|
||||
currentFallbackChildFragment,
|
||||
@@ -7395,8 +7395,8 @@ function bubbleProperties(completedWork) {
|
||||
if (didBailout)
|
||||
for (var child$95 = completedWork.child; null !== child$95; )
|
||||
(newChildLanes |= child$95.lanes | child$95.childLanes),
|
||||
(subtreeFlags |= child$95.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= child$95.flags & 31457280),
|
||||
(subtreeFlags |= child$95.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= child$95.flags & 29360128),
|
||||
(child$95.return = completedWork),
|
||||
(child$95 = child$95.sibling);
|
||||
else
|
||||
@@ -10518,7 +10518,7 @@ function createWorkInProgress(current, pendingProps) {
|
||||
(workInProgress.flags = 0),
|
||||
(workInProgress.subtreeFlags = 0),
|
||||
(workInProgress.deletions = null));
|
||||
workInProgress.flags = current.flags & 31457280;
|
||||
workInProgress.flags = current.flags & 29360128;
|
||||
workInProgress.childLanes = current.childLanes;
|
||||
workInProgress.lanes = current.lanes;
|
||||
workInProgress.child = current.child;
|
||||
@@ -10537,7 +10537,7 @@ function createWorkInProgress(current, pendingProps) {
|
||||
return workInProgress;
|
||||
}
|
||||
function resetWorkInProgress(workInProgress, renderLanes) {
|
||||
workInProgress.flags &= 31457282;
|
||||
workInProgress.flags &= 29360130;
|
||||
var current = workInProgress.alternate;
|
||||
null === current
|
||||
? ((workInProgress.childLanes = 0),
|
||||
@@ -11142,10 +11142,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1224 = {
|
||||
bundleType: 0,
|
||||
version: "19.1.0-native-fb-c81312e3-20250102",
|
||||
version: "19.1.0-native-fb-3b009b4c-20250102",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102"
|
||||
reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1224.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+12
-12
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<a6de23509a93a2984b50f93888d01598>>
|
||||
* @generated SignedSource<<897e753f6959a309dcaaf0aa8aa2c2cb>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -6092,14 +6092,14 @@ function markRef(current, workInProgress) {
|
||||
if (null === ref)
|
||||
null !== current &&
|
||||
null !== current.ref &&
|
||||
(workInProgress.flags |= 2097664);
|
||||
(workInProgress.flags |= 4194816);
|
||||
else {
|
||||
if ("function" !== typeof ref && "object" !== typeof ref)
|
||||
throw Error(
|
||||
"Expected ref to be a function, an object returned by React.createRef(), or undefined/null."
|
||||
);
|
||||
if (null === current || current.ref !== ref)
|
||||
workInProgress.flags |= 2097664;
|
||||
workInProgress.flags |= 4194816;
|
||||
}
|
||||
}
|
||||
function updateFunctionComponent(
|
||||
@@ -6667,7 +6667,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
(nextProps.treeBaseDuration = didSuspend.treeBaseDuration)),
|
||||
(workInProgress.deletions = null))
|
||||
: ((nextProps = createWorkInProgress(didSuspend, primaryChildProps)),
|
||||
(nextProps.subtreeFlags = didSuspend.subtreeFlags & 31457280));
|
||||
(nextProps.subtreeFlags = didSuspend.subtreeFlags & 29360128));
|
||||
null !== currentFallbackChildFragment
|
||||
? (nextPrimaryChildren = createWorkInProgress(
|
||||
currentFallbackChildFragment,
|
||||
@@ -7588,8 +7588,8 @@ function bubbleProperties(completedWork) {
|
||||
|
||||
)
|
||||
(newChildLanes |= child$100.lanes | child$100.childLanes),
|
||||
(subtreeFlags |= child$100.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= child$100.flags & 31457280),
|
||||
(subtreeFlags |= child$100.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= child$100.flags & 29360128),
|
||||
(treeBaseDuration$99 += child$100.treeBaseDuration),
|
||||
(child$100 = child$100.sibling);
|
||||
completedWork.treeBaseDuration = treeBaseDuration$99;
|
||||
@@ -7601,8 +7601,8 @@ function bubbleProperties(completedWork) {
|
||||
)
|
||||
(newChildLanes |=
|
||||
treeBaseDuration$99.lanes | treeBaseDuration$99.childLanes),
|
||||
(subtreeFlags |= treeBaseDuration$99.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= treeBaseDuration$99.flags & 31457280),
|
||||
(subtreeFlags |= treeBaseDuration$99.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= treeBaseDuration$99.flags & 29360128),
|
||||
(treeBaseDuration$99.return = completedWork),
|
||||
(treeBaseDuration$99 = treeBaseDuration$99.sibling);
|
||||
else if (0 !== (completedWork.mode & 2)) {
|
||||
@@ -11155,7 +11155,7 @@ function createWorkInProgress(current, pendingProps) {
|
||||
(workInProgress.deletions = null),
|
||||
(workInProgress.actualDuration = -0),
|
||||
(workInProgress.actualStartTime = -1.1));
|
||||
workInProgress.flags = current.flags & 31457280;
|
||||
workInProgress.flags = current.flags & 29360128;
|
||||
workInProgress.childLanes = current.childLanes;
|
||||
workInProgress.lanes = current.lanes;
|
||||
workInProgress.child = current.child;
|
||||
@@ -11176,7 +11176,7 @@ function createWorkInProgress(current, pendingProps) {
|
||||
return workInProgress;
|
||||
}
|
||||
function resetWorkInProgress(workInProgress, renderLanes) {
|
||||
workInProgress.flags &= 31457282;
|
||||
workInProgress.flags &= 29360130;
|
||||
var current = workInProgress.alternate;
|
||||
null === current
|
||||
? ((workInProgress.childLanes = 0),
|
||||
@@ -11793,10 +11793,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1317 = {
|
||||
bundleType: 0,
|
||||
version: "19.1.0-native-fb-c81312e3-20250102",
|
||||
version: "19.1.0-native-fb-3b009b4c-20250102",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102"
|
||||
reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1317.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+15
-15
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<c1632c3a60972516bf4e7ce10132f2e0>>
|
||||
* @generated SignedSource<<6738aaeddc21fb5b795b1367b7e1877a>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -4175,7 +4175,7 @@ __DEV__ &&
|
||||
null;
|
||||
hookTypesUpdateIndexDev = -1;
|
||||
null !== current &&
|
||||
(current.flags & 31457280) !== (workInProgress.flags & 31457280) &&
|
||||
(current.flags & 29360128) !== (workInProgress.flags & 29360128) &&
|
||||
0 !== (current.mode & 1) &&
|
||||
error$jscomp$0(
|
||||
"Internal React error: Expected static flag was missing. Please notify the React team."
|
||||
@@ -7739,14 +7739,14 @@ __DEV__ &&
|
||||
if (null === ref)
|
||||
null !== current &&
|
||||
null !== current.ref &&
|
||||
(workInProgress.flags |= 2097664);
|
||||
(workInProgress.flags |= 4194816);
|
||||
else {
|
||||
if ("function" !== typeof ref && "object" !== typeof ref)
|
||||
throw Error(
|
||||
"Expected ref to be a function, an object returned by React.createRef(), or undefined/null."
|
||||
);
|
||||
if (null === current || current.ref !== ref)
|
||||
workInProgress.flags |= 2097664;
|
||||
workInProgress.flags |= 4194816;
|
||||
}
|
||||
}
|
||||
function updateFunctionComponent(
|
||||
@@ -8460,7 +8460,7 @@ __DEV__ &&
|
||||
(nextProps.treeBaseDuration = didSuspend.treeBaseDuration)),
|
||||
(workInProgress.deletions = null))
|
||||
: ((nextProps = createWorkInProgress(didSuspend, primaryChildProps)),
|
||||
(nextProps.subtreeFlags = didSuspend.subtreeFlags & 31457280));
|
||||
(nextProps.subtreeFlags = didSuspend.subtreeFlags & 29360128));
|
||||
null !== currentFallbackChildFragment
|
||||
? (nextPrimaryChildren = createWorkInProgress(
|
||||
currentFallbackChildFragment,
|
||||
@@ -9489,8 +9489,8 @@ __DEV__ &&
|
||||
|
||||
)
|
||||
(newChildLanes |= _child2.lanes | _child2.childLanes),
|
||||
(subtreeFlags |= _child2.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= _child2.flags & 31457280),
|
||||
(subtreeFlags |= _child2.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= _child2.flags & 29360128),
|
||||
(_treeBaseDuration += _child2.treeBaseDuration),
|
||||
(_child2 = _child2.sibling);
|
||||
completedWork.treeBaseDuration = _treeBaseDuration;
|
||||
@@ -9502,8 +9502,8 @@ __DEV__ &&
|
||||
)
|
||||
(newChildLanes |=
|
||||
_treeBaseDuration.lanes | _treeBaseDuration.childLanes),
|
||||
(subtreeFlags |= _treeBaseDuration.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= _treeBaseDuration.flags & 31457280),
|
||||
(subtreeFlags |= _treeBaseDuration.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= _treeBaseDuration.flags & 29360128),
|
||||
(_treeBaseDuration.return = completedWork),
|
||||
(_treeBaseDuration = _treeBaseDuration.sibling);
|
||||
else if (0 !== (completedWork.mode & 2)) {
|
||||
@@ -14173,7 +14173,7 @@ __DEV__ &&
|
||||
(workInProgress.deletions = null),
|
||||
(workInProgress.actualDuration = -0),
|
||||
(workInProgress.actualStartTime = -1.1));
|
||||
workInProgress.flags = current.flags & 31457280;
|
||||
workInProgress.flags = current.flags & 29360128;
|
||||
workInProgress.childLanes = current.childLanes;
|
||||
workInProgress.lanes = current.lanes;
|
||||
workInProgress.child = current.child;
|
||||
@@ -14211,7 +14211,7 @@ __DEV__ &&
|
||||
return workInProgress;
|
||||
}
|
||||
function resetWorkInProgress(workInProgress, renderLanes) {
|
||||
workInProgress.flags &= 31457282;
|
||||
workInProgress.flags &= 29360130;
|
||||
var current = workInProgress.alternate;
|
||||
null === current
|
||||
? ((workInProgress.childLanes = 0),
|
||||
@@ -17678,11 +17678,11 @@ __DEV__ &&
|
||||
shouldSuspendImpl = newShouldSuspendImpl;
|
||||
};
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.1.0-native-fb-c81312e3-20250102" !== isomorphicReactPackageVersion)
|
||||
if ("19.1.0-native-fb-3b009b4c-20250102" !== isomorphicReactPackageVersion)
|
||||
throw Error(
|
||||
'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' +
|
||||
(isomorphicReactPackageVersion +
|
||||
"\n - react-native-renderer: 19.1.0-native-fb-c81312e3-20250102\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.1.0-native-fb-3b009b4c-20250102\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
if (
|
||||
"function" !==
|
||||
@@ -17708,10 +17708,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.1.0-native-fb-c81312e3-20250102",
|
||||
version: "19.1.0-native-fb-3b009b4c-20250102",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102"
|
||||
reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+12
-12
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<6a2d114a2a19f6e1efeaea363353cd3d>>
|
||||
* @generated SignedSource<<23850c57a1718b4e53d81ec04788ce54>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -6232,14 +6232,14 @@ function markRef(current, workInProgress) {
|
||||
if (null === ref)
|
||||
null !== current &&
|
||||
null !== current.ref &&
|
||||
(workInProgress.flags |= 2097664);
|
||||
(workInProgress.flags |= 4194816);
|
||||
else {
|
||||
if ("function" !== typeof ref && "object" !== typeof ref)
|
||||
throw Error(
|
||||
"Expected ref to be a function, an object returned by React.createRef(), or undefined/null."
|
||||
);
|
||||
if (null === current || current.ref !== ref)
|
||||
workInProgress.flags |= 2097664;
|
||||
workInProgress.flags |= 4194816;
|
||||
}
|
||||
}
|
||||
function updateFunctionComponent(
|
||||
@@ -6791,7 +6791,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
(nextProps.pendingProps = primaryChildProps),
|
||||
(workInProgress.deletions = null))
|
||||
: ((nextProps = createWorkInProgress(didSuspend, primaryChildProps)),
|
||||
(nextProps.subtreeFlags = didSuspend.subtreeFlags & 31457280));
|
||||
(nextProps.subtreeFlags = didSuspend.subtreeFlags & 29360128));
|
||||
null !== currentFallbackChildFragment
|
||||
? (nextPrimaryChildren = createWorkInProgress(
|
||||
currentFallbackChildFragment,
|
||||
@@ -7566,8 +7566,8 @@ function bubbleProperties(completedWork) {
|
||||
if (didBailout)
|
||||
for (var child$95 = completedWork.child; null !== child$95; )
|
||||
(newChildLanes |= child$95.lanes | child$95.childLanes),
|
||||
(subtreeFlags |= child$95.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= child$95.flags & 31457280),
|
||||
(subtreeFlags |= child$95.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= child$95.flags & 29360128),
|
||||
(child$95.return = completedWork),
|
||||
(child$95 = child$95.sibling);
|
||||
else
|
||||
@@ -10947,7 +10947,7 @@ function createWorkInProgress(current, pendingProps) {
|
||||
(workInProgress.flags = 0),
|
||||
(workInProgress.subtreeFlags = 0),
|
||||
(workInProgress.deletions = null));
|
||||
workInProgress.flags = current.flags & 31457280;
|
||||
workInProgress.flags = current.flags & 29360128;
|
||||
workInProgress.childLanes = current.childLanes;
|
||||
workInProgress.lanes = current.lanes;
|
||||
workInProgress.child = current.child;
|
||||
@@ -10966,7 +10966,7 @@ function createWorkInProgress(current, pendingProps) {
|
||||
return workInProgress;
|
||||
}
|
||||
function resetWorkInProgress(workInProgress, renderLanes) {
|
||||
workInProgress.flags &= 31457282;
|
||||
workInProgress.flags &= 29360130;
|
||||
var current = workInProgress.alternate;
|
||||
null === current
|
||||
? ((workInProgress.childLanes = 0),
|
||||
@@ -11269,11 +11269,11 @@ function updateContainer(element, container, parentComponent, callback) {
|
||||
return lane;
|
||||
}
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.1.0-native-fb-c81312e3-20250102" !== isomorphicReactPackageVersion)
|
||||
if ("19.1.0-native-fb-3b009b4c-20250102" !== isomorphicReactPackageVersion)
|
||||
throw Error(
|
||||
'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' +
|
||||
(isomorphicReactPackageVersion +
|
||||
"\n - react-native-renderer: 19.1.0-native-fb-c81312e3-20250102\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.1.0-native-fb-3b009b4c-20250102\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
if (
|
||||
"function" !==
|
||||
@@ -11322,10 +11322,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1296 = {
|
||||
bundleType: 0,
|
||||
version: "19.1.0-native-fb-c81312e3-20250102",
|
||||
version: "19.1.0-native-fb-3b009b4c-20250102",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102"
|
||||
reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1296.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+14
-14
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<ab72c83df8c80a0ae871653e295962d3>>
|
||||
* @generated SignedSource<<af5a04d627d71baffa3d943f4eff365b>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -6382,14 +6382,14 @@ function markRef(current, workInProgress) {
|
||||
if (null === ref)
|
||||
null !== current &&
|
||||
null !== current.ref &&
|
||||
(workInProgress.flags |= 2097664);
|
||||
(workInProgress.flags |= 4194816);
|
||||
else {
|
||||
if ("function" !== typeof ref && "object" !== typeof ref)
|
||||
throw Error(
|
||||
"Expected ref to be a function, an object returned by React.createRef(), or undefined/null."
|
||||
);
|
||||
if (null === current || current.ref !== ref)
|
||||
workInProgress.flags |= 2097664;
|
||||
workInProgress.flags |= 4194816;
|
||||
}
|
||||
}
|
||||
function updateFunctionComponent(
|
||||
@@ -6957,7 +6957,7 @@ function updateSuspenseComponent(current, workInProgress, renderLanes) {
|
||||
(nextProps.treeBaseDuration = didSuspend.treeBaseDuration)),
|
||||
(workInProgress.deletions = null))
|
||||
: ((nextProps = createWorkInProgress(didSuspend, primaryChildProps)),
|
||||
(nextProps.subtreeFlags = didSuspend.subtreeFlags & 31457280));
|
||||
(nextProps.subtreeFlags = didSuspend.subtreeFlags & 29360128));
|
||||
null !== currentFallbackChildFragment
|
||||
? (nextPrimaryChildren = createWorkInProgress(
|
||||
currentFallbackChildFragment,
|
||||
@@ -7759,8 +7759,8 @@ function bubbleProperties(completedWork) {
|
||||
|
||||
)
|
||||
(newChildLanes |= child$100.lanes | child$100.childLanes),
|
||||
(subtreeFlags |= child$100.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= child$100.flags & 31457280),
|
||||
(subtreeFlags |= child$100.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= child$100.flags & 29360128),
|
||||
(treeBaseDuration$99 += child$100.treeBaseDuration),
|
||||
(child$100 = child$100.sibling);
|
||||
completedWork.treeBaseDuration = treeBaseDuration$99;
|
||||
@@ -7772,8 +7772,8 @@ function bubbleProperties(completedWork) {
|
||||
)
|
||||
(newChildLanes |=
|
||||
treeBaseDuration$99.lanes | treeBaseDuration$99.childLanes),
|
||||
(subtreeFlags |= treeBaseDuration$99.subtreeFlags & 31457280),
|
||||
(subtreeFlags |= treeBaseDuration$99.flags & 31457280),
|
||||
(subtreeFlags |= treeBaseDuration$99.subtreeFlags & 29360128),
|
||||
(subtreeFlags |= treeBaseDuration$99.flags & 29360128),
|
||||
(treeBaseDuration$99.return = completedWork),
|
||||
(treeBaseDuration$99 = treeBaseDuration$99.sibling);
|
||||
else if (0 !== (completedWork.mode & 2)) {
|
||||
@@ -11583,7 +11583,7 @@ function createWorkInProgress(current, pendingProps) {
|
||||
(workInProgress.deletions = null),
|
||||
(workInProgress.actualDuration = -0),
|
||||
(workInProgress.actualStartTime = -1.1));
|
||||
workInProgress.flags = current.flags & 31457280;
|
||||
workInProgress.flags = current.flags & 29360128;
|
||||
workInProgress.childLanes = current.childLanes;
|
||||
workInProgress.lanes = current.lanes;
|
||||
workInProgress.child = current.child;
|
||||
@@ -11604,7 +11604,7 @@ function createWorkInProgress(current, pendingProps) {
|
||||
return workInProgress;
|
||||
}
|
||||
function resetWorkInProgress(workInProgress, renderLanes) {
|
||||
workInProgress.flags &= 31457282;
|
||||
workInProgress.flags &= 29360130;
|
||||
var current = workInProgress.alternate;
|
||||
null === current
|
||||
? ((workInProgress.childLanes = 0),
|
||||
@@ -11919,11 +11919,11 @@ function updateContainer(element, container, parentComponent, callback) {
|
||||
return lane;
|
||||
}
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.1.0-native-fb-c81312e3-20250102" !== isomorphicReactPackageVersion)
|
||||
if ("19.1.0-native-fb-3b009b4c-20250102" !== isomorphicReactPackageVersion)
|
||||
throw Error(
|
||||
'Incompatible React versions: The "react" and "react-native-renderer" packages must have the exact same version. Instead got:\n - react: ' +
|
||||
(isomorphicReactPackageVersion +
|
||||
"\n - react-native-renderer: 19.1.0-native-fb-c81312e3-20250102\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.1.0-native-fb-3b009b4c-20250102\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
if (
|
||||
"function" !==
|
||||
@@ -11972,10 +11972,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1389 = {
|
||||
bundleType: 0,
|
||||
version: "19.1.0-native-fb-c81312e3-20250102",
|
||||
version: "19.1.0-native-fb-3b009b4c-20250102",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.1.0-native-fb-c81312e3-20250102"
|
||||
reconcilerVersion: "19.1.0-native-fb-3b009b4c-20250102"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1389.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
Reference in New Issue
Block a user