mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Don't consider Portals animating unless they're wrapped in a ViewTransition (#33191)
And that doesn't disable with `update="none"`.
The principle here is that we want the content of a Portal to animate if
other things are animating with it but if other things aren't animating
then we don't.
DiffTrain build for [63d664b220](https://github.com/facebook/react/commit/63d664b220b1587da0f3b4ced895456f3d8320da)
This commit is contained in:
@@ -1 +1 @@
|
||||
19.2.0-native-fb-d85f86cf-20250514
|
||||
19.2.0-native-fb-63d664b2-20250514
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<1ba598f58074b9ee7b1d7a87647b1875>>
|
||||
* @generated SignedSource<<85c36c2b56a41d1193a11db3003cf38f>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -404,5 +404,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-d85f86cf-20250514";
|
||||
exports.version = "19.2.0-native-fb-63d664b2-20250514";
|
||||
})();
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<c8fdb82c85eddebdef19c7ea7c4aaea2>>
|
||||
* @generated SignedSource<<15d72f308c777fed64e84d579da536c7>>
|
||||
*/
|
||||
|
||||
"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-d85f86cf-20250514";
|
||||
exports.version = "19.2.0-native-fb-63d664b2-20250514";
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<c8fdb82c85eddebdef19c7ea7c4aaea2>>
|
||||
* @generated SignedSource<<15d72f308c777fed64e84d579da536c7>>
|
||||
*/
|
||||
|
||||
"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-d85f86cf-20250514";
|
||||
exports.version = "19.2.0-native-fb-63d664b2-20250514";
|
||||
|
||||
Vendored
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<e19451418af2fd40b4a5e113313b22ce>>
|
||||
* @generated SignedSource<<96821167c841ebadb72d7e7c46a6069e>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -27010,11 +27010,11 @@ __DEV__ &&
|
||||
};
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-d85f86cf-20250514" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-63d664b2-20250514" !== 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-d85f86cf-20250514\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-native-fb-63d664b2-20250514\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -27051,10 +27051,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-d85f86cf-20250514",
|
||||
version: "19.2.0-native-fb-63d664b2-20250514",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-d85f86cf-20250514"
|
||||
reconcilerVersion: "19.2.0-native-fb-63d664b2-20250514"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -27192,5 +27192,5 @@ __DEV__ &&
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-d85f86cf-20250514";
|
||||
exports.version = "19.2.0-native-fb-63d664b2-20250514";
|
||||
})();
|
||||
|
||||
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<<a4e512bb87142cbf6683eabd8dd06270>>
|
||||
* @generated SignedSource<<9788d9c0ff7f78dd5e311049c26fc21e>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -17094,14 +17094,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2017 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-d85f86cf-20250514" !==
|
||||
"19.2.0-native-fb-63d664b2-20250514" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2017
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2017,
|
||||
"19.2.0-native-fb-d85f86cf-20250514"
|
||||
"19.2.0-native-fb-63d664b2-20250514"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -17123,10 +17123,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
};
|
||||
var internals$jscomp$inline_2536 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-d85f86cf-20250514",
|
||||
version: "19.2.0-native-fb-63d664b2-20250514",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-d85f86cf-20250514"
|
||||
reconcilerVersion: "19.2.0-native-fb-63d664b2-20250514"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2537 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -17224,4 +17224,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-d85f86cf-20250514";
|
||||
exports.version = "19.2.0-native-fb-63d664b2-20250514";
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<dfeeaa30a6b726a17cd5705fe4477459>>
|
||||
* @generated SignedSource<<f586dc1db6d604f5d0c8e1ee733d4006>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -17804,14 +17804,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2120 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-d85f86cf-20250514" !==
|
||||
"19.2.0-native-fb-63d664b2-20250514" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2120
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2120,
|
||||
"19.2.0-native-fb-d85f86cf-20250514"
|
||||
"19.2.0-native-fb-63d664b2-20250514"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -17833,10 +17833,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
};
|
||||
var internals$jscomp$inline_2127 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-d85f86cf-20250514",
|
||||
version: "19.2.0-native-fb-63d664b2-20250514",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-d85f86cf-20250514",
|
||||
reconcilerVersion: "19.2.0-native-fb-63d664b2-20250514",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$313 = 0;
|
||||
@@ -17949,4 +17949,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-d85f86cf-20250514";
|
||||
exports.version = "19.2.0-native-fb-63d664b2-20250514";
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<bc5351901d4884e974d4829e10ab1307>>
|
||||
* @generated SignedSource<<6cd2fa6804827f269e25163f6d1f5a89>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -27066,11 +27066,11 @@ __DEV__ &&
|
||||
};
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-d85f86cf-20250514" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-63d664b2-20250514" !== 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-d85f86cf-20250514\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-native-fb-63d664b2-20250514\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -27107,10 +27107,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-d85f86cf-20250514",
|
||||
version: "19.2.0-native-fb-63d664b2-20250514",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-d85f86cf-20250514"
|
||||
reconcilerVersion: "19.2.0-native-fb-63d664b2-20250514"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -27564,7 +27564,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-d85f86cf-20250514";
|
||||
exports.version = "19.2.0-native-fb-63d664b2-20250514";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<a3f409c2f275d1648a94d049738ad3ba>>
|
||||
* @generated SignedSource<<7396126418b1e626996795ba7038fc58>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -17105,14 +17105,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2018 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-d85f86cf-20250514" !==
|
||||
"19.2.0-native-fb-63d664b2-20250514" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2018
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2018,
|
||||
"19.2.0-native-fb-d85f86cf-20250514"
|
||||
"19.2.0-native-fb-63d664b2-20250514"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -17134,10 +17134,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
};
|
||||
var internals$jscomp$inline_2539 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-d85f86cf-20250514",
|
||||
version: "19.2.0-native-fb-63d664b2-20250514",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-d85f86cf-20250514"
|
||||
reconcilerVersion: "19.2.0-native-fb-63d664b2-20250514"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2540 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -17388,4 +17388,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-d85f86cf-20250514";
|
||||
exports.version = "19.2.0-native-fb-63d664b2-20250514";
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<8f23c966ca477a52a79831239a73d783>>
|
||||
* @generated SignedSource<<30417470381e3d33a9d5a81ef6ddc326>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -17819,14 +17819,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2121 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-d85f86cf-20250514" !==
|
||||
"19.2.0-native-fb-63d664b2-20250514" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2121
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2121,
|
||||
"19.2.0-native-fb-d85f86cf-20250514"
|
||||
"19.2.0-native-fb-63d664b2-20250514"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -17848,10 +17848,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
};
|
||||
var internals$jscomp$inline_2128 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-d85f86cf-20250514",
|
||||
version: "19.2.0-native-fb-63d664b2-20250514",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-d85f86cf-20250514",
|
||||
reconcilerVersion: "19.2.0-native-fb-63d664b2-20250514",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$313 = 0;
|
||||
@@ -18117,7 +18117,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-d85f86cf-20250514";
|
||||
exports.version = "19.2.0-native-fb-63d664b2-20250514";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<5f3533491e63e5271ecb7f7ed108e441>>
|
||||
* @generated SignedSource<<c2bb2398df4874abcbbe99cd64697f89>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -15658,10 +15658,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-d85f86cf-20250514",
|
||||
version: "19.2.0-native-fb-63d664b2-20250514",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-d85f86cf-20250514"
|
||||
reconcilerVersion: "19.2.0-native-fb-63d664b2-20250514"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -15806,5 +15806,5 @@ __DEV__ &&
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-d85f86cf-20250514";
|
||||
exports.version = "19.2.0-native-fb-63d664b2-20250514";
|
||||
})();
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<2485eceb8834cd5b3814b356b5fb8be3>>
|
||||
* @generated SignedSource<<1850a645c450636d67c26ce7e5ae062f>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -9895,10 +9895,10 @@ function wrapFiber(fiber) {
|
||||
}
|
||||
var internals$jscomp$inline_1447 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-d85f86cf-20250514",
|
||||
version: "19.2.0-native-fb-63d664b2-20250514",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-d85f86cf-20250514"
|
||||
reconcilerVersion: "19.2.0-native-fb-63d664b2-20250514"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1448 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -10034,4 +10034,4 @@ exports.unstable_batchedUpdates = function (fn, a) {
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-d85f86cf-20250514";
|
||||
exports.version = "19.2.0-native-fb-63d664b2-20250514";
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<d9a805e515b889286d820ad8968d40e6>>
|
||||
* @generated SignedSource<<62c85b079a24d0521676deebadb24986>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -10515,10 +10515,10 @@ function wrapFiber(fiber) {
|
||||
}
|
||||
var internals$jscomp$inline_1254 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-d85f86cf-20250514",
|
||||
version: "19.2.0-native-fb-63d664b2-20250514",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-d85f86cf-20250514",
|
||||
reconcilerVersion: "19.2.0-native-fb-63d664b2-20250514",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$155 = 0;
|
||||
@@ -10669,4 +10669,4 @@ exports.unstable_batchedUpdates = function (fn, a) {
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-d85f86cf-20250514";
|
||||
exports.version = "19.2.0-native-fb-63d664b2-20250514";
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<b2faa247f51d95703af52c5d60bf06bc>>
|
||||
* @generated SignedSource<<aab9126432bd1b392da60e8a73a0da21>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -1411,7 +1411,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-d85f86cf-20250514";
|
||||
exports.version = "19.2.0-native-fb-63d664b2-20250514";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<2f45649740dd4726e7dd4c1c1d51ff2d>>
|
||||
* @generated SignedSource<<b54c05f596403693b985c78a689fa135>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -586,4 +586,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-d85f86cf-20250514";
|
||||
exports.version = "19.2.0-native-fb-63d664b2-20250514";
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<51918b49d21e1aa84b96aef8af759d23>>
|
||||
* @generated SignedSource<<7567682a3d14513a0281f9c016686a77>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -590,7 +590,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-d85f86cf-20250514";
|
||||
exports.version = "19.2.0-native-fb-63d664b2-20250514";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
d85f86cf017151bcf5908d593c3899d876656a01
|
||||
63d664b220b1587da0f3b4ced895456f3d8320da
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<3988b64c32122a53298755d45ac3033a>>
|
||||
* @generated SignedSource<<d319ce134dbc72753533b4c45005f586>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -17486,10 +17486,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-d85f86cf-20250514",
|
||||
version: "19.2.0-native-fb-63d664b2-20250514",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-d85f86cf-20250514"
|
||||
reconcilerVersion: "19.2.0-native-fb-63d664b2-20250514"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<5babb4da1bb36fe448add72e50b6d70d>>
|
||||
* @generated SignedSource<<0afce32501e83d32300e7621996914c8>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -11202,10 +11202,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1257 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-d85f86cf-20250514",
|
||||
version: "19.2.0-native-fb-63d664b2-20250514",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-d85f86cf-20250514"
|
||||
reconcilerVersion: "19.2.0-native-fb-63d664b2-20250514"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1257.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<b2f3358258f42c0825d699b831a5e393>>
|
||||
* @generated SignedSource<<84d10a335163af0a49c3779a9a63c3bc>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -11906,10 +11906,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1358 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-d85f86cf-20250514",
|
||||
version: "19.2.0-native-fb-63d664b2-20250514",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-d85f86cf-20250514"
|
||||
reconcilerVersion: "19.2.0-native-fb-63d664b2-20250514"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1358.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+5
-5
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<182f3ac82436489ce903b065c4f1dcc9>>
|
||||
* @generated SignedSource<<75879aaef30e57be5e81f8dd922abb76>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -17609,11 +17609,11 @@ __DEV__ &&
|
||||
shouldSuspendImpl = newShouldSuspendImpl;
|
||||
};
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-d85f86cf-20250514" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-63d664b2-20250514" !== 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-d85f86cf-20250514\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.2.0-native-fb-63d664b2-20250514\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
if (
|
||||
"function" !==
|
||||
@@ -17639,10 +17639,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-d85f86cf-20250514",
|
||||
version: "19.2.0-native-fb-63d664b2-20250514",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-d85f86cf-20250514"
|
||||
reconcilerVersion: "19.2.0-native-fb-63d664b2-20250514"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+5
-5
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<518350f1d8468d9d177c02f139a69796>>
|
||||
* @generated SignedSource<<3af101b6888bb70bf046e28bbdb479d1>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -11211,11 +11211,11 @@ function updateContainer(element, container, parentComponent, callback) {
|
||||
return lane;
|
||||
}
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-d85f86cf-20250514" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-63d664b2-20250514" !== 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-d85f86cf-20250514\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.2.0-native-fb-63d664b2-20250514\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
if (
|
||||
"function" !==
|
||||
@@ -11265,10 +11265,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1307 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-d85f86cf-20250514",
|
||||
version: "19.2.0-native-fb-63d664b2-20250514",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-d85f86cf-20250514"
|
||||
reconcilerVersion: "19.2.0-native-fb-63d664b2-20250514"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1307.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+5
-5
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<d5a760c2dc7eb26974f8682336872b30>>
|
||||
* @generated SignedSource<<3f36718c42894fab2ff6388e6021efeb>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -11913,11 +11913,11 @@ function updateContainer(element, container, parentComponent, callback) {
|
||||
return lane;
|
||||
}
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-d85f86cf-20250514" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-63d664b2-20250514" !== 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-d85f86cf-20250514\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.2.0-native-fb-63d664b2-20250514\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
if (
|
||||
"function" !==
|
||||
@@ -11967,10 +11967,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1408 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-d85f86cf-20250514",
|
||||
version: "19.2.0-native-fb-63d664b2-20250514",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-d85f86cf-20250514"
|
||||
reconcilerVersion: "19.2.0-native-fb-63d664b2-20250514"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1408.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "eslint-plugin-react-hooks",
|
||||
"description": "ESLint rules for React Hooks",
|
||||
"version": "0.0.0-experimental-d85f86cf-20250514",
|
||||
"version": "0.0.0-experimental-63d664b2-20250514",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react.git",
|
||||
|
||||
Reference in New Issue
Block a user