Skip to content

Commit 52a1078

Browse files
committed
Remove outdated enableSchedulerDebugging flag (#28101)
This flag was moved to the scheduler feature flags, so these flags don't do anything. DiffTrain build for [766eac4](766eac4)
1 parent c6f9c3a commit 52a1078

8 files changed

+16
-16
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
60f190a55948a7512d4e2a336f03b45fd38d6a80
1+
766eac46bb52bda28f87c11740214a4444ca881b

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if (__DEV__) {
6666
return self;
6767
}
6868

69-
var ReactVersion = "18.3.0-www-classic-47c1e79a";
69+
var ReactVersion = "18.3.0-www-classic-09d28a0e";
7070

7171
var LegacyRoot = 0;
7272
var ConcurrentRoot = 1;
@@ -193,7 +193,7 @@ if (__DEV__) {
193193
dynamicFeatureFlags.enableProfilerNestedUpdateScheduledHook;
194194
var createRootStrictEffectsByDefault = false;
195195

196-
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler; // Note: we'll want to remove this when we to userland implementation.
196+
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
197197

198198
var FunctionComponent = 0;
199199
var ClassComponent = 1;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if (__DEV__) {
6666
return self;
6767
}
6868

69-
var ReactVersion = "18.3.0-www-modern-cd022f40";
69+
var ReactVersion = "18.3.0-www-modern-2cff546f";
7070

7171
var LegacyRoot = 0;
7272
var ConcurrentRoot = 1;
@@ -193,7 +193,7 @@ if (__DEV__) {
193193
dynamicFeatureFlags.enableProfilerNestedUpdateScheduledHook;
194194
var createRootStrictEffectsByDefault = false;
195195

196-
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler; // Note: we'll want to remove this when we to userland implementation.
196+
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
197197

198198
var FunctionComponent = 0;
199199
var ClassComponent = 1;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ if (__DEV__) {
161161
var createRootStrictEffectsByDefault = false;
162162
var enableClientRenderFallbackOnTextMismatch = false;
163163

164-
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler; // Note: we'll want to remove this when we to userland implementation.
164+
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
165165
var enableFormActions = false;
166166
var enableSuspenseCallback = true;
167167

@@ -35039,7 +35039,7 @@ if (__DEV__) {
3503935039
return root;
3504035040
}
3504135041

35042-
var ReactVersion = "18.3.0-www-classic-18917dcd";
35042+
var ReactVersion = "18.3.0-www-classic-8a83edec";
3504335043

3504435044
function createPortal$1(
3504535045
children,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ if (__DEV__) {
147147
var createRootStrictEffectsByDefault = false;
148148
var enableClientRenderFallbackOnTextMismatch = false;
149149

150-
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler; // Note: we'll want to remove this when we to userland implementation.
150+
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
151151
var enableFormActions = false;
152152
var enableSuspenseCallback = true;
153153

@@ -34860,7 +34860,7 @@ if (__DEV__) {
3486034860
return root;
3486134861
}
3486234862

34863-
var ReactVersion = "18.3.0-www-modern-5e8b8d45";
34863+
var ReactVersion = "18.3.0-www-modern-30f1d245";
3486434864

3486534865
function createPortal$1(
3486634866
children,

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16923,7 +16923,7 @@ Internals.Events = [
1692316923
var devToolsConfig$jscomp$inline_1845 = {
1692416924
findFiberByHostInstance: getClosestInstanceFromNode,
1692516925
bundleType: 0,
16926-
version: "18.3.0-www-modern-cd022f40",
16926+
version: "18.3.0-www-modern-2cff546f",
1692716927
rendererPackageName: "react-dom"
1692816928
};
1692916929
(function (internals) {
@@ -16968,7 +16968,7 @@ var devToolsConfig$jscomp$inline_1845 = {
1696816968
scheduleRoot: null,
1696916969
setRefreshHandler: null,
1697016970
getCurrentFiber: null,
16971-
reconcilerVersion: "18.3.0-www-modern-cd022f40"
16971+
reconcilerVersion: "18.3.0-www-modern-2cff546f"
1697216972
});
1697316973
exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Internals;
1697416974
exports.createPortal = function (children, container) {
@@ -17220,7 +17220,7 @@ exports.useFormState = function () {
1722017220
exports.useFormStatus = function () {
1722117221
throw Error(formatProdErrorMessage(248));
1722217222
};
17223-
exports.version = "18.3.0-www-modern-cd022f40";
17223+
exports.version = "18.3.0-www-modern-2cff546f";
1722417224
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1722517225
"function" ===
1722617226
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ if (__DEV__) {
153153
var createRootStrictEffectsByDefault = false;
154154
var enableClientRenderFallbackOnTextMismatch = false;
155155

156-
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler; // Note: we'll want to remove this when we to userland implementation.
156+
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
157157
var enableFormActions = false;
158158
var enableSuspenseCallback = true;
159159

@@ -35663,7 +35663,7 @@ if (__DEV__) {
3566335663
return root;
3566435664
}
3566535665

35666-
var ReactVersion = "18.3.0-www-classic-496da342";
35666+
var ReactVersion = "18.3.0-www-classic-a29685c5";
3566735667

3566835668
function createPortal$1(
3566935669
children,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ if (__DEV__) {
139139
var createRootStrictEffectsByDefault = false;
140140
var enableClientRenderFallbackOnTextMismatch = false;
141141

142-
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler; // Note: we'll want to remove this when we to userland implementation.
142+
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
143143
var enableFormActions = false;
144144
var enableSuspenseCallback = true;
145145

@@ -35484,7 +35484,7 @@ if (__DEV__) {
3548435484
return root;
3548535485
}
3548635486

35487-
var ReactVersion = "18.3.0-www-modern-749ee3f2";
35487+
var ReactVersion = "18.3.0-www-modern-6846ad23";
3548835488

3548935489
function createPortal$1(
3549035490
children,

0 commit comments

Comments
 (0)