Skip to content

Commit

Permalink
[crud] Fix copy paste typo (#31588)
Browse files Browse the repository at this point in the history
Happens to the best of us.

DiffTrain build for [7558ffe](7558ffe)
  • Loading branch information
poteto committed Nov 19, 2024
1 parent 729d103 commit b7dde5b
Show file tree
Hide file tree
Showing 23 changed files with 157 additions and 226 deletions.
2 changes: 1 addition & 1 deletion compiled-rn/VERSION_NATIVE_FB
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.0.0-native-fb-047d95e8-20241118
19.0.0-native-fb-7558ffe8-20241119
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<0650141cad70c9ec1bcd21a6ea72fe7c>>
* @generated SignedSource<<32ccf249f9d39a774d7fc7c98e67b8d2>>
*/

"use strict";
Expand Down Expand Up @@ -420,5 +420,5 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.0.0-native-fb-047d95e8-20241118";
exports.version = "19.0.0-native-fb-7558ffe8-20241119";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<54a2c1eccfdc810d25634241da83f50d>>
* @generated SignedSource<<fc0bed5caeca1f179c41421deef4d194>>
*/

"use strict";
Expand Down Expand Up @@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.0.0-native-fb-047d95e8-20241118";
exports.version = "19.0.0-native-fb-7558ffe8-20241119";
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<54a2c1eccfdc810d25634241da83f50d>>
* @generated SignedSource<<fc0bed5caeca1f179c41421deef4d194>>
*/

"use strict";
Expand Down Expand Up @@ -203,4 +203,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.0.0-native-fb-047d95e8-20241118";
exports.version = "19.0.0-native-fb-7558ffe8-20241119";
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<8fcba17a375a0c009996fc9de685867e>>
* @generated SignedSource<<806ff10d7e8fd51d088264c75ced6918>>
*/

/*
Expand Down Expand Up @@ -24347,24 +24347,25 @@ __DEV__ &&
return useMemoCache(size);
}
};
HooksDispatcherOnRerenderInDEV.useResourceEffect = function (
create,
createDeps,
update,
updateDeps,
destroy
) {
currentHookNameInDev = "useResourceEffect";
warnInvalidHookAccess();
mountHookTypesDev();
return mountResourceEffect(
enableUseResourceEffectHook &&
(InvalidNestedHooksDispatcherOnMountInDEV.useResourceEffect = function (
create,
createDeps,
update,
updateDeps,
destroy
);
};
) {
currentHookNameInDev = "useResourceEffect";
warnInvalidHookAccess();
mountHookTypesDev();
return mountResourceEffect(
create,
createDeps,
update,
updateDeps,
destroy
);
});
InvalidNestedHooksDispatcherOnMountInDEV.useHostTransitionStatus =
useHostTransitionStatus;
InvalidNestedHooksDispatcherOnMountInDEV.useFormState = function (
Expand Down Expand Up @@ -25747,11 +25748,11 @@ __DEV__ &&
};
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-native-fb-047d95e8-20241118" !== isomorphicReactPackageVersion)
if ("19.0.0-native-fb-7558ffe8-20241119" !== 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.0.0-native-fb-047d95e8-20241118\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-native-fb-7558ffe8-20241119\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
Expand Down Expand Up @@ -25788,11 +25789,11 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.0.0-native-fb-047d95e8-20241118",
version: "19.0.0-native-fb-7558ffe8-20241119",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: getClosestInstanceFromNode,
reconcilerVersion: "19.0.0-native-fb-047d95e8-20241118"
reconcilerVersion: "19.0.0-native-fb-7558ffe8-20241119"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
Expand Down Expand Up @@ -25936,5 +25937,5 @@ __DEV__ &&
listenToAllSupportedEvents(container);
return new ReactDOMHydrationRoot(initialChildren);
};
exports.version = "19.0.0-native-fb-047d95e8-20241118";
exports.version = "19.0.0-native-fb-7558ffe8-20241119";
})();
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<ee6f0f433e1d78c24da1296d2a45a7e9>>
* @generated SignedSource<<9813d7286f73ada6100741259a199914>>
*/

/*
Expand Down Expand Up @@ -15818,14 +15818,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_1735 = React.version;
if (
"19.0.0-native-fb-047d95e8-20241118" !==
"19.0.0-native-fb-7558ffe8-20241119" !==
isomorphicReactPackageVersion$jscomp$inline_1735
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1735,
"19.0.0-native-fb-047d95e8-20241118"
"19.0.0-native-fb-7558ffe8-20241119"
)
);
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
Expand All @@ -15847,11 +15847,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
};
var internals$jscomp$inline_2193 = {
bundleType: 0,
version: "19.0.0-native-fb-047d95e8-20241118",
version: "19.0.0-native-fb-7558ffe8-20241119",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: getClosestInstanceFromNode,
reconcilerVersion: "19.0.0-native-fb-047d95e8-20241118"
reconcilerVersion: "19.0.0-native-fb-7558ffe8-20241119"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2194 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down Expand Up @@ -15955,4 +15955,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
listenToAllSupportedEvents(container);
return new ReactDOMHydrationRoot(initialChildren);
};
exports.version = "19.0.0-native-fb-047d95e8-20241118";
exports.version = "19.0.0-native-fb-7558ffe8-20241119";
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<474c49c11e605473e4ed6ccc419c6f7f>>
* @generated SignedSource<<207c24024229f9f4c69e4b286da3e185>>
*/

/*
Expand Down Expand Up @@ -16471,14 +16471,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_1825 = React.version;
if (
"19.0.0-native-fb-047d95e8-20241118" !==
"19.0.0-native-fb-7558ffe8-20241119" !==
isomorphicReactPackageVersion$jscomp$inline_1825
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1825,
"19.0.0-native-fb-047d95e8-20241118"
"19.0.0-native-fb-7558ffe8-20241119"
)
);
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
Expand All @@ -16500,11 +16500,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
};
var internals$jscomp$inline_1832 = {
bundleType: 0,
version: "19.0.0-native-fb-047d95e8-20241118",
version: "19.0.0-native-fb-7558ffe8-20241119",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: getClosestInstanceFromNode,
reconcilerVersion: "19.0.0-native-fb-047d95e8-20241118",
reconcilerVersion: "19.0.0-native-fb-7558ffe8-20241119",
getLaneLabelMap: function () {
for (
var map = new Map(), lane = 1, index$292 = 0;
Expand Down Expand Up @@ -16623,4 +16623,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
listenToAllSupportedEvents(container);
return new ReactDOMHydrationRoot(initialChildren);
};
exports.version = "19.0.0-native-fb-047d95e8-20241118";
exports.version = "19.0.0-native-fb-7558ffe8-20241119";
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<6706b3f98ac374fb0f23214463abbf9b>>
* @generated SignedSource<<370f37454d50e09c9002b34dd5b59795>>
*/

/*
Expand Down Expand Up @@ -24408,24 +24408,25 @@ __DEV__ &&
return useMemoCache(size);
}
};
HooksDispatcherOnRerenderInDEV.useResourceEffect = function (
create,
createDeps,
update,
updateDeps,
destroy
) {
currentHookNameInDev = "useResourceEffect";
warnInvalidHookAccess();
mountHookTypesDev();
return mountResourceEffect(
enableUseResourceEffectHook &&
(InvalidNestedHooksDispatcherOnMountInDEV.useResourceEffect = function (
create,
createDeps,
update,
updateDeps,
destroy
);
};
) {
currentHookNameInDev = "useResourceEffect";
warnInvalidHookAccess();
mountHookTypesDev();
return mountResourceEffect(
create,
createDeps,
update,
updateDeps,
destroy
);
});
InvalidNestedHooksDispatcherOnMountInDEV.useHostTransitionStatus =
useHostTransitionStatus;
InvalidNestedHooksDispatcherOnMountInDEV.useFormState = function (
Expand Down Expand Up @@ -25808,11 +25809,11 @@ __DEV__ &&
};
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.0.0-native-fb-047d95e8-20241118" !== isomorphicReactPackageVersion)
if ("19.0.0-native-fb-7558ffe8-20241119" !== 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.0.0-native-fb-047d95e8-20241118\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.0.0-native-fb-7558ffe8-20241119\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
Expand Down Expand Up @@ -25849,11 +25850,11 @@ __DEV__ &&
!(function () {
var internals = {
bundleType: 1,
version: "19.0.0-native-fb-047d95e8-20241118",
version: "19.0.0-native-fb-7558ffe8-20241119",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: getClosestInstanceFromNode,
reconcilerVersion: "19.0.0-native-fb-047d95e8-20241118"
reconcilerVersion: "19.0.0-native-fb-7558ffe8-20241119"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
Expand Down Expand Up @@ -26313,7 +26314,7 @@ __DEV__ &&
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.0.0-native-fb-047d95e8-20241118";
exports.version = "19.0.0-native-fb-7558ffe8-20241119";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @noflow
* @nolint
* @preventMunge
* @generated SignedSource<<eaa5a8abc89488a86b8893aae7cb87d8>>
* @generated SignedSource<<bb00f785c232ff44ed8597c917b5f9b5>>
*/

/*
Expand Down Expand Up @@ -15829,14 +15829,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_1736 = React.version;
if (
"19.0.0-native-fb-047d95e8-20241118" !==
"19.0.0-native-fb-7558ffe8-20241119" !==
isomorphicReactPackageVersion$jscomp$inline_1736
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_1736,
"19.0.0-native-fb-047d95e8-20241118"
"19.0.0-native-fb-7558ffe8-20241119"
)
);
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
Expand All @@ -15858,11 +15858,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
};
var internals$jscomp$inline_2196 = {
bundleType: 0,
version: "19.0.0-native-fb-047d95e8-20241118",
version: "19.0.0-native-fb-7558ffe8-20241119",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
findFiberByHostInstance: getClosestInstanceFromNode,
reconcilerVersion: "19.0.0-native-fb-047d95e8-20241118"
reconcilerVersion: "19.0.0-native-fb-7558ffe8-20241119"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2197 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down Expand Up @@ -16120,4 +16120,4 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.0.0-native-fb-047d95e8-20241118";
exports.version = "19.0.0-native-fb-7558ffe8-20241119";
Loading

0 comments on commit b7dde5b

Please sign in to comment.