Skip to content

Commit 1b27d1e

Browse files
committed
Remove enableComponentStackLocations (#31764)
This has landed everywhere DiffTrain build for [3ad17ec](3ad17ec)
1 parent aa9b74a commit 1b27d1e

38 files changed

+1038
-1078
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ __DEV__ &&
361361
if ("object" === typeof type)
362362
switch (type.$$typeof) {
363363
case REACT_FORWARD_REF_TYPE:
364-
return (type = describeNativeComponentFrame(type.render, !1)), type;
364+
return describeNativeComponentFrame(type.render, !1);
365365
case REACT_MEMO_TYPE:
366366
return describeUnknownElementTypeFrameInDEV(type.type);
367367
case REACT_LAZY_TYPE:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ __DEV__ &&
361361
if ("object" === typeof type)
362362
switch (type.$$typeof) {
363363
case REACT_FORWARD_REF_TYPE:
364-
return (type = describeNativeComponentFrame(type.render, !1)), type;
364+
return describeNativeComponentFrame(type.render, !1);
365365
case REACT_MEMO_TYPE:
366366
return describeUnknownElementTypeFrameInDEV(type.type);
367367
case REACT_LAZY_TYPE:

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ef63718a27407b6d6b262d6be92e6bf0a87ff1a3
1+
3ad17ecd313a8e53b339adf8052e35b3d73f8c62
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ef63718a27407b6d6b262d6be92e6bf0a87ff1a3
1+
3ad17ecd313a8e53b339adf8052e35b3d73f8c62

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ __DEV__ &&
448448
if ("object" === typeof type)
449449
switch (type.$$typeof) {
450450
case REACT_FORWARD_REF_TYPE:
451-
return (type = describeNativeComponentFrame(type.render, !1)), type;
451+
return describeNativeComponentFrame(type.render, !1);
452452
case REACT_MEMO_TYPE:
453453
return describeUnknownElementTypeFrameInDEV(type.type);
454454
case REACT_LAZY_TYPE:
@@ -1954,7 +1954,7 @@ __DEV__ &&
19541954
exports.useTransition = function () {
19551955
return resolveDispatcher().useTransition();
19561956
};
1957-
exports.version = "19.1.0-www-classic-ef63718a-20241213";
1957+
exports.version = "19.1.0-www-classic-3ad17ecd-20241213";
19581958
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19591959
"function" ===
19601960
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ __DEV__ &&
448448
if ("object" === typeof type)
449449
switch (type.$$typeof) {
450450
case REACT_FORWARD_REF_TYPE:
451-
return (type = describeNativeComponentFrame(type.render, !1)), type;
451+
return describeNativeComponentFrame(type.render, !1);
452452
case REACT_MEMO_TYPE:
453453
return describeUnknownElementTypeFrameInDEV(type.type);
454454
case REACT_LAZY_TYPE:
@@ -1954,7 +1954,7 @@ __DEV__ &&
19541954
exports.useTransition = function () {
19551955
return resolveDispatcher().useTransition();
19561956
};
1957-
exports.version = "19.1.0-www-modern-ef63718a-20241213";
1957+
exports.version = "19.1.0-www-modern-3ad17ecd-20241213";
19581958
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19591959
"function" ===
19601960
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
@@ -635,4 +635,4 @@ exports.useSyncExternalStore = function (
635635
exports.useTransition = function () {
636636
return ReactSharedInternals.H.useTransition();
637637
};
638-
exports.version = "19.1.0-www-classic-ef63718a-20241213";
638+
exports.version = "19.1.0-www-classic-3ad17ecd-20241213";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,4 +635,4 @@ exports.useSyncExternalStore = function (
635635
exports.useTransition = function () {
636636
return ReactSharedInternals.H.useTransition();
637637
};
638-
exports.version = "19.1.0-www-modern-ef63718a-20241213";
638+
exports.version = "19.1.0-www-modern-3ad17ecd-20241213";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ exports.useSyncExternalStore = function (
639639
exports.useTransition = function () {
640640
return ReactSharedInternals.H.useTransition();
641641
};
642-
exports.version = "19.1.0-www-classic-ef63718a-20241213";
642+
exports.version = "19.1.0-www-classic-3ad17ecd-20241213";
643643
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
644644
"function" ===
645645
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
@@ -639,7 +639,7 @@ exports.useSyncExternalStore = function (
639639
exports.useTransition = function () {
640640
return ReactSharedInternals.H.useTransition();
641641
};
642-
exports.version = "19.1.0-www-modern-ef63718a-20241213";
642+
exports.version = "19.1.0-www-modern-3ad17ecd-20241213";
643643
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
644644
"function" ===
645645
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)