Skip to content

Commit 63038b4

Browse files
committed
[crud] Fix copy paste typo (#31588)
Happens to the best of us. DiffTrain build for [7558ffe](7558ffe)
1 parent c506d49 commit 63038b4

34 files changed

+228
-366
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
eaf2d5c670c84124618977156d81946435922eb3
1+
7558ffe84df6bab5d701fd90de1c6313f9a1c066
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
eaf2d5c670c84124618977156d81946435922eb3
1+
7558ffe84df6bab5d701fd90de1c6313f9a1c066

compiled/facebook-www/React-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ __DEV__ &&
18371837
exports.useTransition = function () {
18381838
return resolveDispatcher().useTransition();
18391839
};
1840-
exports.version = "19.0.0-www-classic-eaf2d5c6-20241119";
1840+
exports.version = "19.0.0-www-classic-7558ffe8-20241119";
18411841
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
18421842
"function" ===
18431843
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1837,7 +1837,7 @@ __DEV__ &&
18371837
exports.useTransition = function () {
18381838
return resolveDispatcher().useTransition();
18391839
};
1840-
exports.version = "19.0.0-www-modern-eaf2d5c6-20241119";
1840+
exports.version = "19.0.0-www-modern-7558ffe8-20241119";
18411841
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
18421842
"function" ===
18431843
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,4 +636,4 @@ exports.useSyncExternalStore = function (
636636
exports.useTransition = function () {
637637
return ReactSharedInternals.H.useTransition();
638638
};
639-
exports.version = "19.0.0-www-classic-eaf2d5c6-20241119";
639+
exports.version = "19.0.0-www-classic-7558ffe8-20241119";

compiled/facebook-www/React-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,4 +636,4 @@ exports.useSyncExternalStore = function (
636636
exports.useTransition = function () {
637637
return ReactSharedInternals.H.useTransition();
638638
};
639-
exports.version = "19.0.0-www-modern-eaf2d5c6-20241119";
639+
exports.version = "19.0.0-www-modern-7558ffe8-20241119";

compiled/facebook-www/React-profiling.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ exports.useSyncExternalStore = function (
640640
exports.useTransition = function () {
641641
return ReactSharedInternals.H.useTransition();
642642
};
643-
exports.version = "19.0.0-www-classic-eaf2d5c6-20241119";
643+
exports.version = "19.0.0-www-classic-7558ffe8-20241119";
644644
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
645645
"function" ===
646646
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-profiling.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ exports.useSyncExternalStore = function (
640640
exports.useTransition = function () {
641641
return ReactSharedInternals.H.useTransition();
642642
};
643-
exports.version = "19.0.0-www-modern-eaf2d5c6-20241119";
643+
exports.version = "19.0.0-www-modern-7558ffe8-20241119";
644644
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
645645
"function" ===
646646
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.classic.js

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15969,24 +15969,25 @@ __DEV__ &&
1596915969
return mountEvent(callback);
1597015970
}
1597115971
};
15972-
HooksDispatcherOnRerenderInDEV.useResourceEffect = function (
15973-
create,
15974-
createDeps,
15975-
update,
15976-
updateDeps,
15977-
destroy
15978-
) {
15979-
currentHookNameInDev = "useResourceEffect";
15980-
warnInvalidHookAccess();
15981-
mountHookTypesDev();
15982-
return mountResourceEffect(
15972+
enableUseResourceEffectHook &&
15973+
(InvalidNestedHooksDispatcherOnMountInDEV.useResourceEffect = function (
1598315974
create,
1598415975
createDeps,
1598515976
update,
1598615977
updateDeps,
1598715978
destroy
15988-
);
15989-
};
15979+
) {
15980+
currentHookNameInDev = "useResourceEffect";
15981+
warnInvalidHookAccess();
15982+
mountHookTypesDev();
15983+
return mountResourceEffect(
15984+
create,
15985+
createDeps,
15986+
update,
15987+
updateDeps,
15988+
destroy
15989+
);
15990+
});
1599015991
InvalidNestedHooksDispatcherOnMountInDEV.useHostTransitionStatus =
1599115992
useHostTransitionStatus;
1599215993
InvalidNestedHooksDispatcherOnMountInDEV.useFormState = function (
@@ -17113,11 +17114,11 @@ __DEV__ &&
1711317114
(function () {
1711417115
var internals = {
1711517116
bundleType: 1,
17116-
version: "19.0.0-www-classic-eaf2d5c6-20241119",
17117+
version: "19.0.0-www-classic-7558ffe8-20241119",
1711717118
rendererPackageName: "react-art",
1711817119
currentDispatcherRef: ReactSharedInternals,
1711917120
findFiberByHostInstance: getInstanceFromNode,
17120-
reconcilerVersion: "19.0.0-www-classic-eaf2d5c6-20241119"
17121+
reconcilerVersion: "19.0.0-www-classic-7558ffe8-20241119"
1712117122
};
1712217123
internals.overrideHookState = overrideHookState;
1712317124
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -17151,7 +17152,7 @@ __DEV__ &&
1715117152
exports.Shape = Shape;
1715217153
exports.Surface = Surface;
1715317154
exports.Text = Text;
17154-
exports.version = "19.0.0-www-classic-eaf2d5c6-20241119";
17155+
exports.version = "19.0.0-www-classic-7558ffe8-20241119";
1715517156
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1715617157
"function" ===
1715717158
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.modern.js

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15722,24 +15722,25 @@ __DEV__ &&
1572215722
return mountEvent(callback);
1572315723
}
1572415724
};
15725-
HooksDispatcherOnRerenderInDEV.useResourceEffect = function (
15726-
create,
15727-
createDeps,
15728-
update,
15729-
updateDeps,
15730-
destroy
15731-
) {
15732-
currentHookNameInDev = "useResourceEffect";
15733-
warnInvalidHookAccess();
15734-
mountHookTypesDev();
15735-
return mountResourceEffect(
15725+
enableUseResourceEffectHook &&
15726+
(InvalidNestedHooksDispatcherOnMountInDEV.useResourceEffect = function (
1573615727
create,
1573715728
createDeps,
1573815729
update,
1573915730
updateDeps,
1574015731
destroy
15741-
);
15742-
};
15732+
) {
15733+
currentHookNameInDev = "useResourceEffect";
15734+
warnInvalidHookAccess();
15735+
mountHookTypesDev();
15736+
return mountResourceEffect(
15737+
create,
15738+
createDeps,
15739+
update,
15740+
updateDeps,
15741+
destroy
15742+
);
15743+
});
1574315744
InvalidNestedHooksDispatcherOnMountInDEV.useHostTransitionStatus =
1574415745
useHostTransitionStatus;
1574515746
InvalidNestedHooksDispatcherOnMountInDEV.useFormState = function (
@@ -16876,11 +16877,11 @@ __DEV__ &&
1687616877
(function () {
1687716878
var internals = {
1687816879
bundleType: 1,
16879-
version: "19.0.0-www-modern-eaf2d5c6-20241119",
16880+
version: "19.0.0-www-modern-7558ffe8-20241119",
1688016881
rendererPackageName: "react-art",
1688116882
currentDispatcherRef: ReactSharedInternals,
1688216883
findFiberByHostInstance: getInstanceFromNode,
16883-
reconcilerVersion: "19.0.0-www-modern-eaf2d5c6-20241119"
16884+
reconcilerVersion: "19.0.0-www-modern-7558ffe8-20241119"
1688416885
};
1688516886
internals.overrideHookState = overrideHookState;
1688616887
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16914,7 +16915,7 @@ __DEV__ &&
1691416915
exports.Shape = Shape;
1691516916
exports.Surface = Surface;
1691616917
exports.Text = Text;
16917-
exports.version = "19.0.0-www-modern-eaf2d5c6-20241119";
16918+
exports.version = "19.0.0-www-modern-7558ffe8-20241119";
1691816919
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1691916920
"function" ===
1692016921
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-prod.classic.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10813,13 +10813,13 @@ var slice = Array.prototype.slice,
1081310813
})(React.Component);
1081410814
var internals$jscomp$inline_1509 = {
1081510815
bundleType: 0,
10816-
version: "19.0.0-www-classic-eaf2d5c6-20241119",
10816+
version: "19.0.0-www-classic-7558ffe8-20241119",
1081710817
rendererPackageName: "react-art",
1081810818
currentDispatcherRef: ReactSharedInternals,
1081910819
findFiberByHostInstance: function () {
1082010820
return null;
1082110821
},
10822-
reconcilerVersion: "19.0.0-www-classic-eaf2d5c6-20241119"
10822+
reconcilerVersion: "19.0.0-www-classic-7558ffe8-20241119"
1082310823
};
1082410824
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1082510825
var hook$jscomp$inline_1510 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -10845,4 +10845,4 @@ exports.RadialGradient = RadialGradient;
1084510845
exports.Shape = TYPES.SHAPE;
1084610846
exports.Surface = Surface;
1084710847
exports.Text = Text;
10848-
exports.version = "19.0.0-www-classic-eaf2d5c6-20241119";
10848+
exports.version = "19.0.0-www-classic-7558ffe8-20241119";

compiled/facebook-www/ReactART-prod.modern.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10529,13 +10529,13 @@ var slice = Array.prototype.slice,
1052910529
})(React.Component);
1053010530
var internals$jscomp$inline_1488 = {
1053110531
bundleType: 0,
10532-
version: "19.0.0-www-modern-eaf2d5c6-20241119",
10532+
version: "19.0.0-www-modern-7558ffe8-20241119",
1053310533
rendererPackageName: "react-art",
1053410534
currentDispatcherRef: ReactSharedInternals,
1053510535
findFiberByHostInstance: function () {
1053610536
return null;
1053710537
},
10538-
reconcilerVersion: "19.0.0-www-modern-eaf2d5c6-20241119"
10538+
reconcilerVersion: "19.0.0-www-modern-7558ffe8-20241119"
1053910539
};
1054010540
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1054110541
var hook$jscomp$inline_1489 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -10561,4 +10561,4 @@ exports.RadialGradient = RadialGradient;
1056110561
exports.Shape = TYPES.SHAPE;
1056210562
exports.Surface = Surface;
1056310563
exports.Text = Text;
10564-
exports.version = "19.0.0-www-modern-eaf2d5c6-20241119";
10564+
exports.version = "19.0.0-www-modern-7558ffe8-20241119";

compiled/facebook-www/ReactDOM-dev.classic.js

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25768,24 +25768,25 @@ __DEV__ &&
2576825768
return mountEvent(callback);
2576925769
}
2577025770
};
25771-
HooksDispatcherOnRerenderInDEV.useResourceEffect = function (
25772-
create,
25773-
createDeps,
25774-
update,
25775-
updateDeps,
25776-
destroy
25777-
) {
25778-
currentHookNameInDev = "useResourceEffect";
25779-
warnInvalidHookAccess();
25780-
mountHookTypesDev();
25781-
return mountResourceEffect(
25771+
enableUseResourceEffectHook &&
25772+
(InvalidNestedHooksDispatcherOnMountInDEV.useResourceEffect = function (
2578225773
create,
2578325774
createDeps,
2578425775
update,
2578525776
updateDeps,
2578625777
destroy
25787-
);
25788-
};
25778+
) {
25779+
currentHookNameInDev = "useResourceEffect";
25780+
warnInvalidHookAccess();
25781+
mountHookTypesDev();
25782+
return mountResourceEffect(
25783+
create,
25784+
createDeps,
25785+
update,
25786+
updateDeps,
25787+
destroy
25788+
);
25789+
});
2578925790
InvalidNestedHooksDispatcherOnMountInDEV.useHostTransitionStatus =
2579025791
useHostTransitionStatus;
2579125792
InvalidNestedHooksDispatcherOnMountInDEV.useFormState = function (
@@ -27531,11 +27532,11 @@ __DEV__ &&
2753127532
return_targetInst = null;
2753227533
(function () {
2753327534
var isomorphicReactPackageVersion = React.version;
27534-
if ("19.0.0-www-classic-eaf2d5c6-20241119" !== isomorphicReactPackageVersion)
27535+
if ("19.0.0-www-classic-7558ffe8-20241119" !== isomorphicReactPackageVersion)
2753527536
throw Error(
2753627537
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2753727538
(isomorphicReactPackageVersion +
27538-
"\n - react-dom: 19.0.0-www-classic-eaf2d5c6-20241119\nLearn more: https://react.dev/warnings/version-mismatch")
27539+
"\n - react-dom: 19.0.0-www-classic-7558ffe8-20241119\nLearn more: https://react.dev/warnings/version-mismatch")
2753927540
);
2754027541
})();
2754127542
("function" === typeof Map &&
@@ -27578,11 +27579,11 @@ __DEV__ &&
2757827579
!(function () {
2757927580
var internals = {
2758027581
bundleType: 1,
27581-
version: "19.0.0-www-classic-eaf2d5c6-20241119",
27582+
version: "19.0.0-www-classic-7558ffe8-20241119",
2758227583
rendererPackageName: "react-dom",
2758327584
currentDispatcherRef: ReactSharedInternals,
2758427585
findFiberByHostInstance: getClosestInstanceFromNode,
27585-
reconcilerVersion: "19.0.0-www-classic-eaf2d5c6-20241119"
27586+
reconcilerVersion: "19.0.0-www-classic-7558ffe8-20241119"
2758627587
};
2758727588
internals.overrideHookState = overrideHookState;
2758827589
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -28187,7 +28188,7 @@ __DEV__ &&
2818728188
exports.useFormStatus = function () {
2818828189
return resolveDispatcher().useHostTransitionStatus();
2818928190
};
28190-
exports.version = "19.0.0-www-classic-eaf2d5c6-20241119";
28191+
exports.version = "19.0.0-www-classic-7558ffe8-20241119";
2819128192
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2819228193
"function" ===
2819328194
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactDOM-dev.modern.js

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25549,24 +25549,25 @@ __DEV__ &&
2554925549
return mountEvent(callback);
2555025550
}
2555125551
};
25552-
HooksDispatcherOnRerenderInDEV.useResourceEffect = function (
25553-
create,
25554-
createDeps,
25555-
update,
25556-
updateDeps,
25557-
destroy
25558-
) {
25559-
currentHookNameInDev = "useResourceEffect";
25560-
warnInvalidHookAccess();
25561-
mountHookTypesDev();
25562-
return mountResourceEffect(
25552+
enableUseResourceEffectHook &&
25553+
(InvalidNestedHooksDispatcherOnMountInDEV.useResourceEffect = function (
2556325554
create,
2556425555
createDeps,
2556525556
update,
2556625557
updateDeps,
2556725558
destroy
25568-
);
25569-
};
25559+
) {
25560+
currentHookNameInDev = "useResourceEffect";
25561+
warnInvalidHookAccess();
25562+
mountHookTypesDev();
25563+
return mountResourceEffect(
25564+
create,
25565+
createDeps,
25566+
update,
25567+
updateDeps,
25568+
destroy
25569+
);
25570+
});
2557025571
InvalidNestedHooksDispatcherOnMountInDEV.useHostTransitionStatus =
2557125572
useHostTransitionStatus;
2557225573
InvalidNestedHooksDispatcherOnMountInDEV.useFormState = function (
@@ -27310,11 +27311,11 @@ __DEV__ &&
2731027311
return_targetInst = null;
2731127312
(function () {
2731227313
var isomorphicReactPackageVersion = React.version;
27313-
if ("19.0.0-www-modern-eaf2d5c6-20241119" !== isomorphicReactPackageVersion)
27314+
if ("19.0.0-www-modern-7558ffe8-20241119" !== isomorphicReactPackageVersion)
2731427315
throw Error(
2731527316
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2731627317
(isomorphicReactPackageVersion +
27317-
"\n - react-dom: 19.0.0-www-modern-eaf2d5c6-20241119\nLearn more: https://react.dev/warnings/version-mismatch")
27318+
"\n - react-dom: 19.0.0-www-modern-7558ffe8-20241119\nLearn more: https://react.dev/warnings/version-mismatch")
2731827319
);
2731927320
})();
2732027321
("function" === typeof Map &&
@@ -27357,11 +27358,11 @@ __DEV__ &&
2735727358
!(function () {
2735827359
var internals = {
2735927360
bundleType: 1,
27360-
version: "19.0.0-www-modern-eaf2d5c6-20241119",
27361+
version: "19.0.0-www-modern-7558ffe8-20241119",
2736127362
rendererPackageName: "react-dom",
2736227363
currentDispatcherRef: ReactSharedInternals,
2736327364
findFiberByHostInstance: getClosestInstanceFromNode,
27364-
reconcilerVersion: "19.0.0-www-modern-eaf2d5c6-20241119"
27365+
reconcilerVersion: "19.0.0-www-modern-7558ffe8-20241119"
2736527366
};
2736627367
internals.overrideHookState = overrideHookState;
2736727368
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -27966,7 +27967,7 @@ __DEV__ &&
2796627967
exports.useFormStatus = function () {
2796727968
return resolveDispatcher().useHostTransitionStatus();
2796827969
};
27969-
exports.version = "19.0.0-www-modern-eaf2d5c6-20241119";
27970+
exports.version = "19.0.0-www-modern-7558ffe8-20241119";
2797027971
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2797127972
"function" ===
2797227973
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)