Skip to content

Commit

Permalink
Remove deprecated workflow key from Circle config (#26762)
Browse files Browse the repository at this point in the history
This key was only valid during the 2.0 beta period so we can remove it.

DiffTrain build for commit fa43148.
  • Loading branch information
acdlite committed May 2, 2023
1 parent 2ad122b commit 3e982de
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23918,7 +23918,7 @@ function createFiberRoot(
return root;
}

var ReactVersion = "18.3.0-next-5dd90c562-20230502";
var ReactVersion = "18.3.0-next-fa4314841-20230502";

// Might add PROFILE later.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8623,7 +8623,7 @@ var devToolsConfig$jscomp$inline_1039 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-next-5dd90c562-20230502",
version: "18.3.0-next-fa4314841-20230502",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1238 = {
Expand Down Expand Up @@ -8654,7 +8654,7 @@ var internals$jscomp$inline_1238 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-next-5dd90c562-20230502"
reconcilerVersion: "18.3.0-next-fa4314841-20230502"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1239 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9049,7 +9049,7 @@ var devToolsConfig$jscomp$inline_1081 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-next-5dd90c562-20230502",
version: "18.3.0-next-fa4314841-20230502",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1279 = {
Expand Down Expand Up @@ -9080,7 +9080,7 @@ var internals$jscomp$inline_1279 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-next-5dd90c562-20230502"
reconcilerVersion: "18.3.0-next-fa4314841-20230502"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1280 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (
}
"use strict";

var ReactVersion = "18.3.0-next-5dd90c562-20230502";
var ReactVersion = "18.3.0-next-fa4314841-20230502";

// ATTENTION
// When adding new symbols to this file,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -645,4 +645,4 @@ exports.useSyncExternalStore = function (
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-next-5dd90c562-20230502";
exports.version = "18.3.0-next-fa4314841-20230502";
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ exports.useSyncExternalStore = function (
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-next-5dd90c562-20230502";
exports.version = "18.3.0-next-fa4314841-20230502";

/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
if (
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5dd90c562354758942c833b0a46923176e92208e
fa4314841e7fdeef6e6bc5a7722fe74dc8e9fd89

0 comments on commit 3e982de

Please sign in to comment.