mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Backs out the 2 related commits:
-
https://github.com/facebook/react/commit/f8f6e1a21a1cac64cf6faf666367d641b2d8b171
-
https://github.com/facebook/react/commit/6c0f37f94b020279fb5ada70facc008fccb7172e
Since I only realized when syncing that we need the version of `react`
and the legacy renderer to match.
While I investigate if there's anything we can do to work around that
while preserving the legacy renderer, this unblocks the sync.
DiffTrain build for [314968561b](https://github.com/facebook/react/commit/314968561b547957c76c9d7be3620e38f87770d4)
This commit is contained in:
@@ -1 +1 @@
|
||||
19.0.0-native-fb-f8f6e1a2-20241105
|
||||
19.0.0-native-fb-31496856-20241106
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<657fc96e3a08abe39e15867e304b5b9d>>
|
||||
* @generated SignedSource<<3a4aa78aa340528e4b1179f67d0afe39>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -420,5 +420,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-native-fb-f8f6e1a2-20241105";
|
||||
exports.version = "19.0.0-native-fb-31496856-20241106";
|
||||
})();
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<0ccb9af3d7b37bf5a56e17aa5f2cf5a2>>
|
||||
* @generated SignedSource<<41bb5292902905fd6f742da06dbd263a>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-native-fb-f8f6e1a2-20241105";
|
||||
exports.version = "19.0.0-native-fb-31496856-20241106";
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<0ccb9af3d7b37bf5a56e17aa5f2cf5a2>>
|
||||
* @generated SignedSource<<41bb5292902905fd6f742da06dbd263a>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-native-fb-f8f6e1a2-20241105";
|
||||
exports.version = "19.0.0-native-fb-31496856-20241106";
|
||||
|
||||
Vendored
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<19fd7b53d3e5015b552f7c6b72c4013b>>
|
||||
* @generated SignedSource<<5c7c07a82d9e7ddd3dafe23a1c8f6bbf>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -25337,11 +25337,11 @@ __DEV__ &&
|
||||
};
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.0.0-native-fb-f8f6e1a2-20241105" !== isomorphicReactPackageVersion)
|
||||
if ("19.0.0-native-fb-31496856-20241106" !== 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.0.0-native-fb-f8f6e1a2-20241105\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.0.0-native-fb-31496856-20241106\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -25378,11 +25378,11 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.0.0-native-fb-f8f6e1a2-20241105",
|
||||
version: "19.0.0-native-fb-31496856-20241106",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-native-fb-f8f6e1a2-20241105"
|
||||
reconcilerVersion: "19.0.0-native-fb-31496856-20241106"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -25526,5 +25526,5 @@ __DEV__ &&
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.0.0-native-fb-f8f6e1a2-20241105";
|
||||
exports.version = "19.0.0-native-fb-31496856-20241106";
|
||||
})();
|
||||
|
||||
compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/react-dom/cjs/ReactDOMClient-prod.js
Vendored
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<87b460f6d5bb77888358f04b2a5dd217>>
|
||||
* @generated SignedSource<<553087126eb89b6aa26ee83eedb9ef11>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -15626,14 +15626,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1691 = React.version;
|
||||
if (
|
||||
"19.0.0-native-fb-f8f6e1a2-20241105" !==
|
||||
"19.0.0-native-fb-31496856-20241106" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1691
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1691,
|
||||
"19.0.0-native-fb-f8f6e1a2-20241105"
|
||||
"19.0.0-native-fb-31496856-20241106"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -15655,11 +15655,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
};
|
||||
var internals$jscomp$inline_2145 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-native-fb-f8f6e1a2-20241105",
|
||||
version: "19.0.0-native-fb-31496856-20241106",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-native-fb-f8f6e1a2-20241105"
|
||||
reconcilerVersion: "19.0.0-native-fb-31496856-20241106"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2146 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -15763,4 +15763,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.0.0-native-fb-f8f6e1a2-20241105";
|
||||
exports.version = "19.0.0-native-fb-31496856-20241106";
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<4d197ab2f31083f4cd2acbafc9dc6356>>
|
||||
* @generated SignedSource<<3b44363b208888f9d355d23ce7e1ae67>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -16283,14 +16283,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1781 = React.version;
|
||||
if (
|
||||
"19.0.0-native-fb-f8f6e1a2-20241105" !==
|
||||
"19.0.0-native-fb-31496856-20241106" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1781
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1781,
|
||||
"19.0.0-native-fb-f8f6e1a2-20241105"
|
||||
"19.0.0-native-fb-31496856-20241106"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -16312,11 +16312,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
};
|
||||
var internals$jscomp$inline_1788 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-native-fb-f8f6e1a2-20241105",
|
||||
version: "19.0.0-native-fb-31496856-20241106",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-native-fb-f8f6e1a2-20241105",
|
||||
reconcilerVersion: "19.0.0-native-fb-31496856-20241106",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$286 = 0;
|
||||
@@ -16435,4 +16435,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.0.0-native-fb-f8f6e1a2-20241105";
|
||||
exports.version = "19.0.0-native-fb-31496856-20241106";
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<d5865f3b4656c8d6c1593fbc99e4ce5a>>
|
||||
* @generated SignedSource<<2a097b4a31cc4681184745f6e3c96df8>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -25398,11 +25398,11 @@ __DEV__ &&
|
||||
};
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.0.0-native-fb-f8f6e1a2-20241105" !== isomorphicReactPackageVersion)
|
||||
if ("19.0.0-native-fb-31496856-20241106" !== 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.0.0-native-fb-f8f6e1a2-20241105\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.0.0-native-fb-31496856-20241106\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -25439,11 +25439,11 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.0.0-native-fb-f8f6e1a2-20241105",
|
||||
version: "19.0.0-native-fb-31496856-20241106",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-native-fb-f8f6e1a2-20241105"
|
||||
reconcilerVersion: "19.0.0-native-fb-31496856-20241106"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -25903,7 +25903,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-native-fb-f8f6e1a2-20241105";
|
||||
exports.version = "19.0.0-native-fb-31496856-20241106";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<a0ee24b1790ce31b662215d491e25912>>
|
||||
* @generated SignedSource<<a929fc78ac380682a324a137e841bb3a>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -15637,14 +15637,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1692 = React.version;
|
||||
if (
|
||||
"19.0.0-native-fb-f8f6e1a2-20241105" !==
|
||||
"19.0.0-native-fb-31496856-20241106" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1692
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1692,
|
||||
"19.0.0-native-fb-f8f6e1a2-20241105"
|
||||
"19.0.0-native-fb-31496856-20241106"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -15666,11 +15666,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
};
|
||||
var internals$jscomp$inline_2148 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-native-fb-f8f6e1a2-20241105",
|
||||
version: "19.0.0-native-fb-31496856-20241106",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-native-fb-f8f6e1a2-20241105"
|
||||
reconcilerVersion: "19.0.0-native-fb-31496856-20241106"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2149 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -15928,4 +15928,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-native-fb-f8f6e1a2-20241105";
|
||||
exports.version = "19.0.0-native-fb-31496856-20241106";
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<e9d17074dbd6b82c822b822db5b88ce9>>
|
||||
* @generated SignedSource<<0e615a122a76bb734d2d5f25f3753378>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -16298,14 +16298,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1782 = React.version;
|
||||
if (
|
||||
"19.0.0-native-fb-f8f6e1a2-20241105" !==
|
||||
"19.0.0-native-fb-31496856-20241106" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1782
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1782,
|
||||
"19.0.0-native-fb-f8f6e1a2-20241105"
|
||||
"19.0.0-native-fb-31496856-20241106"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -16327,11 +16327,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
};
|
||||
var internals$jscomp$inline_1789 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-native-fb-f8f6e1a2-20241105",
|
||||
version: "19.0.0-native-fb-31496856-20241106",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-native-fb-f8f6e1a2-20241105",
|
||||
reconcilerVersion: "19.0.0-native-fb-31496856-20241106",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$286 = 0;
|
||||
@@ -16604,7 +16604,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.0.0-native-fb-f8f6e1a2-20241105";
|
||||
exports.version = "19.0.0-native-fb-31496856-20241106";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<0a03a2460507cd70ad98bcbad5c5bcb1>>
|
||||
* @generated SignedSource<<0b1063ce239f30cc45bb40bdd8b26fb1>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -15121,11 +15121,11 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.0.0-native-fb-f8f6e1a2-20241105",
|
||||
version: "19.0.0-native-fb-31496856-20241106",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-native-fb-f8f6e1a2-20241105"
|
||||
reconcilerVersion: "19.0.0-native-fb-31496856-20241106"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -15270,5 +15270,5 @@ __DEV__ &&
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.0.0-native-fb-f8f6e1a2-20241105";
|
||||
exports.version = "19.0.0-native-fb-31496856-20241106";
|
||||
})();
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<059e069d89a04a9d8218c243275ba3c2>>
|
||||
* @generated SignedSource<<033c869228f8551de82728091c33b4aa>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -9479,14 +9479,14 @@ function wrapFiber(fiber) {
|
||||
}
|
||||
var internals$jscomp$inline_1344 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-native-fb-f8f6e1a2-20241105",
|
||||
version: "19.0.0-native-fb-31496856-20241106",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: function (mockNode) {
|
||||
mockNode = nodeToInstanceMap.get(mockNode);
|
||||
return void 0 !== mockNode ? mockNode.internalInstanceHandle : null;
|
||||
},
|
||||
reconcilerVersion: "19.0.0-native-fb-f8f6e1a2-20241105"
|
||||
reconcilerVersion: "19.0.0-native-fb-31496856-20241106"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1345 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -9622,4 +9622,4 @@ exports.unstable_batchedUpdates = function (fn, a) {
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.0.0-native-fb-f8f6e1a2-20241105";
|
||||
exports.version = "19.0.0-native-fb-31496856-20241106";
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<27ccf1da1d5a4c41a1dd46357c350ca9>>
|
||||
* @generated SignedSource<<3624da0be9dc38e05b533766e2f84d1f>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -10047,14 +10047,14 @@ function wrapFiber(fiber) {
|
||||
}
|
||||
var internals$jscomp$inline_1158 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-native-fb-f8f6e1a2-20241105",
|
||||
version: "19.0.0-native-fb-31496856-20241106",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: function (mockNode) {
|
||||
mockNode = nodeToInstanceMap.get(mockNode);
|
||||
return void 0 !== mockNode ? mockNode.internalInstanceHandle : null;
|
||||
},
|
||||
reconcilerVersion: "19.0.0-native-fb-f8f6e1a2-20241105",
|
||||
reconcilerVersion: "19.0.0-native-fb-31496856-20241106",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$141 = 0;
|
||||
@@ -10205,4 +10205,4 @@ exports.unstable_batchedUpdates = function (fn, a) {
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.0.0-native-fb-f8f6e1a2-20241105";
|
||||
exports.version = "19.0.0-native-fb-31496856-20241106";
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<e7ccc70f27128add9bfd26fbc0f2cf27>>
|
||||
* @generated SignedSource<<c39e66af0affffd6736d63af784b3c47>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -1694,7 +1694,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.0.0-native-fb-f8f6e1a2-20241105";
|
||||
exports.version = "19.0.0-native-fb-31496856-20241106";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<d373dffb5fe0da75ec2aeda26f8a0b42>>
|
||||
* @generated SignedSource<<c59890d7f226fcd3ef289b077f3fbd0c>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -580,4 +580,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.0.0-native-fb-f8f6e1a2-20241105";
|
||||
exports.version = "19.0.0-native-fb-31496856-20241106";
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<4dfb972a1b4fff1a02ee295a2c0690cd>>
|
||||
* @generated SignedSource<<68e08ea35208bb57ae99fafd59b1c9ae>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -584,7 +584,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.0.0-native-fb-f8f6e1a2-20241105";
|
||||
exports.version = "19.0.0-native-fb-31496856-20241106";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
f8f6e1a21a1cac64cf6faf666367d641b2d8b171
|
||||
314968561b547957c76c9d7be3620e38f87770d4
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<dcf2e45b75b8888769b45385c6a80a00>>
|
||||
* @generated SignedSource<<acbf1132416218a6ed144913162215c1>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -16960,11 +16960,11 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.0.0-native-fb-f8f6e1a2-20241105",
|
||||
version: "19.0.0-native-fb-31496856-20241106",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-native-fb-f8f6e1a2-20241105"
|
||||
reconcilerVersion: "19.0.0-native-fb-31496856-20241106"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<9682176d025ad4ade10312f1cd59d755>>
|
||||
* @generated SignedSource<<a959a8f9590d6b5f6bee8000c72448eb>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -10896,11 +10896,11 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1170 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-native-fb-f8f6e1a2-20241105",
|
||||
version: "19.0.0-native-fb-31496856-20241106",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-native-fb-f8f6e1a2-20241105"
|
||||
reconcilerVersion: "19.0.0-native-fb-31496856-20241106"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1170.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<aad63556ce72d670477aef2a17e64926>>
|
||||
* @generated SignedSource<<6de275d1d7154a43ca2a4f25aac27f4d>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -11557,11 +11557,11 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1258 = {
|
||||
bundleType: 0,
|
||||
version: "19.0.0-native-fb-f8f6e1a2-20241105",
|
||||
version: "19.0.0-native-fb-31496856-20241106",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
reconcilerVersion: "19.0.0-native-fb-f8f6e1a2-20241105"
|
||||
reconcilerVersion: "19.0.0-native-fb-31496856-20241106"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1258.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+17397
File diff suppressed because it is too large
Load Diff
+11215
File diff suppressed because it is too large
Load Diff
+11896
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user