Skip to content

Commit

Permalink
Remove outdated enableSchedulerDebugging flag (#28101)
Browse files Browse the repository at this point in the history
This flag was moved to the scheduler feature flags, so these flags don't
do anything.

DiffTrain build for [766eac4](766eac4)
  • Loading branch information
rickhanlonii committed Jan 26, 2024
1 parent c6f9c3a commit 52a1078
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion compiled/facebook-www/REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
60f190a55948a7512d4e2a336f03b45fd38d6a80
766eac46bb52bda28f87c11740214a4444ca881b
4 changes: 2 additions & 2 deletions compiled/facebook-www/ReactART-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if (__DEV__) {
return self;
}

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

var LegacyRoot = 0;
var ConcurrentRoot = 1;
Expand Down Expand Up @@ -193,7 +193,7 @@ if (__DEV__) {
dynamicFeatureFlags.enableProfilerNestedUpdateScheduledHook;
var createRootStrictEffectsByDefault = false;

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

var FunctionComponent = 0;
var ClassComponent = 1;
Expand Down
4 changes: 2 additions & 2 deletions compiled/facebook-www/ReactART-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if (__DEV__) {
return self;
}

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

var LegacyRoot = 0;
var ConcurrentRoot = 1;
Expand Down Expand Up @@ -193,7 +193,7 @@ if (__DEV__) {
dynamicFeatureFlags.enableProfilerNestedUpdateScheduledHook;
var createRootStrictEffectsByDefault = false;

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

var FunctionComponent = 0;
var ClassComponent = 1;
Expand Down
4 changes: 2 additions & 2 deletions compiled/facebook-www/ReactDOM-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ if (__DEV__) {
var createRootStrictEffectsByDefault = false;
var enableClientRenderFallbackOnTextMismatch = false;

var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler; // Note: we'll want to remove this when we to userland implementation.
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
var enableFormActions = false;
var enableSuspenseCallback = true;

Expand Down Expand Up @@ -35039,7 +35039,7 @@ if (__DEV__) {
return root;
}

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

function createPortal$1(
children,
Expand Down
4 changes: 2 additions & 2 deletions compiled/facebook-www/ReactDOM-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ if (__DEV__) {
var createRootStrictEffectsByDefault = false;
var enableClientRenderFallbackOnTextMismatch = false;

var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler; // Note: we'll want to remove this when we to userland implementation.
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
var enableFormActions = false;
var enableSuspenseCallback = true;

Expand Down Expand Up @@ -34860,7 +34860,7 @@ if (__DEV__) {
return root;
}

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

function createPortal$1(
children,
Expand Down
6 changes: 3 additions & 3 deletions compiled/facebook-www/ReactDOM-profiling.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -16923,7 +16923,7 @@ Internals.Events = [
var devToolsConfig$jscomp$inline_1845 = {
findFiberByHostInstance: getClosestInstanceFromNode,
bundleType: 0,
version: "18.3.0-www-modern-cd022f40",
version: "18.3.0-www-modern-2cff546f",
rendererPackageName: "react-dom"
};
(function (internals) {
Expand Down Expand Up @@ -16968,7 +16968,7 @@ var devToolsConfig$jscomp$inline_1845 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-www-modern-cd022f40"
reconcilerVersion: "18.3.0-www-modern-2cff546f"
});
exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Internals;
exports.createPortal = function (children, container) {
Expand Down Expand Up @@ -17220,7 +17220,7 @@ exports.useFormState = function () {
exports.useFormStatus = function () {
throw Error(formatProdErrorMessage(248));
};
exports.version = "18.3.0-www-modern-cd022f40";
exports.version = "18.3.0-www-modern-2cff546f";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
4 changes: 2 additions & 2 deletions compiled/facebook-www/ReactDOMTesting-dev.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ if (__DEV__) {
var createRootStrictEffectsByDefault = false;
var enableClientRenderFallbackOnTextMismatch = false;

var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler; // Note: we'll want to remove this when we to userland implementation.
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
var enableFormActions = false;
var enableSuspenseCallback = true;

Expand Down Expand Up @@ -35663,7 +35663,7 @@ if (__DEV__) {
return root;
}

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

function createPortal$1(
children,
Expand Down
4 changes: 2 additions & 2 deletions compiled/facebook-www/ReactDOMTesting-dev.modern.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ if (__DEV__) {
var createRootStrictEffectsByDefault = false;
var enableClientRenderFallbackOnTextMismatch = false;

var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler; // Note: we'll want to remove this when we to userland implementation.
var enableSchedulingProfiler = dynamicFeatureFlags.enableSchedulingProfiler;
var enableFormActions = false;
var enableSuspenseCallback = true;

Expand Down Expand Up @@ -35484,7 +35484,7 @@ if (__DEV__) {
return root;
}

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

function createPortal$1(
children,
Expand Down

0 comments on commit 52a1078

Please sign in to comment.