Skip to content

Commit

Permalink
Add referrerPolicy option to ReactDOM.preload() (#27096)
Browse files Browse the repository at this point in the history
DiffTrain build for commit 9377e10.
  • Loading branch information
gnoff committed Jul 12, 2023
1 parent d28c589 commit 8b06d52
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Expand Up @@ -23982,7 +23982,7 @@ function createFiberRoot(
return root;
}

var ReactVersion = "18.3.0-canary-0a360642d-20230711";
var ReactVersion = "18.3.0-canary-9377e1010-20230712";

// Might add PROFILE later.

Expand Down
Expand Up @@ -8630,7 +8630,7 @@ var devToolsConfig$jscomp$inline_1032 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-0a360642d-20230711",
version: "18.3.0-canary-9377e1010-20230712",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1231 = {
Expand Down Expand Up @@ -8661,7 +8661,7 @@ var internals$jscomp$inline_1231 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-0a360642d-20230711"
reconcilerVersion: "18.3.0-canary-9377e1010-20230712"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1232 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Expand Up @@ -9056,7 +9056,7 @@ var devToolsConfig$jscomp$inline_1074 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-0a360642d-20230711",
version: "18.3.0-canary-9377e1010-20230712",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1272 = {
Expand Down Expand Up @@ -9087,7 +9087,7 @@ var internals$jscomp$inline_1272 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-0a360642d-20230711"
reconcilerVersion: "18.3.0-canary-9377e1010-20230712"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1273 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Expand Up @@ -27,7 +27,7 @@ if (
}
"use strict";

var ReactVersion = "18.3.0-canary-0a360642d-20230711";
var ReactVersion = "18.3.0-canary-9377e1010-20230712";

// ATTENTION
// When adding new symbols to this file,
Expand Down
Expand Up @@ -616,4 +616,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-0a360642d-20230711";
exports.version = "18.3.0-canary-9377e1010-20230712";
Expand Up @@ -619,7 +619,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-0a360642d-20230711";
exports.version = "18.3.0-canary-9377e1010-20230712";

/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
if (
Expand Down
@@ -1 +1 @@
0a360642dcc08cab469da0a0e4f1050e56b0ef7e
9377e10105b41976c77c7f664f2363cb8c41ac8a

0 comments on commit 8b06d52

Please sign in to comment.