mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add Circle CI API token to request header if available (#26519)
Follow up of #26499 A Circle CI team member got back to me. It is indeed not necessary, but they had a regression not long ago on fetching without token. https://discuss.circleci.com/t/is-api-token-required-when-fetching-artifacts/47606/5 To mitigate the impact of this kind of issues, let's add this token to requests' header when it's available. DiffTrain build for commit https://github.com/facebook/react/commit/5b8cf20b388c014ae3d0cdbde6ffc1ed7667db89.
This commit is contained in:
+1
-1
@@ -23755,7 +23755,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-next-73deff0d5-20230330";
|
||||
var ReactVersion = "18.3.0-next-5b8cf20b3-20230330";
|
||||
|
||||
// Might add PROFILE later.
|
||||
|
||||
|
||||
+2
-2
@@ -8640,7 +8640,7 @@ var devToolsConfig$jscomp$inline_1007 = {
|
||||
throw Error("TestRenderer does not support findFiberByHostInstance()");
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-next-73deff0d5-20230330",
|
||||
version: "18.3.0-next-5b8cf20b3-20230330",
|
||||
rendererPackageName: "react-test-renderer"
|
||||
};
|
||||
var internals$jscomp$inline_1198 = {
|
||||
@@ -8671,7 +8671,7 @@ var internals$jscomp$inline_1198 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-73deff0d5-20230330"
|
||||
reconcilerVersion: "18.3.0-next-5b8cf20b3-20230330"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1199 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+2
-2
@@ -9065,7 +9065,7 @@ var devToolsConfig$jscomp$inline_1050 = {
|
||||
throw Error("TestRenderer does not support findFiberByHostInstance()");
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-next-73deff0d5-20230330",
|
||||
version: "18.3.0-next-5b8cf20b3-20230330",
|
||||
rendererPackageName: "react-test-renderer"
|
||||
};
|
||||
var internals$jscomp$inline_1239 = {
|
||||
@@ -9096,7 +9096,7 @@ var internals$jscomp$inline_1239 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-73deff0d5-20230330"
|
||||
reconcilerVersion: "18.3.0-next-5b8cf20b3-20230330"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1240 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ if (
|
||||
}
|
||||
"use strict";
|
||||
|
||||
var ReactVersion = "18.3.0-next-73deff0d5-20230330";
|
||||
var ReactVersion = "18.3.0-next-5b8cf20b3-20230330";
|
||||
|
||||
// ATTENTION
|
||||
// When adding new symbols to this file,
|
||||
|
||||
+1
-1
@@ -639,4 +639,4 @@ exports.useSyncExternalStore = function (
|
||||
);
|
||||
};
|
||||
exports.useTransition = useTransition;
|
||||
exports.version = "18.3.0-next-73deff0d5-20230330";
|
||||
exports.version = "18.3.0-next-5b8cf20b3-20230330";
|
||||
|
||||
+1
-1
@@ -642,7 +642,7 @@ exports.useSyncExternalStore = function (
|
||||
);
|
||||
};
|
||||
exports.useTransition = useTransition;
|
||||
exports.version = "18.3.0-next-73deff0d5-20230330";
|
||||
exports.version = "18.3.0-next-5b8cf20b3-20230330";
|
||||
|
||||
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
|
||||
if (
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
73deff0d5162160c0aafa5cd0b87e11143fe9938
|
||||
5b8cf20b388c014ae3d0cdbde6ffc1ed7667db89
|
||||
|
||||
+1
-1
@@ -27021,7 +27021,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-next-73deff0d5-20230330";
|
||||
var ReactVersion = "18.3.0-next-5b8cf20b3-20230330";
|
||||
|
||||
function createPortal$1(
|
||||
children,
|
||||
|
||||
+2
-2
@@ -9507,7 +9507,7 @@ var roots = new Map(),
|
||||
devToolsConfig$jscomp$inline_1027 = {
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-next-73deff0d5-20230330",
|
||||
version: "18.3.0-next-5b8cf20b3-20230330",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
rendererConfig: {
|
||||
getInspectorDataForViewTag: function () {
|
||||
@@ -9549,7 +9549,7 @@ var internals$jscomp$inline_1273 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-73deff0d5-20230330"
|
||||
reconcilerVersion: "18.3.0-next-5b8cf20b3-20230330"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1274 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+2
-2
@@ -10215,7 +10215,7 @@ var roots = new Map(),
|
||||
devToolsConfig$jscomp$inline_1106 = {
|
||||
findFiberByHostInstance: getInstanceFromNode,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-next-73deff0d5-20230330",
|
||||
version: "18.3.0-next-5b8cf20b3-20230330",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
rendererConfig: {
|
||||
getInspectorDataForViewTag: function () {
|
||||
@@ -10270,7 +10270,7 @@ var roots = new Map(),
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-73deff0d5-20230330"
|
||||
reconcilerVersion: "18.3.0-next-5b8cf20b3-20230330"
|
||||
});
|
||||
exports.createPortal = function (children, containerTag) {
|
||||
return createPortal$1(
|
||||
|
||||
+1
-1
@@ -27561,7 +27561,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-next-73deff0d5-20230330";
|
||||
var ReactVersion = "18.3.0-next-5b8cf20b3-20230330";
|
||||
|
||||
function createPortal$1(
|
||||
children,
|
||||
|
||||
+2
-2
@@ -9763,7 +9763,7 @@ var roots = new Map(),
|
||||
devToolsConfig$jscomp$inline_1086 = {
|
||||
findFiberByHostInstance: getInstanceFromTag,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-next-73deff0d5-20230330",
|
||||
version: "18.3.0-next-5b8cf20b3-20230330",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
rendererConfig: {
|
||||
getInspectorDataForViewTag: function () {
|
||||
@@ -9805,7 +9805,7 @@ var internals$jscomp$inline_1339 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-73deff0d5-20230330"
|
||||
reconcilerVersion: "18.3.0-next-5b8cf20b3-20230330"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1340 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
+2
-2
@@ -10471,7 +10471,7 @@ var roots = new Map(),
|
||||
devToolsConfig$jscomp$inline_1165 = {
|
||||
findFiberByHostInstance: getInstanceFromTag,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-next-73deff0d5-20230330",
|
||||
version: "18.3.0-next-5b8cf20b3-20230330",
|
||||
rendererPackageName: "react-native-renderer",
|
||||
rendererConfig: {
|
||||
getInspectorDataForViewTag: function () {
|
||||
@@ -10526,7 +10526,7 @@ var roots = new Map(),
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-73deff0d5-20230330"
|
||||
reconcilerVersion: "18.3.0-next-5b8cf20b3-20230330"
|
||||
});
|
||||
exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = {
|
||||
computeComponentStackForErrorReporting: function (reactTag) {
|
||||
|
||||
Reference in New Issue
Block a user