@@ -15542,7 +15542,8 @@ function preload$1(href, options) {
1554215542 as: as,
1554315543 crossOrigin: "font" === as ? "" : options.crossOrigin,
1554415544 integrity: options.integrity,
15545- type: options.type
15545+ type: options.type,
15546+ fetchPriority: options.fetchPriority
1554615547 }),
1554715548 preloadPropsMap.set(key, href),
1554815549 null !== ownerDocument.querySelector(limitedEscapedHref) ||
@@ -15584,7 +15585,8 @@ function preinit$1(href, options) {
1558415585 href: href,
1558515586 "data-precedence": precedence,
1558615587 crossOrigin: options.crossOrigin,
15587- integrity: options.integrity
15588+ integrity: options.integrity,
15589+ fetchPriority: options.fetchPriority
1558815590 };
1558915591 (options = preloadPropsMap.get(key)) &&
1559015592 adoptPreloadPropsForStylesheet(href, options);
@@ -15624,7 +15626,8 @@ function preinit$1(href, options) {
1562415626 async: !0,
1562515627 crossOrigin: options.crossOrigin,
1562615628 integrity: options.integrity,
15627- nonce: options.nonce
15629+ nonce: options.nonce,
15630+ fetchPriority: options.fetchPriority
1562815631 }),
1562915632 (options = preloadPropsMap.get(key)) &&
1563015633 adoptPreloadPropsForScript(href, options),
@@ -16179,7 +16182,7 @@ Internals.Events = [
1617916182var devToolsConfig$jscomp$inline_1781 = {
1618016183 findFiberByHostInstance: getClosestInstanceFromNode,
1618116184 bundleType: 0,
16182- version: "18.3.0-www-modern-bef260c7 ",
16185+ version: "18.3.0-www-modern-dfc97c3e ",
1618316186 rendererPackageName: "react-dom"
1618416187};
1618516188var internals$jscomp$inline_2160 = {
@@ -16210,7 +16213,7 @@ var internals$jscomp$inline_2160 = {
1621016213 scheduleRoot: null,
1621116214 setRefreshHandler: null,
1621216215 getCurrentFiber: null,
16213- reconcilerVersion: "18.3.0-www-modern-bef260c7 "
16216+ reconcilerVersion: "18.3.0-www-modern-dfc97c3e "
1621416217};
1621516218if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1621616219 var hook$jscomp$inline_2161 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -16381,4 +16384,4 @@ exports.unstable_createEventHandle = function (type, options) {
1638116384 return eventHandle;
1638216385};
1638316386exports.unstable_runWithPriority = runWithPriority;
16384- exports.version = "18.3.0-www-modern-bef260c7 ";
16387+ exports.version = "18.3.0-www-modern-dfc97c3e ";
0 commit comments