Skip to content

Commit 2220b11

Browse files
committed
Revert "www: remove dynamic feature flag enableSchedulingProfiler" (#29995)
Reverts #29994 DiffTrain build for [6ab67c3](6ab67c3)
1 parent 07cbad5 commit 2220b11

34 files changed

+2607
-1781
lines changed

compiled/facebook-www/REVISION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
babe5a2f1be70f67a456c4a96db9163f4ea60503
1+
6ab67c35f15bd0ebf93af8d48d4d0545e9bb9551
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
babe5a2f1be70f67a456c4a96db9163f4ea60503
1+
6ab67c35f15bd0ebf93af8d48d4d0545e9bb9551

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1987,7 +1987,7 @@ __DEV__ &&
19871987
exports.useTransition = function () {
19881988
return resolveDispatcher().useTransition();
19891989
};
1990-
exports.version = "19.0.0-www-classic-babe5a2f1b-20240620";
1990+
exports.version = "19.0.0-www-classic-6ab67c35f1-20240620";
19911991
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19921992
"function" ===
19931993
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1967,7 +1967,7 @@ __DEV__ &&
19671967
exports.useTransition = function () {
19681968
return resolveDispatcher().useTransition();
19691969
};
1970-
exports.version = "19.0.0-www-modern-babe5a2f1b-20240620";
1970+
exports.version = "19.0.0-www-modern-6ab67c35f1-20240620";
19711971
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19721972
"function" ===
19731973
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -665,4 +665,4 @@ exports.useSyncExternalStore = function (
665665
exports.useTransition = function () {
666666
return ReactSharedInternals.H.useTransition();
667667
};
668-
exports.version = "19.0.0-www-classic-babe5a2f1b-20240620";
668+
exports.version = "19.0.0-www-classic-6ab67c35f1-20240620";

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -665,4 +665,4 @@ exports.useSyncExternalStore = function (
665665
exports.useTransition = function () {
666666
return ReactSharedInternals.H.useTransition();
667667
};
668-
exports.version = "19.0.0-www-modern-babe5a2f1b-20240620";
668+
exports.version = "19.0.0-www-modern-6ab67c35f1-20240620";

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ exports.useSyncExternalStore = function (
669669
exports.useTransition = function () {
670670
return ReactSharedInternals.H.useTransition();
671671
};
672-
exports.version = "19.0.0-www-classic-babe5a2f1b-20240620";
672+
exports.version = "19.0.0-www-classic-6ab67c35f1-20240620";
673673
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
674674
"function" ===
675675
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ exports.useSyncExternalStore = function (
669669
exports.useTransition = function () {
670670
return ReactSharedInternals.H.useTransition();
671671
};
672-
exports.version = "19.0.0-www-modern-babe5a2f1b-20240620";
672+
exports.version = "19.0.0-www-modern-6ab67c35f1-20240620";
673673
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
674674
"function" ===
675675
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)