[Fiber][Float] preinitialized stylesheets should support integrity option (#26881)

preinitialized stylesheets did not render the integrity option on the
client implementation of Float. This was an oversight.

DiffTrain build for commit https://github.com/facebook/react/commit/e1e68b9f7ffecf98e1b625cfe3ab95741be1417b.
This commit is contained in:
gnoff
2023-05-31 20:53:54 +00:00
parent 8f0236b525
commit 6e4ace8a25
7 changed files with 9 additions and 9 deletions
@@ -23930,7 +23930,7 @@ function createFiberRoot(
return root;
}
var ReactVersion = "18.3.0-canary-1cea38448-20230530";
var ReactVersion = "18.3.0-canary-e1e68b9f7-20230531";
// Might add PROFILE later.
@@ -8617,7 +8617,7 @@ var devToolsConfig$jscomp$inline_1036 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-1cea38448-20230530",
version: "18.3.0-canary-e1e68b9f7-20230531",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1235 = {
@@ -8648,7 +8648,7 @@ var internals$jscomp$inline_1235 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-1cea38448-20230530"
reconcilerVersion: "18.3.0-canary-e1e68b9f7-20230531"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1236 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -9043,7 +9043,7 @@ var devToolsConfig$jscomp$inline_1078 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-1cea38448-20230530",
version: "18.3.0-canary-e1e68b9f7-20230531",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1276 = {
@@ -9074,7 +9074,7 @@ var internals$jscomp$inline_1276 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-1cea38448-20230530"
reconcilerVersion: "18.3.0-canary-e1e68b9f7-20230531"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1277 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -27,7 +27,7 @@ if (
}
"use strict";
var ReactVersion = "18.3.0-canary-1cea38448-20230530";
var ReactVersion = "18.3.0-canary-e1e68b9f7-20230531";
// ATTENTION
// When adding new symbols to this file,
@@ -642,4 +642,4 @@ exports.useSyncExternalStore = function (
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-canary-1cea38448-20230530";
exports.version = "18.3.0-canary-e1e68b9f7-20230531";
@@ -645,7 +645,7 @@ exports.useSyncExternalStore = function (
);
};
exports.useTransition = useTransition;
exports.version = "18.3.0-canary-1cea38448-20230530";
exports.version = "18.3.0-canary-e1e68b9f7-20230531";
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
if (
@@ -1 +1 @@
1cea384480a6dea80128e5e0ddb714df7bea1520
e1e68b9f7ffecf98e1b625cfe3ab95741be1417b