Skip to content

Commit 6aab938

Browse files
committed
[crud] Rename Effect type (#31557)
Adds a new `Effect` type which for now just points to the `SimpleEffect` type, in prepartion for later in the stack where we add more. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31557). * #31523 * __->__ #31557 * #31556 * #31555 DiffTrain build for [053b3cb](053b3cb)
1 parent 06cc3b9 commit 6aab938

34 files changed

+956
-956
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3720870a979b48a1ea8776f64a190878b8558f2b
1+
92c0f5f85fed42024b17bf6595291f9f5d6e8734
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3720870a979b48a1ea8776f64a190878b8558f2b
1+
92c0f5f85fed42024b17bf6595291f9f5d6e8734

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1819,7 +1819,7 @@ __DEV__ &&
18191819
exports.useTransition = function () {
18201820
return resolveDispatcher().useTransition();
18211821
};
1822-
exports.version = "19.0.0-www-classic-3720870a-20241115";
1822+
exports.version = "19.0.0-www-classic-053b3cb0-20241115";
18231823
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
18241824
"function" ===
18251825
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
@@ -1819,7 +1819,7 @@ __DEV__ &&
18191819
exports.useTransition = function () {
18201820
return resolveDispatcher().useTransition();
18211821
};
1822-
exports.version = "19.0.0-www-modern-3720870a-20241115";
1822+
exports.version = "19.0.0-www-modern-053b3cb0-20241115";
18231823
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
18241824
"function" ===
18251825
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
@@ -619,4 +619,4 @@ exports.useSyncExternalStore = function (
619619
exports.useTransition = function () {
620620
return ReactSharedInternals.H.useTransition();
621621
};
622-
exports.version = "19.0.0-www-classic-3720870a-20241115";
622+
exports.version = "19.0.0-www-classic-053b3cb0-20241115";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,4 +619,4 @@ exports.useSyncExternalStore = function (
619619
exports.useTransition = function () {
620620
return ReactSharedInternals.H.useTransition();
621621
};
622-
exports.version = "19.0.0-www-modern-3720870a-20241115";
622+
exports.version = "19.0.0-www-modern-053b3cb0-20241115";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ exports.useSyncExternalStore = function (
623623
exports.useTransition = function () {
624624
return ReactSharedInternals.H.useTransition();
625625
};
626-
exports.version = "19.0.0-www-classic-3720870a-20241115";
626+
exports.version = "19.0.0-www-classic-053b3cb0-20241115";
627627
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
628628
"function" ===
629629
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
@@ -623,7 +623,7 @@ exports.useSyncExternalStore = function (
623623
exports.useTransition = function () {
624624
return ReactSharedInternals.H.useTransition();
625625
};
626-
exports.version = "19.0.0-www-modern-3720870a-20241115";
626+
exports.version = "19.0.0-www-modern-053b3cb0-20241115";
627627
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
628628
"function" ===
629629
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16717,11 +16717,11 @@ __DEV__ &&
1671716717
(function () {
1671816718
var internals = {
1671916719
bundleType: 1,
16720-
version: "19.0.0-www-classic-3720870a-20241115",
16720+
version: "19.0.0-www-classic-053b3cb0-20241115",
1672116721
rendererPackageName: "react-art",
1672216722
currentDispatcherRef: ReactSharedInternals,
1672316723
findFiberByHostInstance: getInstanceFromNode,
16724-
reconcilerVersion: "19.0.0-www-classic-3720870a-20241115"
16724+
reconcilerVersion: "19.0.0-www-classic-053b3cb0-20241115"
1672516725
};
1672616726
internals.overrideHookState = overrideHookState;
1672716727
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16755,7 +16755,7 @@ __DEV__ &&
1675516755
exports.Shape = Shape;
1675616756
exports.Surface = Surface;
1675716757
exports.Text = Text;
16758-
exports.version = "19.0.0-www-classic-3720870a-20241115";
16758+
exports.version = "19.0.0-www-classic-053b3cb0-20241115";
1675916759
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1676016760
"function" ===
1676116761
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16480,11 +16480,11 @@ __DEV__ &&
1648016480
(function () {
1648116481
var internals = {
1648216482
bundleType: 1,
16483-
version: "19.0.0-www-modern-3720870a-20241115",
16483+
version: "19.0.0-www-modern-053b3cb0-20241115",
1648416484
rendererPackageName: "react-art",
1648516485
currentDispatcherRef: ReactSharedInternals,
1648616486
findFiberByHostInstance: getInstanceFromNode,
16487-
reconcilerVersion: "19.0.0-www-modern-3720870a-20241115"
16487+
reconcilerVersion: "19.0.0-www-modern-053b3cb0-20241115"
1648816488
};
1648916489
internals.overrideHookState = overrideHookState;
1649016490
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16518,7 +16518,7 @@ __DEV__ &&
1651816518
exports.Shape = Shape;
1651916519
exports.Surface = Surface;
1652016520
exports.Text = Text;
16521-
exports.version = "19.0.0-www-modern-3720870a-20241115";
16521+
exports.version = "19.0.0-www-modern-053b3cb0-20241115";
1652216522
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1652316523
"function" ===
1652416524
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)