mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[mcp] Fix unresolved imports (#33105)
We need to explicitly import the modules so they'll be inlined correctly
into the bundle.
DiffTrain build for [e39b380a21](https://github.com/facebook/react/commit/e39b380a21aa4ef48d5880aa2c800ec5b1b044bd)
This commit is contained in:
@@ -1 +1 @@
|
||||
19.2.0-native-fb-9de0304a-20250502
|
||||
19.2.0-native-fb-e39b380a-20250502
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "eslint-plugin-react-hooks",
|
||||
"description": "ESLint rules for React Hooks",
|
||||
"version": "0.0.0-experimental-9de0304a-20250502",
|
||||
"version": "0.0.0-experimental-e39b380a-20250502",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react.git",
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<94418d6210d98f9818b820d855be067b>>
|
||||
* @generated SignedSource<<1bb95ae17cc698bc90d897334bcced7f>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -404,5 +404,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-9de0304a-20250502";
|
||||
exports.version = "19.2.0-native-fb-e39b380a-20250502";
|
||||
})();
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<f5f8b76de6ec1def92aaaa4cceb11a4d>>
|
||||
* @generated SignedSource<<4faf6b5840956d095f740fadcf18021a>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-9de0304a-20250502";
|
||||
exports.version = "19.2.0-native-fb-e39b380a-20250502";
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<f5f8b76de6ec1def92aaaa4cceb11a4d>>
|
||||
* @generated SignedSource<<4faf6b5840956d095f740fadcf18021a>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-9de0304a-20250502";
|
||||
exports.version = "19.2.0-native-fb-e39b380a-20250502";
|
||||
|
||||
Vendored
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<731574b70709fc6bdfd9890e3a84358d>>
|
||||
* @generated SignedSource<<9f5a40bc0c9e521e58fe965f972ac77f>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -26650,11 +26650,11 @@ __DEV__ &&
|
||||
};
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-9de0304a-20250502" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-e39b380a-20250502" !== 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.2.0-native-fb-9de0304a-20250502\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-native-fb-e39b380a-20250502\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -26691,10 +26691,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-9de0304a-20250502",
|
||||
version: "19.2.0-native-fb-e39b380a-20250502",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-9de0304a-20250502"
|
||||
reconcilerVersion: "19.2.0-native-fb-e39b380a-20250502"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -26838,5 +26838,5 @@ __DEV__ &&
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-9de0304a-20250502";
|
||||
exports.version = "19.2.0-native-fb-e39b380a-20250502";
|
||||
})();
|
||||
|
||||
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<<271c338ffe2768b505ffedff1fd57c13>>
|
||||
* @generated SignedSource<<3493bab4ae56870fe4712b6bbbf47efb>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -16748,14 +16748,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1904 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-9de0304a-20250502" !==
|
||||
"19.2.0-native-fb-e39b380a-20250502" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1904
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1904,
|
||||
"19.2.0-native-fb-9de0304a-20250502"
|
||||
"19.2.0-native-fb-e39b380a-20250502"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -16777,10 +16777,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
};
|
||||
var internals$jscomp$inline_2388 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-9de0304a-20250502",
|
||||
version: "19.2.0-native-fb-e39b380a-20250502",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-9de0304a-20250502"
|
||||
reconcilerVersion: "19.2.0-native-fb-e39b380a-20250502"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2389 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -16884,4 +16884,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-9de0304a-20250502";
|
||||
exports.version = "19.2.0-native-fb-e39b380a-20250502";
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<3379d7be92d89e37652992f051429130>>
|
||||
* @generated SignedSource<<46058b8c208b35624dba13f0e2693bd5>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -17457,14 +17457,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2007 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-9de0304a-20250502" !==
|
||||
"19.2.0-native-fb-e39b380a-20250502" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2007
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2007,
|
||||
"19.2.0-native-fb-9de0304a-20250502"
|
||||
"19.2.0-native-fb-e39b380a-20250502"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -17486,10 +17486,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
};
|
||||
var internals$jscomp$inline_2014 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-9de0304a-20250502",
|
||||
version: "19.2.0-native-fb-e39b380a-20250502",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-9de0304a-20250502",
|
||||
reconcilerVersion: "19.2.0-native-fb-e39b380a-20250502",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$305 = 0;
|
||||
@@ -17608,4 +17608,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-9de0304a-20250502";
|
||||
exports.version = "19.2.0-native-fb-e39b380a-20250502";
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<7617947fd85698c498bf3434a36d6e40>>
|
||||
* @generated SignedSource<<1d709dddc40c5d42466a53152f1f3ef9>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -26711,11 +26711,11 @@ __DEV__ &&
|
||||
};
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-9de0304a-20250502" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-e39b380a-20250502" !== 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.2.0-native-fb-9de0304a-20250502\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-native-fb-e39b380a-20250502\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -26752,10 +26752,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-9de0304a-20250502",
|
||||
version: "19.2.0-native-fb-e39b380a-20250502",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-9de0304a-20250502"
|
||||
reconcilerVersion: "19.2.0-native-fb-e39b380a-20250502"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -27215,7 +27215,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-9de0304a-20250502";
|
||||
exports.version = "19.2.0-native-fb-e39b380a-20250502";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<caadaebbc0d5e763fa55779316ed2004>>
|
||||
* @generated SignedSource<<7d75e869946fb4ed03c2eea94a9def19>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -16759,14 +16759,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1905 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-9de0304a-20250502" !==
|
||||
"19.2.0-native-fb-e39b380a-20250502" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1905
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1905,
|
||||
"19.2.0-native-fb-9de0304a-20250502"
|
||||
"19.2.0-native-fb-e39b380a-20250502"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -16788,10 +16788,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
};
|
||||
var internals$jscomp$inline_2391 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-9de0304a-20250502",
|
||||
version: "19.2.0-native-fb-e39b380a-20250502",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-9de0304a-20250502"
|
||||
reconcilerVersion: "19.2.0-native-fb-e39b380a-20250502"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2392 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -17049,4 +17049,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-9de0304a-20250502";
|
||||
exports.version = "19.2.0-native-fb-e39b380a-20250502";
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<b07bc6b1efd11c4b37bc075830c15c4e>>
|
||||
* @generated SignedSource<<289478dceb768678429d511e2519a4ed>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -17472,14 +17472,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2008 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-9de0304a-20250502" !==
|
||||
"19.2.0-native-fb-e39b380a-20250502" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2008
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2008,
|
||||
"19.2.0-native-fb-9de0304a-20250502"
|
||||
"19.2.0-native-fb-e39b380a-20250502"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -17501,10 +17501,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
};
|
||||
var internals$jscomp$inline_2015 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-9de0304a-20250502",
|
||||
version: "19.2.0-native-fb-e39b380a-20250502",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-9de0304a-20250502",
|
||||
reconcilerVersion: "19.2.0-native-fb-e39b380a-20250502",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$305 = 0;
|
||||
@@ -17777,7 +17777,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-9de0304a-20250502";
|
||||
exports.version = "19.2.0-native-fb-e39b380a-20250502";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<3180708964486dfe2f683b09dd529c25>>
|
||||
* @generated SignedSource<<559ca2b5e5533508ef5431ef60a4e7f4>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -15630,10 +15630,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-9de0304a-20250502",
|
||||
version: "19.2.0-native-fb-e39b380a-20250502",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-9de0304a-20250502"
|
||||
reconcilerVersion: "19.2.0-native-fb-e39b380a-20250502"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -15778,5 +15778,5 @@ __DEV__ &&
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-9de0304a-20250502";
|
||||
exports.version = "19.2.0-native-fb-e39b380a-20250502";
|
||||
})();
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<c2e253441fc0f7e3750a77a99d846912>>
|
||||
* @generated SignedSource<<cca4ab4187fc67542a2e5d1e47d65ff1>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -9885,10 +9885,10 @@ function wrapFiber(fiber) {
|
||||
}
|
||||
var internals$jscomp$inline_1439 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-9de0304a-20250502",
|
||||
version: "19.2.0-native-fb-e39b380a-20250502",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-9de0304a-20250502"
|
||||
reconcilerVersion: "19.2.0-native-fb-e39b380a-20250502"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1440 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -10024,4 +10024,4 @@ exports.unstable_batchedUpdates = function (fn, a) {
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-9de0304a-20250502";
|
||||
exports.version = "19.2.0-native-fb-e39b380a-20250502";
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<04a618789b7da79ae41ed09e0cb4cfb6>>
|
||||
* @generated SignedSource<<89bfad98456bdc7d460c3965e60fa460>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -10502,10 +10502,10 @@ function wrapFiber(fiber) {
|
||||
}
|
||||
var internals$jscomp$inline_1247 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-9de0304a-20250502",
|
||||
version: "19.2.0-native-fb-e39b380a-20250502",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-9de0304a-20250502",
|
||||
reconcilerVersion: "19.2.0-native-fb-e39b380a-20250502",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$155 = 0;
|
||||
@@ -10656,4 +10656,4 @@ exports.unstable_batchedUpdates = function (fn, a) {
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-9de0304a-20250502";
|
||||
exports.version = "19.2.0-native-fb-e39b380a-20250502";
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<e91864010579b5d6f7685627003a7ec0>>
|
||||
* @generated SignedSource<<aa741eda5a4e08177788cb1e4231758b>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -1412,7 +1412,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-9de0304a-20250502";
|
||||
exports.version = "19.2.0-native-fb-e39b380a-20250502";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<b5449f8294560a4c01a28b4e0e69a719>>
|
||||
* @generated SignedSource<<dabf2b8a8e1d74dbfe3840c5ad90bc3f>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -587,4 +587,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-9de0304a-20250502";
|
||||
exports.version = "19.2.0-native-fb-e39b380a-20250502";
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<26b89a0b74047672074df141d79c79ec>>
|
||||
* @generated SignedSource<<a83f8910b095c311f8b6fd56d325cee3>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -591,7 +591,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-9de0304a-20250502";
|
||||
exports.version = "19.2.0-native-fb-e39b380a-20250502";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
9de0304ad72bc3f8a77d2d84efa530b8051d1c15
|
||||
e39b380a21aa4ef48d5880aa2c800ec5b1b044bd
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<96afa3cc7d41677e277a5828272f203a>>
|
||||
* @generated SignedSource<<1b4c9af299b9680b33b49077ece0bab8>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -17469,10 +17469,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-9de0304a-20250502",
|
||||
version: "19.2.0-native-fb-e39b380a-20250502",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-9de0304a-20250502"
|
||||
reconcilerVersion: "19.2.0-native-fb-e39b380a-20250502"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<0f7f496b9c54aca42108799399bb466e>>
|
||||
* @generated SignedSource<<3aac2712ed0e0867a124bad4f774b1ec>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -11210,10 +11210,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1251 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-9de0304a-20250502",
|
||||
version: "19.2.0-native-fb-e39b380a-20250502",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-9de0304a-20250502"
|
||||
reconcilerVersion: "19.2.0-native-fb-e39b380a-20250502"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1251.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<4982b4d22c36fcef01af3f4e4070a9dd>>
|
||||
* @generated SignedSource<<ed6b58a69764d77505cef87abb3b86d9>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -11911,10 +11911,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1352 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-9de0304a-20250502",
|
||||
version: "19.2.0-native-fb-e39b380a-20250502",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-9de0304a-20250502"
|
||||
reconcilerVersion: "19.2.0-native-fb-e39b380a-20250502"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1352.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+5
-5
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<a2e8d6941332f7af3cd71d9068383a06>>
|
||||
* @generated SignedSource<<1b57eb3e600e722d151a120738351a49>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -17622,11 +17622,11 @@ __DEV__ &&
|
||||
shouldSuspendImpl = newShouldSuspendImpl;
|
||||
};
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-9de0304a-20250502" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-e39b380a-20250502" !== 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.2.0-native-fb-9de0304a-20250502\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.2.0-native-fb-e39b380a-20250502\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
if (
|
||||
"function" !==
|
||||
@@ -17652,10 +17652,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-9de0304a-20250502",
|
||||
version: "19.2.0-native-fb-e39b380a-20250502",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-9de0304a-20250502"
|
||||
reconcilerVersion: "19.2.0-native-fb-e39b380a-20250502"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+5
-5
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<9fa913670d20217656ae3c695faf63ae>>
|
||||
* @generated SignedSource<<a44c31922de98d44ddb3ec6176673a80>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -11243,11 +11243,11 @@ function updateContainer(element, container, parentComponent, callback) {
|
||||
return lane;
|
||||
}
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-9de0304a-20250502" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-e39b380a-20250502" !== 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.2.0-native-fb-9de0304a-20250502\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.2.0-native-fb-e39b380a-20250502\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
if (
|
||||
"function" !==
|
||||
@@ -11296,10 +11296,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1299 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-9de0304a-20250502",
|
||||
version: "19.2.0-native-fb-e39b380a-20250502",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-9de0304a-20250502"
|
||||
reconcilerVersion: "19.2.0-native-fb-e39b380a-20250502"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1299.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+5
-5
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<e6bfc777f5fe692777bf73d9cb3754cf>>
|
||||
* @generated SignedSource<<f6238c9475dcfebaf1cc8c237674fc31>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -11942,11 +11942,11 @@ function updateContainer(element, container, parentComponent, callback) {
|
||||
return lane;
|
||||
}
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-9de0304a-20250502" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-e39b380a-20250502" !== 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.2.0-native-fb-9de0304a-20250502\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.2.0-native-fb-e39b380a-20250502\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
if (
|
||||
"function" !==
|
||||
@@ -11995,10 +11995,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1400 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-9de0304a-20250502",
|
||||
version: "19.2.0-native-fb-e39b380a-20250502",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-9de0304a-20250502"
|
||||
reconcilerVersion: "19.2.0-native-fb-e39b380a-20250502"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1400.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
Reference in New Issue
Block a user