Skip to content

Commit cd476cf

Browse files
committed
Remove now dead argument from resolveClassComponentProps (#33682)
No longer used after #33648 DiffTrain build for [73aa744](73aa744)
1 parent 6784e4e commit cd476cf

34 files changed

+106
-126
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
602917c8cb521e6f9b8eae7070985e2a698fc0d0
1+
73aa744b7029556430f409ec3887a714940698ba
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
602917c8cb521e6f9b8eae7070985e2a698fc0d0
1+
73aa744b7029556430f409ec3887a714940698ba

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ __DEV__ &&
14341434
exports.useTransition = function () {
14351435
return resolveDispatcher().useTransition();
14361436
};
1437-
exports.version = "19.2.0-www-classic-602917c8-20250701";
1437+
exports.version = "19.2.0-www-classic-73aa744b-20250702";
14381438
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14391439
"function" ===
14401440
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
@@ -1434,7 +1434,7 @@ __DEV__ &&
14341434
exports.useTransition = function () {
14351435
return resolveDispatcher().useTransition();
14361436
};
1437-
exports.version = "19.2.0-www-modern-602917c8-20250701";
1437+
exports.version = "19.2.0-www-modern-73aa744b-20250702";
14381438
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14391439
"function" ===
14401440
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
@@ -610,4 +610,4 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.2.0-www-classic-602917c8-20250701";
613+
exports.version = "19.2.0-www-classic-73aa744b-20250702";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,4 +610,4 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.2.0-www-modern-602917c8-20250701";
613+
exports.version = "19.2.0-www-modern-73aa744b-20250702";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ exports.useSyncExternalStore = function (
614614
exports.useTransition = function () {
615615
return ReactSharedInternals.H.useTransition();
616616
};
617-
exports.version = "19.2.0-www-classic-602917c8-20250701";
617+
exports.version = "19.2.0-www-classic-73aa744b-20250702";
618618
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
619619
"function" ===
620620
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
@@ -614,7 +614,7 @@ exports.useSyncExternalStore = function (
614614
exports.useTransition = function () {
615615
return ReactSharedInternals.H.useTransition();
616616
};
617-
exports.version = "19.2.0-www-modern-602917c8-20250701";
617+
exports.version = "19.2.0-www-modern-73aa744b-20250702";
618618
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
619619
"function" ===
620620
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10607,8 +10607,7 @@ __DEV__ &&
1060710607
try {
1060810608
var resolvedPrevProps = resolveClassComponentProps(
1060910609
finishedWork.type,
10610-
prevProps,
10611-
finishedWork.elementType === finishedWork.type
10610+
prevProps
1061210611
);
1061310612
var snapshot = runWithFiberInDEV(
1061410613
finishedWork,
@@ -19129,10 +19128,10 @@ __DEV__ &&
1912919128
(function () {
1913019129
var internals = {
1913119130
bundleType: 1,
19132-
version: "19.2.0-www-classic-602917c8-20250701",
19131+
version: "19.2.0-www-classic-73aa744b-20250702",
1913319132
rendererPackageName: "react-art",
1913419133
currentDispatcherRef: ReactSharedInternals,
19135-
reconcilerVersion: "19.2.0-www-classic-602917c8-20250701"
19134+
reconcilerVersion: "19.2.0-www-classic-73aa744b-20250702"
1913619135
};
1913719136
internals.overrideHookState = overrideHookState;
1913819137
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19166,7 +19165,7 @@ __DEV__ &&
1916619165
exports.Shape = Shape;
1916719166
exports.Surface = Surface;
1916819167
exports.Text = Text;
19169-
exports.version = "19.2.0-www-classic-602917c8-20250701";
19168+
exports.version = "19.2.0-www-classic-73aa744b-20250702";
1917019169
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1917119170
"function" ===
1917219171
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10425,8 +10425,7 @@ __DEV__ &&
1042510425
try {
1042610426
var resolvedPrevProps = resolveClassComponentProps(
1042710427
finishedWork.type,
10428-
prevProps,
10429-
finishedWork.elementType === finishedWork.type
10428+
prevProps
1043010429
);
1043110430
var snapshot = runWithFiberInDEV(
1043210431
finishedWork,
@@ -18900,10 +18899,10 @@ __DEV__ &&
1890018899
(function () {
1890118900
var internals = {
1890218901
bundleType: 1,
18903-
version: "19.2.0-www-modern-602917c8-20250701",
18902+
version: "19.2.0-www-modern-73aa744b-20250702",
1890418903
rendererPackageName: "react-art",
1890518904
currentDispatcherRef: ReactSharedInternals,
18906-
reconcilerVersion: "19.2.0-www-modern-602917c8-20250701"
18905+
reconcilerVersion: "19.2.0-www-modern-73aa744b-20250702"
1890718906
};
1890818907
internals.overrideHookState = overrideHookState;
1890918908
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -18937,7 +18936,7 @@ __DEV__ &&
1893718936
exports.Shape = Shape;
1893818937
exports.Surface = Surface;
1893918938
exports.Text = Text;
18940-
exports.version = "19.2.0-www-modern-602917c8-20250701";
18939+
exports.version = "19.2.0-www-modern-73aa744b-20250702";
1894118940
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1894218941
"function" ===
1894318942
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)