mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[Flight] Add tests for component and owner stacks of halted components (#33644)
This PR adds tests for the Node.js and Edge builds to verify that
component stacks and owner stacks of halted components appear as
expected, now that recent enhancements for those have been implemented
(the latest one being #33634).
---------
Co-authored-by: Sebastian "Sebbie" Silbermann <silbermann.sebastian@gmail.com>
DiffTrain build for [9b2a545b32](https://github.com/facebook/react/commit/9b2a545b32ef19c6b67812d2c3444a709406a58b)
This commit is contained in:
co-authored by
Sebastian Sebbie Silbermann
parent
d0c88dba51
commit
54d04bebad
@@ -1 +1 @@
|
||||
19.2.0-native-fb-bb6c9d52-20250625
|
||||
19.2.0-native-fb-9b2a545b-20250625
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<aef29cb3d4048e50d8225751261cd89a>>
|
||||
* @generated SignedSource<<7394847dfb7bbfabb08d4e5bae119e8e>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -404,5 +404,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-bb6c9d52-20250625";
|
||||
exports.version = "19.2.0-native-fb-9b2a545b-20250625";
|
||||
})();
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<787db512fb5d2eb4006cc8f0bda193d6>>
|
||||
* @generated SignedSource<<46bb020febbefb5857caf0a4a28f6e6c>>
|
||||
*/
|
||||
|
||||
"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-bb6c9d52-20250625";
|
||||
exports.version = "19.2.0-native-fb-9b2a545b-20250625";
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<787db512fb5d2eb4006cc8f0bda193d6>>
|
||||
* @generated SignedSource<<46bb020febbefb5857caf0a4a28f6e6c>>
|
||||
*/
|
||||
|
||||
"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-bb6c9d52-20250625";
|
||||
exports.version = "19.2.0-native-fb-9b2a545b-20250625";
|
||||
|
||||
Vendored
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<c2228d81f21ee5cde8bf87e6a76e032f>>
|
||||
* @generated SignedSource<<6c1a8b9a30fef259200b63e7b175baf0>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -28651,11 +28651,11 @@ __DEV__ &&
|
||||
};
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-bb6c9d52-20250625" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-9b2a545b-20250625" !== 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-bb6c9d52-20250625\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-native-fb-9b2a545b-20250625\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -28692,10 +28692,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-bb6c9d52-20250625",
|
||||
version: "19.2.0-native-fb-9b2a545b-20250625",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-bb6c9d52-20250625"
|
||||
reconcilerVersion: "19.2.0-native-fb-9b2a545b-20250625"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -28833,5 +28833,5 @@ __DEV__ &&
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-bb6c9d52-20250625";
|
||||
exports.version = "19.2.0-native-fb-9b2a545b-20250625";
|
||||
})();
|
||||
|
||||
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<<93e5b2db59595ae05f05b50e151fa5bc>>
|
||||
* @generated SignedSource<<db4f84395e63c6f6c9bb77172c324ba2>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -17121,14 +17121,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2023 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-bb6c9d52-20250625" !==
|
||||
"19.2.0-native-fb-9b2a545b-20250625" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2023
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2023,
|
||||
"19.2.0-native-fb-bb6c9d52-20250625"
|
||||
"19.2.0-native-fb-9b2a545b-20250625"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -17150,10 +17150,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
};
|
||||
var internals$jscomp$inline_2542 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-bb6c9d52-20250625",
|
||||
version: "19.2.0-native-fb-9b2a545b-20250625",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-bb6c9d52-20250625"
|
||||
reconcilerVersion: "19.2.0-native-fb-9b2a545b-20250625"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2543 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -17251,4 +17251,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-bb6c9d52-20250625";
|
||||
exports.version = "19.2.0-native-fb-9b2a545b-20250625";
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<7c11bde30de8b988a84e58d4c9c1d1d2>>
|
||||
* @generated SignedSource<<0b0d2df6091656622e20f207eb80bdb3>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -19053,14 +19053,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2261 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-bb6c9d52-20250625" !==
|
||||
"19.2.0-native-fb-9b2a545b-20250625" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2261
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2261,
|
||||
"19.2.0-native-fb-bb6c9d52-20250625"
|
||||
"19.2.0-native-fb-9b2a545b-20250625"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -19082,10 +19082,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
};
|
||||
var internals$jscomp$inline_2268 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-bb6c9d52-20250625",
|
||||
version: "19.2.0-native-fb-9b2a545b-20250625",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-bb6c9d52-20250625",
|
||||
reconcilerVersion: "19.2.0-native-fb-9b2a545b-20250625",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$331 = 0;
|
||||
@@ -19198,4 +19198,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-bb6c9d52-20250625";
|
||||
exports.version = "19.2.0-native-fb-9b2a545b-20250625";
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<c4cfea04bc83e0a3b84ae5318dbcecf5>>
|
||||
* @generated SignedSource<<2c3e4cd93ab0da16c0cd7de008f0c9eb>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -28707,11 +28707,11 @@ __DEV__ &&
|
||||
};
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-bb6c9d52-20250625" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-9b2a545b-20250625" !== 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-bb6c9d52-20250625\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-native-fb-9b2a545b-20250625\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
})();
|
||||
("function" === typeof Map &&
|
||||
@@ -28748,10 +28748,10 @@ __DEV__ &&
|
||||
!(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-bb6c9d52-20250625",
|
||||
version: "19.2.0-native-fb-9b2a545b-20250625",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-bb6c9d52-20250625"
|
||||
reconcilerVersion: "19.2.0-native-fb-9b2a545b-20250625"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -29205,7 +29205,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-bb6c9d52-20250625";
|
||||
exports.version = "19.2.0-native-fb-9b2a545b-20250625";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<5ce7ccbf6cd6786683c0bb0c7349d5b8>>
|
||||
* @generated SignedSource<<0d4eb1d709bd1629895e66144c92d77b>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -17132,14 +17132,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2024 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-bb6c9d52-20250625" !==
|
||||
"19.2.0-native-fb-9b2a545b-20250625" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2024
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2024,
|
||||
"19.2.0-native-fb-bb6c9d52-20250625"
|
||||
"19.2.0-native-fb-9b2a545b-20250625"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -17161,10 +17161,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
};
|
||||
var internals$jscomp$inline_2545 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-bb6c9d52-20250625",
|
||||
version: "19.2.0-native-fb-9b2a545b-20250625",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-bb6c9d52-20250625"
|
||||
reconcilerVersion: "19.2.0-native-fb-9b2a545b-20250625"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2546 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -17415,4 +17415,4 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-bb6c9d52-20250625";
|
||||
exports.version = "19.2.0-native-fb-9b2a545b-20250625";
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<f63fd5d27766ef4122ea4c10c6305a1b>>
|
||||
* @generated SignedSource<<0871f654c0cc239f1939cf9c707cb1ce>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -19068,14 +19068,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2262 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-bb6c9d52-20250625" !==
|
||||
"19.2.0-native-fb-9b2a545b-20250625" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2262
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2262,
|
||||
"19.2.0-native-fb-bb6c9d52-20250625"
|
||||
"19.2.0-native-fb-9b2a545b-20250625"
|
||||
)
|
||||
);
|
||||
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
@@ -19097,10 +19097,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
||||
};
|
||||
var internals$jscomp$inline_2269 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-bb6c9d52-20250625",
|
||||
version: "19.2.0-native-fb-9b2a545b-20250625",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-bb6c9d52-20250625",
|
||||
reconcilerVersion: "19.2.0-native-fb-9b2a545b-20250625",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$331 = 0;
|
||||
@@ -19366,7 +19366,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
||||
exports.useFormStatus = function () {
|
||||
return ReactSharedInternals.H.useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-bb6c9d52-20250625";
|
||||
exports.version = "19.2.0-native-fb-9b2a545b-20250625";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<33c6fbfd3d2312db5ddc69502e3781e1>>
|
||||
* @generated SignedSource<<8c671086a9b60571ed0a98867b1788ed>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -15722,10 +15722,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-bb6c9d52-20250625",
|
||||
version: "19.2.0-native-fb-9b2a545b-20250625",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-bb6c9d52-20250625"
|
||||
reconcilerVersion: "19.2.0-native-fb-9b2a545b-20250625"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -15870,5 +15870,5 @@ __DEV__ &&
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-bb6c9d52-20250625";
|
||||
exports.version = "19.2.0-native-fb-9b2a545b-20250625";
|
||||
})();
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<89c2ee95285f2fc3cd51944cd79f7607>>
|
||||
* @generated SignedSource<<97cbb346ddd2b1bcb00e8360a1ef82bf>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -9905,10 +9905,10 @@ function wrapFiber(fiber) {
|
||||
}
|
||||
var internals$jscomp$inline_1453 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-bb6c9d52-20250625",
|
||||
version: "19.2.0-native-fb-9b2a545b-20250625",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-bb6c9d52-20250625"
|
||||
reconcilerVersion: "19.2.0-native-fb-9b2a545b-20250625"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1454 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -10044,4 +10044,4 @@ exports.unstable_batchedUpdates = function (fn, a) {
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-bb6c9d52-20250625";
|
||||
exports.version = "19.2.0-native-fb-9b2a545b-20250625";
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<ea331b6f700d13bf2f12a12f2afb424e>>
|
||||
* @generated SignedSource<<c0639191f928a48fcc462eb3b614ab82>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -10525,10 +10525,10 @@ function wrapFiber(fiber) {
|
||||
}
|
||||
var internals$jscomp$inline_1260 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-bb6c9d52-20250625",
|
||||
version: "19.2.0-native-fb-9b2a545b-20250625",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-bb6c9d52-20250625",
|
||||
reconcilerVersion: "19.2.0-native-fb-9b2a545b-20250625",
|
||||
getLaneLabelMap: function () {
|
||||
for (
|
||||
var map = new Map(), lane = 1, index$155 = 0;
|
||||
@@ -10679,4 +10679,4 @@ exports.unstable_batchedUpdates = function (fn, a) {
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-bb6c9d52-20250625";
|
||||
exports.version = "19.2.0-native-fb-9b2a545b-20250625";
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<c4da501d9da9e1bf7a649dce811af6df>>
|
||||
* @generated SignedSource<<b1b731aff879fef4c359bfd5980bd0b0>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -1413,7 +1413,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-bb6c9d52-20250625";
|
||||
exports.version = "19.2.0-native-fb-9b2a545b-20250625";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<da78ac394515e06aa005fa84b6a437d8>>
|
||||
* @generated SignedSource<<38daa3796e4d48ffaf96d31eb54a75e1>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -589,4 +589,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-bb6c9d52-20250625";
|
||||
exports.version = "19.2.0-native-fb-9b2a545b-20250625";
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<9c3f2350cd8ebd730dcad8e66af17673>>
|
||||
* @generated SignedSource<<42c6b09a1691d2b650f78419fe460786>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -593,7 +593,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-bb6c9d52-20250625";
|
||||
exports.version = "19.2.0-native-fb-9b2a545b-20250625";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
bb6c9d521e7f44eb9a9754a14cde62c8e6439e5e
|
||||
9b2a545b32ef19c6b67812d2c3444a709406a58b
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<cfb2cbcd745727c7adc1aaa2b1feb301>>
|
||||
* @generated SignedSource<<c0effcaef2efed980b9731887bccbab6>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -18875,10 +18875,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-bb6c9d52-20250625",
|
||||
version: "19.2.0-native-fb-9b2a545b-20250625",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-bb6c9d52-20250625"
|
||||
reconcilerVersion: "19.2.0-native-fb-9b2a545b-20250625"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<6ece9697fba79c757cad58c456956366>>
|
||||
* @generated SignedSource<<3b2b558b0f53bb44eda50c63a6813755>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -11029,10 +11029,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1257 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-bb6c9d52-20250625",
|
||||
version: "19.2.0-native-fb-9b2a545b-20250625",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-bb6c9d52-20250625"
|
||||
reconcilerVersion: "19.2.0-native-fb-9b2a545b-20250625"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1257.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<e8b72a0f65f0a3ccb17be0614875f057>>
|
||||
* @generated SignedSource<<2e72debd304412209eef28fe72c1b611>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -12932,10 +12932,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1490 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-bb6c9d52-20250625",
|
||||
version: "19.2.0-native-fb-9b2a545b-20250625",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-bb6c9d52-20250625"
|
||||
reconcilerVersion: "19.2.0-native-fb-9b2a545b-20250625"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1490.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+5
-5
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<66a775b0e2b65195086cafb06b52e59a>>
|
||||
* @generated SignedSource<<db179337239a2809f5a2be6a1b6a792f>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -19208,11 +19208,11 @@ __DEV__ &&
|
||||
shouldSuspendImpl = newShouldSuspendImpl;
|
||||
};
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-bb6c9d52-20250625" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-9b2a545b-20250625" !== 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-bb6c9d52-20250625\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.2.0-native-fb-9b2a545b-20250625\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
if (
|
||||
"function" !==
|
||||
@@ -19238,10 +19238,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-bb6c9d52-20250625",
|
||||
version: "19.2.0-native-fb-9b2a545b-20250625",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-bb6c9d52-20250625"
|
||||
reconcilerVersion: "19.2.0-native-fb-9b2a545b-20250625"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+5
-5
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<d573da7cfdc32f79357e99cbf3ad4840>>
|
||||
* @generated SignedSource<<50d842831d8ed762cafb7c1a2f528f34>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -11221,11 +11221,11 @@ function updateContainer(element, container, parentComponent, callback) {
|
||||
return lane;
|
||||
}
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-bb6c9d52-20250625" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-9b2a545b-20250625" !== 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-bb6c9d52-20250625\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.2.0-native-fb-9b2a545b-20250625\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
if (
|
||||
"function" !==
|
||||
@@ -11275,10 +11275,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1313 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-bb6c9d52-20250625",
|
||||
version: "19.2.0-native-fb-9b2a545b-20250625",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-bb6c9d52-20250625"
|
||||
reconcilerVersion: "19.2.0-native-fb-9b2a545b-20250625"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1313.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+5
-5
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<6fcfa9d521ba0231b5df2a6959f88414>>
|
||||
* @generated SignedSource<<cc70a8dfe552293724e2c8051de97c74>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -13113,11 +13113,11 @@ function updateContainer(element, container, parentComponent, callback) {
|
||||
return lane;
|
||||
}
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-bb6c9d52-20250625" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-9b2a545b-20250625" !== 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-bb6c9d52-20250625\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.2.0-native-fb-9b2a545b-20250625\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
);
|
||||
if (
|
||||
"function" !==
|
||||
@@ -13167,10 +13167,10 @@ batchedUpdatesImpl = function (fn, a) {
|
||||
var roots = new Map(),
|
||||
internals$jscomp$inline_1546 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-bb6c9d52-20250625",
|
||||
version: "19.2.0-native-fb-9b2a545b-20250625",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-bb6c9d52-20250625"
|
||||
reconcilerVersion: "19.2.0-native-fb-9b2a545b-20250625"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1546.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "eslint-plugin-react-hooks",
|
||||
"description": "ESLint rules for React Hooks",
|
||||
"version": "0.0.0-experimental-bb6c9d52-20250625",
|
||||
"version": "0.0.0-experimental-9b2a545b-20250625",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react.git",
|
||||
|
||||
Reference in New Issue
Block a user