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 &&

0 commit comments

Comments
 (0)