[Float] support fetchpriority on ReactDOM.preload() and ReactDOM.preinit() (#26880)

exposes fetchPriority as an option for `ReactDOM.preload()` and
`ReactDOM.preinit()`

the typings should be `'high' | 'low' | 'auto'`

DiffTrain build for commit https://github.com/facebook/react/commit/042d8f606ce643d2eca955badbf07ea5b8ac266c.
This commit is contained in:
gnoff
2023-06-01 20:17:31 +00:00
parent 2c4d9cef8b
commit be35c8a6ef
7 changed files with 9 additions and 9 deletions
@@ -23922,7 +23922,7 @@ function createFiberRoot(
return root;
}
var ReactVersion = "18.3.0-canary-811022232-20230601";
var ReactVersion = "18.3.0-canary-042d8f606-20230601";
// Might add PROFILE later.
@@ -8617,7 +8617,7 @@ var devToolsConfig$jscomp$inline_1031 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-811022232-20230601",
version: "18.3.0-canary-042d8f606-20230601",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1230 = {
@@ -8648,7 +8648,7 @@ var internals$jscomp$inline_1230 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-811022232-20230601"
reconcilerVersion: "18.3.0-canary-042d8f606-20230601"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1231 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -9043,7 +9043,7 @@ var devToolsConfig$jscomp$inline_1073 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-811022232-20230601",
version: "18.3.0-canary-042d8f606-20230601",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1271 = {
@@ -9074,7 +9074,7 @@ var internals$jscomp$inline_1271 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-811022232-20230601"
reconcilerVersion: "18.3.0-canary-042d8f606-20230601"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1272 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -27,7 +27,7 @@ if (
}
"use strict";
var ReactVersion = "18.3.0-canary-811022232-20230601";
var ReactVersion = "18.3.0-canary-042d8f606-20230601";
// ATTENTION
// When adding new symbols to this file,
@@ -642,4 +642,4 @@ exports.useSyncExternalStore = function (
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-canary-811022232-20230601";
exports.version = "18.3.0-canary-042d8f606-20230601";
@@ -645,7 +645,7 @@ exports.useSyncExternalStore = function (
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-canary-811022232-20230601";
exports.version = "18.3.0-canary-042d8f606-20230601";
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
if (
@@ -1 +1 @@
811022232efed62a3c943701bc99d18655bc78b3
042d8f606ce643d2eca955badbf07ea5b8ac266c