Skip to content

Commit 21e7634

Browse files
committed
[flags] make enableComponentPerformanceTrack static everywhere (#35629)
Follow-up to #34665. Already gated on `enableProfilerTimer` everywhere, which is only enabled for `__PROFILE__`, except for Flight should be unified in a future. DiffTrain build for [699abc8](699abc8)
1 parent 8f4576f commit 21e7634

34 files changed

Lines changed: 8354 additions & 9754 deletions

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
006ae379727ebceb82d03929222a71104d01135f
1+
699abc89cea33d5aa0b443050ae27c2fea7cb3cb
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
006ae379727ebceb82d03929222a71104d01135f
1+
699abc89cea33d5aa0b443050ae27c2fea7cb3cb

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ __DEV__ &&
14931493
exports.useTransition = function () {
14941494
return resolveDispatcher().useTransition();
14951495
};
1496-
exports.version = "19.3.0-www-classic-006ae379-20260123";
1496+
exports.version = "19.3.0-www-classic-699abc89-20260126";
14971497
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14981498
"function" ===
14991499
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
@@ -1493,7 +1493,7 @@ __DEV__ &&
14931493
exports.useTransition = function () {
14941494
return resolveDispatcher().useTransition();
14951495
};
1496-
exports.version = "19.3.0-www-modern-006ae379-20260123";
1496+
exports.version = "19.3.0-www-modern-699abc89-20260126";
14971497
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14981498
"function" ===
14991499
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.3.0-www-classic-006ae379-20260123";
613+
exports.version = "19.3.0-www-classic-699abc89-20260126";

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.3.0-www-modern-006ae379-20260123";
613+
exports.version = "19.3.0-www-modern-699abc89-20260126";

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.3.0-www-classic-006ae379-20260123";
617+
exports.version = "19.3.0-www-classic-699abc89-20260126";
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.3.0-www-modern-006ae379-20260123";
617+
exports.version = "19.3.0-www-modern-699abc89-20260126";
618618
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
619619
"function" ===
620620
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)