mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[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 [e1e68b9f7f](https://github.com/facebook/react/commit/e1e68b9f7ffecf98e1b625cfe3ab95741be1417b)
This commit is contained in:
@@ -1 +1 @@
|
||||
1cea384480a6dea80128e5e0ddb714df7bea1520
|
||||
e1e68b9f7ffecf98e1b625cfe3ab95741be1417b
|
||||
|
||||
@@ -27,7 +27,7 @@ if (
|
||||
}
|
||||
"use strict";
|
||||
|
||||
var ReactVersion = "18.3.0-www-modern-1948588f";
|
||||
var ReactVersion = "18.3.0-www-modern-335642a1";
|
||||
|
||||
// ATTENTION
|
||||
// When adding new symbols to this file,
|
||||
|
||||
@@ -69,7 +69,7 @@ function _assertThisInitialized(self) {
|
||||
return self;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-www-classic-ce251e44";
|
||||
var ReactVersion = "18.3.0-www-classic-9ecb0062";
|
||||
|
||||
var LegacyRoot = 0;
|
||||
var ConcurrentRoot = 1;
|
||||
|
||||
@@ -69,7 +69,7 @@ function _assertThisInitialized(self) {
|
||||
return self;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-www-modern-1948588f";
|
||||
var ReactVersion = "18.3.0-www-modern-335642a1";
|
||||
|
||||
var LegacyRoot = 0;
|
||||
var ConcurrentRoot = 1;
|
||||
|
||||
@@ -10193,7 +10193,7 @@ var slice = Array.prototype.slice,
|
||||
return null;
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-www-classic-8d78e420",
|
||||
version: "18.3.0-www-classic-7e9ee391",
|
||||
rendererPackageName: "react-art"
|
||||
};
|
||||
var internals$jscomp$inline_1323 = {
|
||||
@@ -10224,7 +10224,7 @@ var internals$jscomp$inline_1323 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-www-classic-8d78e420"
|
||||
reconcilerVersion: "18.3.0-www-classic-7e9ee391"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1324 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
@@ -34196,7 +34196,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-www-classic-b91cf5f1";
|
||||
var ReactVersion = "18.3.0-www-classic-ea4ca273";
|
||||
|
||||
function createPortal$1(
|
||||
children,
|
||||
@@ -43989,7 +43989,8 @@ function stylesheetPropsFromPreinitOptions(href, precedence, options) {
|
||||
rel: "stylesheet",
|
||||
href: href,
|
||||
"data-precedence": precedence,
|
||||
crossOrigin: options.crossOrigin
|
||||
crossOrigin: options.crossOrigin,
|
||||
integrity: options.integrity
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -34041,7 +34041,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-www-modern-13e7cdbe";
|
||||
var ReactVersion = "18.3.0-www-modern-e59407a6";
|
||||
|
||||
function createPortal$1(
|
||||
children,
|
||||
@@ -44499,7 +44499,8 @@ function stylesheetPropsFromPreinitOptions(href, precedence, options) {
|
||||
rel: "stylesheet",
|
||||
href: href,
|
||||
"data-precedence": precedence,
|
||||
crossOrigin: options.crossOrigin
|
||||
crossOrigin: options.crossOrigin,
|
||||
integrity: options.integrity
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -15355,7 +15355,8 @@ function preinit$1(href, options) {
|
||||
rel: "stylesheet",
|
||||
href: href,
|
||||
"data-precedence": precedence,
|
||||
crossOrigin: options.crossOrigin
|
||||
crossOrigin: options.crossOrigin,
|
||||
integrity: options.integrity
|
||||
};
|
||||
(options = preloadPropsMap.get(key)) &&
|
||||
adoptPreloadPropsForStylesheet(href, options);
|
||||
@@ -16651,7 +16652,7 @@ Internals.Events = [
|
||||
var devToolsConfig$jscomp$inline_1827 = {
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-www-classic-ce251e44",
|
||||
version: "18.3.0-www-classic-9ecb0062",
|
||||
rendererPackageName: "react-dom"
|
||||
};
|
||||
var internals$jscomp$inline_2201 = {
|
||||
@@ -16681,7 +16682,7 @@ var internals$jscomp$inline_2201 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-www-classic-ce251e44"
|
||||
reconcilerVersion: "18.3.0-www-classic-9ecb0062"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2202 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -16924,4 +16925,4 @@ exports.unstable_renderSubtreeIntoContainer = function (
|
||||
);
|
||||
};
|
||||
exports.unstable_runWithPriority = runWithPriority;
|
||||
exports.version = "18.3.0-www-classic-ce251e44";
|
||||
exports.version = "18.3.0-www-classic-9ecb0062";
|
||||
|
||||
@@ -15583,7 +15583,8 @@ function preinit$1(href, options) {
|
||||
rel: "stylesheet",
|
||||
href: href,
|
||||
"data-precedence": precedence,
|
||||
crossOrigin: options.crossOrigin
|
||||
crossOrigin: options.crossOrigin,
|
||||
integrity: options.integrity
|
||||
};
|
||||
(options = preloadPropsMap.get(key)) &&
|
||||
adoptPreloadPropsForStylesheet(href, options);
|
||||
@@ -16178,7 +16179,7 @@ Internals.Events = [
|
||||
var devToolsConfig$jscomp$inline_1786 = {
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-www-modern-de14310d",
|
||||
version: "18.3.0-www-modern-7a95eddd",
|
||||
rendererPackageName: "react-dom"
|
||||
};
|
||||
var internals$jscomp$inline_2165 = {
|
||||
@@ -16209,7 +16210,7 @@ var internals$jscomp$inline_2165 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-www-modern-de14310d"
|
||||
reconcilerVersion: "18.3.0-www-modern-7a95eddd"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2166 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -16380,4 +16381,4 @@ exports.unstable_createEventHandle = function (type, options) {
|
||||
return eventHandle;
|
||||
};
|
||||
exports.unstable_runWithPriority = runWithPriority;
|
||||
exports.version = "18.3.0-www-modern-de14310d";
|
||||
exports.version = "18.3.0-www-modern-7a95eddd";
|
||||
|
||||
@@ -16130,7 +16130,8 @@ function preinit$1(href, options) {
|
||||
rel: "stylesheet",
|
||||
href: href,
|
||||
"data-precedence": precedence,
|
||||
crossOrigin: options.crossOrigin
|
||||
crossOrigin: options.crossOrigin,
|
||||
integrity: options.integrity
|
||||
};
|
||||
(options = preloadPropsMap.get(key)) &&
|
||||
adoptPreloadPropsForStylesheet(href, options);
|
||||
@@ -17426,7 +17427,7 @@ Internals.Events = [
|
||||
var devToolsConfig$jscomp$inline_1912 = {
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-www-classic-8d78e420",
|
||||
version: "18.3.0-www-classic-7e9ee391",
|
||||
rendererPackageName: "react-dom"
|
||||
};
|
||||
(function (internals) {
|
||||
@@ -17470,7 +17471,7 @@ var devToolsConfig$jscomp$inline_1912 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-www-classic-8d78e420"
|
||||
reconcilerVersion: "18.3.0-www-classic-7e9ee391"
|
||||
});
|
||||
assign(Internals, {
|
||||
ReactBrowserEventEmitter: {
|
||||
@@ -17700,7 +17701,7 @@ exports.unstable_renderSubtreeIntoContainer = function (
|
||||
);
|
||||
};
|
||||
exports.unstable_runWithPriority = runWithPriority;
|
||||
exports.version = "18.3.0-www-classic-8d78e420";
|
||||
exports.version = "18.3.0-www-classic-7e9ee391";
|
||||
|
||||
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
|
||||
if (
|
||||
|
||||
@@ -16352,7 +16352,8 @@ function preinit$1(href, options) {
|
||||
rel: "stylesheet",
|
||||
href: href,
|
||||
"data-precedence": precedence,
|
||||
crossOrigin: options.crossOrigin
|
||||
crossOrigin: options.crossOrigin,
|
||||
integrity: options.integrity
|
||||
};
|
||||
(options = preloadPropsMap.get(key)) &&
|
||||
adoptPreloadPropsForStylesheet(href, options);
|
||||
@@ -16947,7 +16948,7 @@ Internals.Events = [
|
||||
var devToolsConfig$jscomp$inline_1871 = {
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-www-modern-c632454d",
|
||||
version: "18.3.0-www-modern-ad540229",
|
||||
rendererPackageName: "react-dom"
|
||||
};
|
||||
(function (internals) {
|
||||
@@ -16992,7 +16993,7 @@ var devToolsConfig$jscomp$inline_1871 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-www-modern-c632454d"
|
||||
reconcilerVersion: "18.3.0-www-modern-ad540229"
|
||||
});
|
||||
exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Internals;
|
||||
exports.createPortal = function (children, container) {
|
||||
@@ -17150,7 +17151,7 @@ exports.unstable_createEventHandle = function (type, options) {
|
||||
return eventHandle;
|
||||
};
|
||||
exports.unstable_runWithPriority = runWithPriority;
|
||||
exports.version = "18.3.0-www-modern-c632454d";
|
||||
exports.version = "18.3.0-www-modern-ad540229";
|
||||
|
||||
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
|
||||
if (
|
||||
|
||||
@@ -34813,7 +34813,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-www-classic-4a7abc07";
|
||||
var ReactVersion = "18.3.0-www-classic-e7fd2804";
|
||||
|
||||
function createPortal$1(
|
||||
children,
|
||||
@@ -44738,7 +44738,8 @@ function stylesheetPropsFromPreinitOptions(href, precedence, options) {
|
||||
rel: "stylesheet",
|
||||
href: href,
|
||||
"data-precedence": precedence,
|
||||
crossOrigin: options.crossOrigin
|
||||
crossOrigin: options.crossOrigin,
|
||||
integrity: options.integrity
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -34658,7 +34658,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-www-modern-02d14a38";
|
||||
var ReactVersion = "18.3.0-www-modern-380d0892";
|
||||
|
||||
function createPortal$1(
|
||||
children,
|
||||
@@ -45248,7 +45248,8 @@ function stylesheetPropsFromPreinitOptions(href, precedence, options) {
|
||||
rel: "stylesheet",
|
||||
href: href,
|
||||
"data-precedence": precedence,
|
||||
crossOrigin: options.crossOrigin
|
||||
crossOrigin: options.crossOrigin,
|
||||
integrity: options.integrity
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -15684,7 +15684,8 @@ function preinit$1(href, options) {
|
||||
rel: "stylesheet",
|
||||
href: href,
|
||||
"data-precedence": precedence,
|
||||
crossOrigin: options.crossOrigin
|
||||
crossOrigin: options.crossOrigin,
|
||||
integrity: options.integrity
|
||||
};
|
||||
(options = preloadPropsMap.get(key)) &&
|
||||
adoptPreloadPropsForStylesheet(href, options);
|
||||
@@ -16980,7 +16981,7 @@ Internals.Events = [
|
||||
var devToolsConfig$jscomp$inline_1856 = {
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-www-classic-4b575629",
|
||||
version: "18.3.0-www-classic-915b505f",
|
||||
rendererPackageName: "react-dom"
|
||||
};
|
||||
var internals$jscomp$inline_2235 = {
|
||||
@@ -17010,7 +17011,7 @@ var internals$jscomp$inline_2235 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-www-classic-4b575629"
|
||||
reconcilerVersion: "18.3.0-www-classic-915b505f"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2236 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -17404,4 +17405,4 @@ exports.unstable_renderSubtreeIntoContainer = function (
|
||||
);
|
||||
};
|
||||
exports.unstable_runWithPriority = runWithPriority;
|
||||
exports.version = "18.3.0-www-classic-4b575629";
|
||||
exports.version = "18.3.0-www-classic-915b505f";
|
||||
|
||||
@@ -15967,7 +15967,8 @@ function preinit$1(href, options) {
|
||||
rel: "stylesheet",
|
||||
href: href,
|
||||
"data-precedence": precedence,
|
||||
crossOrigin: options.crossOrigin
|
||||
crossOrigin: options.crossOrigin,
|
||||
integrity: options.integrity
|
||||
};
|
||||
(options = preloadPropsMap.get(key)) &&
|
||||
adoptPreloadPropsForStylesheet(href, options);
|
||||
@@ -16562,7 +16563,7 @@ Internals.Events = [
|
||||
var devToolsConfig$jscomp$inline_1815 = {
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-www-modern-1948588f",
|
||||
version: "18.3.0-www-modern-335642a1",
|
||||
rendererPackageName: "react-dom"
|
||||
};
|
||||
var internals$jscomp$inline_2199 = {
|
||||
@@ -16593,7 +16594,7 @@ var internals$jscomp$inline_2199 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-www-modern-1948588f"
|
||||
reconcilerVersion: "18.3.0-www-modern-335642a1"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2200 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -16915,4 +16916,4 @@ exports.unstable_createEventHandle = function (type, options) {
|
||||
return eventHandle;
|
||||
};
|
||||
exports.unstable_runWithPriority = runWithPriority;
|
||||
exports.version = "18.3.0-www-modern-1948588f";
|
||||
exports.version = "18.3.0-www-modern-335642a1";
|
||||
|
||||
Reference in New Issue
Block a user