Skip to content

Commit

Permalink
Add support for 'crossorigin' attribute on bootstrapScripts and boots…
Browse files Browse the repository at this point in the history
…trapModules (#26844)

base build ci job failing but this change is unrelated and I think it is just flake with the builds host application

DiffTrain build for commit 90229eb.
  • Loading branch information
gnoff committed Jun 13, 2023
1 parent 92e7a50 commit 3270c9a
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 @@ -23922,7 +23922,7 @@ function createFiberRoot(
return root;
}

var ReactVersion = "18.3.0-canary-88df88f94-20230613";
var ReactVersion = "18.3.0-canary-90229eb92-20230613";

// Might add PROFILE later.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8617,7 +8617,7 @@ var devToolsConfig$jscomp$inline_1031 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-88df88f94-20230613",
version: "18.3.0-canary-90229eb92-20230613",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1230 = {
Expand Down Expand Up @@ -8648,7 +8648,7 @@ var internals$jscomp$inline_1230 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-88df88f94-20230613"
reconcilerVersion: "18.3.0-canary-90229eb92-20230613"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1231 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9043,7 +9043,7 @@ var devToolsConfig$jscomp$inline_1073 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-88df88f94-20230613",
version: "18.3.0-canary-90229eb92-20230613",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1271 = {
Expand Down Expand Up @@ -9074,7 +9074,7 @@ var internals$jscomp$inline_1271 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-88df88f94-20230613"
reconcilerVersion: "18.3.0-canary-90229eb92-20230613"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1272 = __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-canary-88df88f94-20230613";
var ReactVersion = "18.3.0-canary-90229eb92-20230613";

// ATTENTION
// When adding new symbols to this file,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -642,4 +642,4 @@ exports.useSyncExternalStore = function (
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-canary-88df88f94-20230613";
exports.version = "18.3.0-canary-90229eb92-20230613";
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ exports.useSyncExternalStore = function (
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-canary-88df88f94-20230613";
exports.version = "18.3.0-canary-90229eb92-20230613";

/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
if (
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
88df88f9441e0f83917e60e04d4f75118c1adec5
90229eb925e2330667fb7c023a5c4317c7ae8363

0 comments on commit 3270c9a

Please sign in to comment.