Skip to content

Commit 43a50eb

Browse files
committed
Enable disableDefaultPropsExceptForClasses (#31804)
TODO: test this PR to see what internal tests fail DiffTrain build for [49b1a95](49b1a95)
1 parent 2fceb0b commit 43a50eb

34 files changed

+172
-396
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8dab5920e019950874bcc9061480dd78c849e1d7
1+
975cea2d3ddb95ad31f10ae112bdde5101725c85
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8dab5920e019950874bcc9061480dd78c849e1d7
1+
975cea2d3ddb95ad31f10ae112bdde5101725c85

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1942,7 +1942,7 @@ __DEV__ &&
19421942
exports.useTransition = function () {
19431943
return resolveDispatcher().useTransition();
19441944
};
1945-
exports.version = "19.1.0-www-classic-8dab5920-20241216";
1945+
exports.version = "19.1.0-www-classic-49b1a956-20241216";
19461946
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19471947
"function" ===
19481948
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
@@ -1942,7 +1942,7 @@ __DEV__ &&
19421942
exports.useTransition = function () {
19431943
return resolveDispatcher().useTransition();
19441944
};
1945-
exports.version = "19.1.0-www-modern-8dab5920-20241216";
1945+
exports.version = "19.1.0-www-modern-49b1a956-20241216";
19461946
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19471947
"function" ===
19481948
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
@@ -630,4 +630,4 @@ exports.useSyncExternalStore = function (
630630
exports.useTransition = function () {
631631
return ReactSharedInternals.H.useTransition();
632632
};
633-
exports.version = "19.1.0-www-classic-8dab5920-20241216";
633+
exports.version = "19.1.0-www-classic-49b1a956-20241216";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,4 +630,4 @@ exports.useSyncExternalStore = function (
630630
exports.useTransition = function () {
631631
return ReactSharedInternals.H.useTransition();
632632
};
633-
exports.version = "19.1.0-www-modern-8dab5920-20241216";
633+
exports.version = "19.1.0-www-modern-49b1a956-20241216";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ exports.useSyncExternalStore = function (
634634
exports.useTransition = function () {
635635
return ReactSharedInternals.H.useTransition();
636636
};
637-
exports.version = "19.1.0-www-classic-8dab5920-20241216";
637+
exports.version = "19.1.0-www-classic-49b1a956-20241216";
638638
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
639639
"function" ===
640640
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
@@ -634,7 +634,7 @@ exports.useSyncExternalStore = function (
634634
exports.useTransition = function () {
635635
return ReactSharedInternals.H.useTransition();
636636
};
637-
exports.version = "19.1.0-www-modern-8dab5920-20241216";
637+
exports.version = "19.1.0-www-modern-49b1a956-20241216";
638638
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
639639
"function" ===
640640
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
@@ -16904,10 +16904,10 @@ __DEV__ &&
1690416904
(function () {
1690516905
var internals = {
1690616906
bundleType: 1,
16907-
version: "19.1.0-www-classic-8dab5920-20241216",
16907+
version: "19.1.0-www-classic-49b1a956-20241216",
1690816908
rendererPackageName: "react-art",
1690916909
currentDispatcherRef: ReactSharedInternals,
16910-
reconcilerVersion: "19.1.0-www-classic-8dab5920-20241216"
16910+
reconcilerVersion: "19.1.0-www-classic-49b1a956-20241216"
1691116911
};
1691216912
internals.overrideHookState = overrideHookState;
1691316913
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16941,7 +16941,7 @@ __DEV__ &&
1694116941
exports.Shape = Shape;
1694216942
exports.Surface = Surface;
1694316943
exports.Text = Text;
16944-
exports.version = "19.1.0-www-classic-8dab5920-20241216";
16944+
exports.version = "19.1.0-www-classic-49b1a956-20241216";
1694516945
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1694616946
"function" ===
1694716947
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
@@ -16667,10 +16667,10 @@ __DEV__ &&
1666716667
(function () {
1666816668
var internals = {
1666916669
bundleType: 1,
16670-
version: "19.1.0-www-modern-8dab5920-20241216",
16670+
version: "19.1.0-www-modern-49b1a956-20241216",
1667116671
rendererPackageName: "react-art",
1667216672
currentDispatcherRef: ReactSharedInternals,
16673-
reconcilerVersion: "19.1.0-www-modern-8dab5920-20241216"
16673+
reconcilerVersion: "19.1.0-www-modern-49b1a956-20241216"
1667416674
};
1667516675
internals.overrideHookState = overrideHookState;
1667616676
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16704,7 +16704,7 @@ __DEV__ &&
1670416704
exports.Shape = Shape;
1670516705
exports.Surface = Surface;
1670616706
exports.Text = Text;
16707-
exports.version = "19.1.0-www-modern-8dab5920-20241216";
16707+
exports.version = "19.1.0-www-modern-49b1a956-20241216";
1670816708
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1670916709
"function" ===
1671016710
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)