[react-dom] Enforce small gap between completed navigation and default Transition indicator (#33354)

DiffTrain build for [5717f1933f](https://github.com/facebook/react/commit/5717f1933f2e8b10406fde1043c3047cbfbddc82)
This commit is contained in:
eps1lon
2025-05-28 10:53:14 -07:00
parent e35cb5e59e
commit 919208f846
24 changed files with 93 additions and 93 deletions
+1 -1
View File
@@ -1 +1 @@
19.2.0-native-fb-f9ae0a4c-20250527
19.2.0-native-fb-5717f193-20250528
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<fe677ae71023fc7542ebfc73e9cdd4f6>>
* @generated SignedSource<<e5cdd100b3801da3d37ecda5d09d468b>>
*/
"use strict";
@@ -404,5 +404,5 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.2.0-native-fb-f9ae0a4c-20250527";
exports.version = "19.2.0-native-fb-5717f193-20250528";
})();
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<2d89a2d235bcdb711cd4116d7bdd8b55>>
* @generated SignedSource<<0dbb2ac599de938ac4f2b77843ae6b69>>
*/
"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-f9ae0a4c-20250527";
exports.version = "19.2.0-native-fb-5717f193-20250528";
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<2d89a2d235bcdb711cd4116d7bdd8b55>>
* @generated SignedSource<<0dbb2ac599de938ac4f2b77843ae6b69>>
*/
"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-f9ae0a4c-20250527";
exports.version = "19.2.0-native-fb-5717f193-20250528";
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<3246de9586abd92c38cd20470fbe35ca>>
* @generated SignedSource<<f3d55822e9c49abd086342d34e86a6aa>>
*/
/*
@@ -23119,7 +23119,7 @@ __DEV__ &&
}
function handleNavigateComplete() {
null !== pendingResolve && (pendingResolve(), (pendingResolve = null));
isCancelled || startFakeNavigation();
isCancelled || setTimeout(startFakeNavigation, 20);
}
function startFakeNavigation() {
if (!isCancelled && !navigation.transition) {
@@ -27026,11 +27026,11 @@ __DEV__ &&
};
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-native-fb-f9ae0a4c-20250527" !== isomorphicReactPackageVersion)
if ("19.2.0-native-fb-5717f193-20250528" !== 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-f9ae0a4c-20250527\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.2.0-native-fb-5717f193-20250528\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -27067,10 +27067,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.2.0-native-fb-f9ae0a4c-20250527",
version: "19.2.0-native-fb-5717f193-20250528",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-f9ae0a4c-20250527"
reconcilerVersion: "19.2.0-native-fb-5717f193-20250528"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -27208,5 +27208,5 @@ __DEV__ &&
listenToAllSupportedEvents(container);
return new ReactDOMHydrationRoot(initialChildren);
};
exports.version = "19.2.0-native-fb-f9ae0a4c-20250527";
exports.version = "19.2.0-native-fb-5717f193-20250528";
})();
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<3485cce4c5785467779b9172877c4ca7>>
* @generated SignedSource<<f1354c229dbe8ffe2df3003806deb474>>
*/
/*
@@ -17021,7 +17021,7 @@ function defaultOnDefaultTransitionIndicator() {
}
function handleNavigateComplete() {
null !== pendingResolve && (pendingResolve(), (pendingResolve = null));
isCancelled || startFakeNavigation();
isCancelled || setTimeout(startFakeNavigation, 20);
}
function startFakeNavigation() {
if (!isCancelled && !navigation.transition) {
@@ -17094,14 +17094,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_2017 = React.version;
if (
"19.2.0-native-fb-f9ae0a4c-20250527" !==
"19.2.0-native-fb-5717f193-20250528" !==
isomorphicReactPackageVersion$jscomp$inline_2017
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2017,
"19.2.0-native-fb-f9ae0a4c-20250527"
"19.2.0-native-fb-5717f193-20250528"
)
);
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-f9ae0a4c-20250527",
version: "19.2.0-native-fb-5717f193-20250528",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-f9ae0a4c-20250527"
reconcilerVersion: "19.2.0-native-fb-5717f193-20250528"
};
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-f9ae0a4c-20250527";
exports.version = "19.2.0-native-fb-5717f193-20250528";
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<a65e0b89d59064cdf8788951a00c3190>>
* @generated SignedSource<<bcf508f999046113b27ef473dd2e7074>>
*/
/*
@@ -17731,7 +17731,7 @@ function defaultOnDefaultTransitionIndicator() {
}
function handleNavigateComplete() {
null !== pendingResolve && (pendingResolve(), (pendingResolve = null));
isCancelled || startFakeNavigation();
isCancelled || setTimeout(startFakeNavigation, 20);
}
function startFakeNavigation() {
if (!isCancelled && !navigation.transition) {
@@ -17804,14 +17804,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_2120 = React.version;
if (
"19.2.0-native-fb-f9ae0a4c-20250527" !==
"19.2.0-native-fb-5717f193-20250528" !==
isomorphicReactPackageVersion$jscomp$inline_2120
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2120,
"19.2.0-native-fb-f9ae0a4c-20250527"
"19.2.0-native-fb-5717f193-20250528"
)
);
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-f9ae0a4c-20250527",
version: "19.2.0-native-fb-5717f193-20250528",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-f9ae0a4c-20250527",
reconcilerVersion: "19.2.0-native-fb-5717f193-20250528",
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-f9ae0a4c-20250527";
exports.version = "19.2.0-native-fb-5717f193-20250528";
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<c497e970e9e1131e4441b84695bcb9e8>>
* @generated SignedSource<<448ba2a6c0982b001ba86b7e85952040>>
*/
/*
@@ -23144,7 +23144,7 @@ __DEV__ &&
}
function handleNavigateComplete() {
null !== pendingResolve && (pendingResolve(), (pendingResolve = null));
isCancelled || startFakeNavigation();
isCancelled || setTimeout(startFakeNavigation, 20);
}
function startFakeNavigation() {
if (!isCancelled && !navigation.transition) {
@@ -27082,11 +27082,11 @@ __DEV__ &&
};
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-native-fb-f9ae0a4c-20250527" !== isomorphicReactPackageVersion)
if ("19.2.0-native-fb-5717f193-20250528" !== 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-f9ae0a4c-20250527\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.2.0-native-fb-5717f193-20250528\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
@@ -27123,10 +27123,10 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.2.0-native-fb-f9ae0a4c-20250527",
version: "19.2.0-native-fb-5717f193-20250528",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-f9ae0a4c-20250527"
reconcilerVersion: "19.2.0-native-fb-5717f193-20250528"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -27580,7 +27580,7 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.2.0-native-fb-f9ae0a4c-20250527";
exports.version = "19.2.0-native-fb-5717f193-20250528";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<e43854604d4f2b87e693611dd924eae4>>
* @generated SignedSource<<89ce459ed9dfd5b398b97a7e3d595f00>>
*/
/*
@@ -17032,7 +17032,7 @@ function defaultOnDefaultTransitionIndicator() {
}
function handleNavigateComplete() {
null !== pendingResolve && (pendingResolve(), (pendingResolve = null));
isCancelled || startFakeNavigation();
isCancelled || setTimeout(startFakeNavigation, 20);
}
function startFakeNavigation() {
if (!isCancelled && !navigation.transition) {
@@ -17105,14 +17105,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_2018 = React.version;
if (
"19.2.0-native-fb-f9ae0a4c-20250527" !==
"19.2.0-native-fb-5717f193-20250528" !==
isomorphicReactPackageVersion$jscomp$inline_2018
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2018,
"19.2.0-native-fb-f9ae0a4c-20250527"
"19.2.0-native-fb-5717f193-20250528"
)
);
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-f9ae0a4c-20250527",
version: "19.2.0-native-fb-5717f193-20250528",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-f9ae0a4c-20250527"
reconcilerVersion: "19.2.0-native-fb-5717f193-20250528"
};
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-f9ae0a4c-20250527";
exports.version = "19.2.0-native-fb-5717f193-20250528";
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<bbf14b52fe98eec6deaaf3ff817a1981>>
* @generated SignedSource<<6f8e6211aeea09a635fe2a7935005772>>
*/
/*
@@ -17746,7 +17746,7 @@ function defaultOnDefaultTransitionIndicator() {
}
function handleNavigateComplete() {
null !== pendingResolve && (pendingResolve(), (pendingResolve = null));
isCancelled || startFakeNavigation();
isCancelled || setTimeout(startFakeNavigation, 20);
}
function startFakeNavigation() {
if (!isCancelled && !navigation.transition) {
@@ -17819,14 +17819,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_2121 = React.version;
if (
"19.2.0-native-fb-f9ae0a4c-20250527" !==
"19.2.0-native-fb-5717f193-20250528" !==
isomorphicReactPackageVersion$jscomp$inline_2121
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2121,
"19.2.0-native-fb-f9ae0a4c-20250527"
"19.2.0-native-fb-5717f193-20250528"
)
);
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-f9ae0a4c-20250527",
version: "19.2.0-native-fb-5717f193-20250528",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-f9ae0a4c-20250527",
reconcilerVersion: "19.2.0-native-fb-5717f193-20250528",
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-f9ae0a4c-20250527";
exports.version = "19.2.0-native-fb-5717f193-20250528";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<0d4aabfbe987784dd3ee759de4d5b587>>
* @generated SignedSource<<a927d1d4dce2072734b4888d8868a574>>
*/
"use strict";
@@ -15675,10 +15675,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.2.0-native-fb-f9ae0a4c-20250527",
version: "19.2.0-native-fb-5717f193-20250528",
rendererPackageName: "react-test-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-f9ae0a4c-20250527"
reconcilerVersion: "19.2.0-native-fb-5717f193-20250528"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -15823,5 +15823,5 @@ __DEV__ &&
flushSyncWorkAcrossRoots_impl(0, !0));
}
};
exports.version = "19.2.0-native-fb-f9ae0a4c-20250527";
exports.version = "19.2.0-native-fb-5717f193-20250528";
})();
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<c5c061ff42d7a48585b2b319eda21f86>>
* @generated SignedSource<<4aaa035439efdd7096b6c02eb433269f>>
*/
"use strict";
@@ -9896,10 +9896,10 @@ function wrapFiber(fiber) {
}
var internals$jscomp$inline_1447 = {
bundleType: 0,
version: "19.2.0-native-fb-f9ae0a4c-20250527",
version: "19.2.0-native-fb-5717f193-20250528",
rendererPackageName: "react-test-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-f9ae0a4c-20250527"
reconcilerVersion: "19.2.0-native-fb-5717f193-20250528"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1448 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -10035,4 +10035,4 @@ exports.unstable_batchedUpdates = function (fn, a) {
flushSyncWorkAcrossRoots_impl(0, !0));
}
};
exports.version = "19.2.0-native-fb-f9ae0a4c-20250527";
exports.version = "19.2.0-native-fb-5717f193-20250528";
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<b57e38d5929d63f5ff26fb3de70bfa34>>
* @generated SignedSource<<2c8c8c584d2fdba7da632736b55476f3>>
*/
"use strict";
@@ -10516,10 +10516,10 @@ function wrapFiber(fiber) {
}
var internals$jscomp$inline_1254 = {
bundleType: 0,
version: "19.2.0-native-fb-f9ae0a4c-20250527",
version: "19.2.0-native-fb-5717f193-20250528",
rendererPackageName: "react-test-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-f9ae0a4c-20250527",
reconcilerVersion: "19.2.0-native-fb-5717f193-20250528",
getLaneLabelMap: function () {
for (
var map = new Map(), lane = 1, index$155 = 0;
@@ -10670,4 +10670,4 @@ exports.unstable_batchedUpdates = function (fn, a) {
flushSyncWorkAcrossRoots_impl(0, !0));
}
};
exports.version = "19.2.0-native-fb-f9ae0a4c-20250527";
exports.version = "19.2.0-native-fb-5717f193-20250528";
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<ece0666873758f2e6bcb0d9fb0d37c85>>
* @generated SignedSource<<59ea3e297e3736cce3db3b21f27d3f12>>
*/
"use strict";
@@ -1411,7 +1411,7 @@ __DEV__ &&
exports.useTransition = function () {
return resolveDispatcher().useTransition();
};
exports.version = "19.2.0-native-fb-f9ae0a4c-20250527";
exports.version = "19.2.0-native-fb-5717f193-20250528";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<55e9c53099e1d5b3d88cc714cb0ab692>>
* @generated SignedSource<<2a2d8937d0d728c21b65b8cc4468a69e>>
*/
"use strict";
@@ -586,4 +586,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.2.0-native-fb-f9ae0a4c-20250527";
exports.version = "19.2.0-native-fb-5717f193-20250528";
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<bb392313962526bfb5e9f8479b8c9e9a>>
* @generated SignedSource<<58dfe279b24e9957ec66ae37311bdd19>>
*/
"use strict";
@@ -590,7 +590,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactSharedInternals.H.useTransition();
};
exports.version = "19.2.0-native-fb-f9ae0a4c-20250527";
exports.version = "19.2.0-native-fb-5717f193-20250528";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -1 +1 @@
f9ae0a4c2edc9ad93507b550f2aeb60119955336
5717f1933f2e8b10406fde1043c3047cbfbddc82
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<899c6ce2882d284bbcd717295ba54d45>>
* @generated SignedSource<<d4c8b5a14abf7c4df092ecffe30b60b9>>
*/
"use strict";
@@ -17572,10 +17572,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.2.0-native-fb-f9ae0a4c-20250527",
version: "19.2.0-native-fb-5717f193-20250528",
rendererPackageName: "react-native-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-f9ae0a4c-20250527"
reconcilerVersion: "19.2.0-native-fb-5717f193-20250528"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<c083826e2f5e590bf946060b075e3abd>>
* @generated SignedSource<<7a8d091e9d2dca2b28e55df00edb5bce>>
*/
"use strict";
@@ -11277,10 +11277,10 @@ batchedUpdatesImpl = function (fn, a) {
var roots = new Map(),
internals$jscomp$inline_1262 = {
bundleType: 0,
version: "19.2.0-native-fb-f9ae0a4c-20250527",
version: "19.2.0-native-fb-5717f193-20250528",
rendererPackageName: "react-native-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-f9ae0a4c-20250527"
reconcilerVersion: "19.2.0-native-fb-5717f193-20250528"
};
null !== extraDevToolsConfig &&
(internals$jscomp$inline_1262.rendererConfig = extraDevToolsConfig);
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<92736833b757f014bdbf603cff5aedfc>>
* @generated SignedSource<<5cf42a40a82a03f8001bba338cc98d9e>>
*/
"use strict";
@@ -11981,10 +11981,10 @@ batchedUpdatesImpl = function (fn, a) {
var roots = new Map(),
internals$jscomp$inline_1363 = {
bundleType: 0,
version: "19.2.0-native-fb-f9ae0a4c-20250527",
version: "19.2.0-native-fb-5717f193-20250528",
rendererPackageName: "react-native-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-f9ae0a4c-20250527"
reconcilerVersion: "19.2.0-native-fb-5717f193-20250528"
};
null !== extraDevToolsConfig &&
(internals$jscomp$inline_1363.rendererConfig = extraDevToolsConfig);
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<31142704a55d266edfafcbe9088eebce>>
* @generated SignedSource<<0a260965a05f01b2e68d2228194a09ab>>
*/
"use strict";
@@ -17626,11 +17626,11 @@ __DEV__ &&
shouldSuspendImpl = newShouldSuspendImpl;
};
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-native-fb-f9ae0a4c-20250527" !== isomorphicReactPackageVersion)
if ("19.2.0-native-fb-5717f193-20250528" !== 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-f9ae0a4c-20250527\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-native-renderer: 19.2.0-native-fb-5717f193-20250528\nLearn more: https://react.dev/warnings/version-mismatch")
);
if (
"function" !==
@@ -17656,10 +17656,10 @@ __DEV__ &&
(function () {
var internals = {
bundleType: 1,
version: "19.2.0-native-fb-f9ae0a4c-20250527",
version: "19.2.0-native-fb-5717f193-20250528",
rendererPackageName: "react-native-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-f9ae0a4c-20250527"
reconcilerVersion: "19.2.0-native-fb-5717f193-20250528"
};
null !== extraDevToolsConfig &&
(internals.rendererConfig = extraDevToolsConfig);
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<701b4480e4e76cbca846d776e519c17e>>
* @generated SignedSource<<0fe3bf5ca92271e5a94b8c4964a21309>>
*/
"use strict";
@@ -11212,11 +11212,11 @@ function updateContainer(element, container, parentComponent, callback) {
return lane;
}
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-native-fb-f9ae0a4c-20250527" !== isomorphicReactPackageVersion)
if ("19.2.0-native-fb-5717f193-20250528" !== 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-f9ae0a4c-20250527\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-native-renderer: 19.2.0-native-fb-5717f193-20250528\nLearn more: https://react.dev/warnings/version-mismatch")
);
if (
"function" !==
@@ -11266,10 +11266,10 @@ batchedUpdatesImpl = function (fn, a) {
var roots = new Map(),
internals$jscomp$inline_1307 = {
bundleType: 0,
version: "19.2.0-native-fb-f9ae0a4c-20250527",
version: "19.2.0-native-fb-5717f193-20250528",
rendererPackageName: "react-native-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-f9ae0a4c-20250527"
reconcilerVersion: "19.2.0-native-fb-5717f193-20250528"
};
null !== extraDevToolsConfig &&
(internals$jscomp$inline_1307.rendererConfig = extraDevToolsConfig);
@@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<8be3b83160537561f2c3d49bc887a916>>
* @generated SignedSource<<144eabffdf7aebd04bb245573cac6009>>
*/
"use strict";
@@ -11914,11 +11914,11 @@ function updateContainer(element, container, parentComponent, callback) {
return lane;
}
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-native-fb-f9ae0a4c-20250527" !== isomorphicReactPackageVersion)
if ("19.2.0-native-fb-5717f193-20250528" !== 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-f9ae0a4c-20250527\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-native-renderer: 19.2.0-native-fb-5717f193-20250528\nLearn more: https://react.dev/warnings/version-mismatch")
);
if (
"function" !==
@@ -11968,10 +11968,10 @@ batchedUpdatesImpl = function (fn, a) {
var roots = new Map(),
internals$jscomp$inline_1408 = {
bundleType: 0,
version: "19.2.0-native-fb-f9ae0a4c-20250527",
version: "19.2.0-native-fb-5717f193-20250528",
rendererPackageName: "react-native-renderer",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-native-fb-f9ae0a4c-20250527"
reconcilerVersion: "19.2.0-native-fb-5717f193-20250528"
};
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-f9ae0a4c-20250527",
"version": "0.0.0-experimental-5717f193-20250528",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",