mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[Flight] Use valid CSS selectors in useId format (#33099)
DiffTrain build for [0ca8420f9d](https://github.com/facebook/react/commit/0ca8420f9d051285c452a590ac4a4c9476406bef)
This commit is contained in:
@@ -1 +1 @@
|
||||
19.2.0-native-fb-0db8db17-20250503
|
||||
19.2.0-native-fb-0ca8420f-20250504
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<edfdbed42db742e7d29c0b0e0587bbce>>
|
||||
* @generated SignedSource<<0ca5fcf1c1fb027abe4d2961d3734353>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -404,5 +404,5 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-0db8db17-20250503";
|
||||
exports.version = "19.2.0-native-fb-0ca8420f-20250504";
|
||||
})();
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<4bdff0753e8390f3a1224bc19fe6ab8d>>
|
||||
* @generated SignedSource<<b1af8cf772915e9ef91bfbd9f8766389>>
|
||||
*/
|
||||
|
||||
"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-0db8db17-20250503";
|
||||
exports.version = "19.2.0-native-fb-0ca8420f-20250504";
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<4bdff0753e8390f3a1224bc19fe6ab8d>>
|
||||
* @generated SignedSource<<b1af8cf772915e9ef91bfbd9f8766389>>
|
||||
*/
|
||||
|
||||
"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-0db8db17-20250503";
|
||||
exports.version = "19.2.0-native-fb-0ca8420f-20250504";
|
||||
|
||||
Vendored
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<f7683d03eae2281561d6531da72b4081>>
|
||||
* @generated SignedSource<<a978579e47d8eba607215ae6b830db8f>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -26650,11 +26650,11 @@ __DEV__ &&
|
||||
};
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-0db8db17-20250503" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-0ca8420f-20250504" !== 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-0db8db17-20250503\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-native-fb-0ca8420f-20250504\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-0db8db17-20250503",
|
||||
version: "19.2.0-native-fb-0ca8420f-20250504",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-0db8db17-20250503"
|
||||
reconcilerVersion: "19.2.0-native-fb-0ca8420f-20250504"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -26838,5 +26838,5 @@ __DEV__ &&
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-0db8db17-20250503";
|
||||
exports.version = "19.2.0-native-fb-0ca8420f-20250504";
|
||||
})();
|
||||
|
||||
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<<7163e0847b45896deed9bb98117e960c>>
|
||||
* @generated SignedSource<<921ca390e6f6266be33368ad90ffe83d>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -16748,14 +16748,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1904 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-0db8db17-20250503" !==
|
||||
"19.2.0-native-fb-0ca8420f-20250504" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1904
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1904,
|
||||
"19.2.0-native-fb-0db8db17-20250503"
|
||||
"19.2.0-native-fb-0ca8420f-20250504"
|
||||
)
|
||||
);
|
||||
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-0db8db17-20250503",
|
||||
version: "19.2.0-native-fb-0ca8420f-20250504",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-0db8db17-20250503"
|
||||
reconcilerVersion: "19.2.0-native-fb-0ca8420f-20250504"
|
||||
};
|
||||
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-0db8db17-20250503";
|
||||
exports.version = "19.2.0-native-fb-0ca8420f-20250504";
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<ae081becf54b589395e730390fc5b61e>>
|
||||
* @generated SignedSource<<8b55b48e04726f736f3439107a9a59f7>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -17457,14 +17457,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2007 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-0db8db17-20250503" !==
|
||||
"19.2.0-native-fb-0ca8420f-20250504" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2007
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2007,
|
||||
"19.2.0-native-fb-0db8db17-20250503"
|
||||
"19.2.0-native-fb-0ca8420f-20250504"
|
||||
)
|
||||
);
|
||||
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-0db8db17-20250503",
|
||||
version: "19.2.0-native-fb-0ca8420f-20250504",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-0db8db17-20250503",
|
||||
reconcilerVersion: "19.2.0-native-fb-0ca8420f-20250504",
|
||||
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-0db8db17-20250503";
|
||||
exports.version = "19.2.0-native-fb-0ca8420f-20250504";
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<baa43b8401c3f37831daebd1792d9861>>
|
||||
* @generated SignedSource<<dce565e7d8b8a9060fef637753eff05b>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -26711,11 +26711,11 @@ __DEV__ &&
|
||||
};
|
||||
(function () {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-0db8db17-20250503" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-0ca8420f-20250504" !== 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-0db8db17-20250503\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-dom: 19.2.0-native-fb-0ca8420f-20250504\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-0db8db17-20250503",
|
||||
version: "19.2.0-native-fb-0ca8420f-20250504",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-0db8db17-20250503"
|
||||
reconcilerVersion: "19.2.0-native-fb-0ca8420f-20250504"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -27215,7 +27215,7 @@ __DEV__ &&
|
||||
exports.useFormStatus = function () {
|
||||
return resolveDispatcher().useHostTransitionStatus();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-0db8db17-20250503";
|
||||
exports.version = "19.2.0-native-fb-0ca8420f-20250504";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<1f6d1d80a4af3b784f7f07276acc4bc1>>
|
||||
* @generated SignedSource<<a0eacb4c5ddba03c20062616b5025422>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -16759,14 +16759,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_1905 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-0db8db17-20250503" !==
|
||||
"19.2.0-native-fb-0ca8420f-20250504" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_1905
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_1905,
|
||||
"19.2.0-native-fb-0db8db17-20250503"
|
||||
"19.2.0-native-fb-0ca8420f-20250504"
|
||||
)
|
||||
);
|
||||
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-0db8db17-20250503",
|
||||
version: "19.2.0-native-fb-0ca8420f-20250504",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-0db8db17-20250503"
|
||||
reconcilerVersion: "19.2.0-native-fb-0ca8420f-20250504"
|
||||
};
|
||||
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-0db8db17-20250503";
|
||||
exports.version = "19.2.0-native-fb-0ca8420f-20250504";
|
||||
|
||||
+6
-6
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<383c7587f69ab15324513991674f5bd1>>
|
||||
* @generated SignedSource<<066c04779f814b333b9e71b0fd1693d0>>
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -17472,14 +17472,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
||||
};
|
||||
var isomorphicReactPackageVersion$jscomp$inline_2008 = React.version;
|
||||
if (
|
||||
"19.2.0-native-fb-0db8db17-20250503" !==
|
||||
"19.2.0-native-fb-0ca8420f-20250504" !==
|
||||
isomorphicReactPackageVersion$jscomp$inline_2008
|
||||
)
|
||||
throw Error(
|
||||
formatProdErrorMessage(
|
||||
527,
|
||||
isomorphicReactPackageVersion$jscomp$inline_2008,
|
||||
"19.2.0-native-fb-0db8db17-20250503"
|
||||
"19.2.0-native-fb-0ca8420f-20250504"
|
||||
)
|
||||
);
|
||||
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-0db8db17-20250503",
|
||||
version: "19.2.0-native-fb-0ca8420f-20250504",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-0db8db17-20250503",
|
||||
reconcilerVersion: "19.2.0-native-fb-0ca8420f-20250504",
|
||||
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-0db8db17-20250503";
|
||||
exports.version = "19.2.0-native-fb-0ca8420f-20250504";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<85aa09f107ba434db93a065000252358>>
|
||||
* @generated SignedSource<<c54ac7085ae107295b7fd4afc851f21e>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -15630,10 +15630,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-0db8db17-20250503",
|
||||
version: "19.2.0-native-fb-0ca8420f-20250504",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-0db8db17-20250503"
|
||||
reconcilerVersion: "19.2.0-native-fb-0ca8420f-20250504"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -15778,5 +15778,5 @@ __DEV__ &&
|
||||
flushSyncWorkAcrossRoots_impl(0, !0));
|
||||
}
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-0db8db17-20250503";
|
||||
exports.version = "19.2.0-native-fb-0ca8420f-20250504";
|
||||
})();
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<6251831c68c02a3006d79b6238425f93>>
|
||||
* @generated SignedSource<<ce9bece8149a7de5c945fa96820c5411>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -9885,10 +9885,10 @@ function wrapFiber(fiber) {
|
||||
}
|
||||
var internals$jscomp$inline_1439 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-0db8db17-20250503",
|
||||
version: "19.2.0-native-fb-0ca8420f-20250504",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-0db8db17-20250503"
|
||||
reconcilerVersion: "19.2.0-native-fb-0ca8420f-20250504"
|
||||
};
|
||||
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-0db8db17-20250503";
|
||||
exports.version = "19.2.0-native-fb-0ca8420f-20250504";
|
||||
|
||||
+4
-4
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<f4f3adb921898e489ebc22e0b279b4cd>>
|
||||
* @generated SignedSource<<3c79640623f56cedb4e5a4a64677e970>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -10502,10 +10502,10 @@ function wrapFiber(fiber) {
|
||||
}
|
||||
var internals$jscomp$inline_1247 = {
|
||||
bundleType: 0,
|
||||
version: "19.2.0-native-fb-0db8db17-20250503",
|
||||
version: "19.2.0-native-fb-0ca8420f-20250504",
|
||||
rendererPackageName: "react-test-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-0db8db17-20250503",
|
||||
reconcilerVersion: "19.2.0-native-fb-0ca8420f-20250504",
|
||||
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-0db8db17-20250503";
|
||||
exports.version = "19.2.0-native-fb-0ca8420f-20250504";
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<123a1a8cc81fe9df190c47fa8d1a6a42>>
|
||||
* @generated SignedSource<<997a5e7ff5226269eca1a74a281301f7>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -1412,7 +1412,7 @@ __DEV__ &&
|
||||
exports.useTransition = function () {
|
||||
return resolveDispatcher().useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-0db8db17-20250503";
|
||||
exports.version = "19.2.0-native-fb-0ca8420f-20250504";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<3a89f713fe5a34202870f1d5c0e812f0>>
|
||||
* @generated SignedSource<<5b96effae27781c0d2683839a8b98cad>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -587,4 +587,4 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-0db8db17-20250503";
|
||||
exports.version = "19.2.0-native-fb-0ca8420f-20250504";
|
||||
|
||||
Vendored
+2
-2
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<65dda05e4eb3a39a27be7268bbe1a649>>
|
||||
* @generated SignedSource<<14504d10a5b0fec4c135d0f77460ef3f>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -591,7 +591,7 @@ exports.useSyncExternalStore = function (
|
||||
exports.useTransition = function () {
|
||||
return ReactSharedInternals.H.useTransition();
|
||||
};
|
||||
exports.version = "19.2.0-native-fb-0db8db17-20250503";
|
||||
exports.version = "19.2.0-native-fb-0ca8420f-20250504";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
||||
"function" ===
|
||||
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
0db8db178c1521f979535bdba32bf9db9f47ca05
|
||||
0ca8420f9d051285c452a590ac4a4c9476406bef
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<00bcf0be8fefe2f91a8cd819eefc0411>>
|
||||
* @generated SignedSource<<8729a1d579fb6539e0e984532e75edf5>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -17469,10 +17469,10 @@ __DEV__ &&
|
||||
(function () {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.0-native-fb-0db8db17-20250503",
|
||||
version: "19.2.0-native-fb-0ca8420f-20250504",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-0db8db17-20250503"
|
||||
reconcilerVersion: "19.2.0-native-fb-0ca8420f-20250504"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<2a0edd0ba1788942dcf693d467cb77a8>>
|
||||
* @generated SignedSource<<ff2c8fbe2781996c6941222df68d5340>>
|
||||
*/
|
||||
|
||||
"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-0db8db17-20250503",
|
||||
version: "19.2.0-native-fb-0ca8420f-20250504",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-0db8db17-20250503"
|
||||
reconcilerVersion: "19.2.0-native-fb-0ca8420f-20250504"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1251.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+3
-3
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<23dec15fb57c75aa35c6db5dd22bb9d7>>
|
||||
* @generated SignedSource<<c97ae78720df81ef098117fb6b9b9a23>>
|
||||
*/
|
||||
|
||||
"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-0db8db17-20250503",
|
||||
version: "19.2.0-native-fb-0ca8420f-20250504",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-0db8db17-20250503"
|
||||
reconcilerVersion: "19.2.0-native-fb-0ca8420f-20250504"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1352.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+5
-5
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<72db1a8da762592b008bae16caaeb9c2>>
|
||||
* @generated SignedSource<<1356d194b419b81931ed1893d2aa8c4b>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -17622,11 +17622,11 @@ __DEV__ &&
|
||||
shouldSuspendImpl = newShouldSuspendImpl;
|
||||
};
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-0db8db17-20250503" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-0ca8420f-20250504" !== 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-0db8db17-20250503\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.2.0-native-fb-0ca8420f-20250504\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-0db8db17-20250503",
|
||||
version: "19.2.0-native-fb-0ca8420f-20250504",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-0db8db17-20250503"
|
||||
reconcilerVersion: "19.2.0-native-fb-0ca8420f-20250504"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+5
-5
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<dc5ad82a9c8e077d1f122721754a3946>>
|
||||
* @generated SignedSource<<b44a4387ec3b412f9d221218fee9b0b1>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -11243,11 +11243,11 @@ function updateContainer(element, container, parentComponent, callback) {
|
||||
return lane;
|
||||
}
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-0db8db17-20250503" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-0ca8420f-20250504" !== 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-0db8db17-20250503\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.2.0-native-fb-0ca8420f-20250504\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-0db8db17-20250503",
|
||||
version: "19.2.0-native-fb-0ca8420f-20250504",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-0db8db17-20250503"
|
||||
reconcilerVersion: "19.2.0-native-fb-0ca8420f-20250504"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1299.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
+5
-5
@@ -7,7 +7,7 @@
|
||||
* @noflow
|
||||
* @nolint
|
||||
* @preventMunge
|
||||
* @generated SignedSource<<00cafedfbda94b63e52bd7e7a293ee0e>>
|
||||
* @generated SignedSource<<5ff8f118d07254ae9213077a2883643d>>
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
@@ -11942,11 +11942,11 @@ function updateContainer(element, container, parentComponent, callback) {
|
||||
return lane;
|
||||
}
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.0-native-fb-0db8db17-20250503" !== isomorphicReactPackageVersion)
|
||||
if ("19.2.0-native-fb-0ca8420f-20250504" !== 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-0db8db17-20250503\nLearn more: https://react.dev/warnings/version-mismatch")
|
||||
"\n - react-native-renderer: 19.2.0-native-fb-0ca8420f-20250504\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-0db8db17-20250503",
|
||||
version: "19.2.0-native-fb-0ca8420f-20250504",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.0-native-fb-0db8db17-20250503"
|
||||
reconcilerVersion: "19.2.0-native-fb-0ca8420f-20250504"
|
||||
};
|
||||
null !== extraDevToolsConfig &&
|
||||
(internals$jscomp$inline_1400.rendererConfig = extraDevToolsConfig);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "eslint-plugin-react-hooks",
|
||||
"description": "ESLint rules for React Hooks",
|
||||
"version": "0.0.0-experimental-0db8db17-20250503",
|
||||
"version": "0.0.0-experimental-0ca8420f-20250504",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/facebook/react.git",
|
||||
|
||||
Reference in New Issue
Block a user