react-dom 19.2.0-canary-b07717d8-20250528 → 19.2.0-canary-14094f80-20250529
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/react-dom-client.development.js +6 -6
- package/cjs/react-dom-client.production.js +6 -6
- package/cjs/react-dom-profiling.development.js +6 -6
- package/cjs/react-dom-profiling.profiling.js +6 -6
- package/cjs/react-dom-server-legacy.browser.development.js +74 -46
- package/cjs/react-dom-server-legacy.browser.production.js +75 -64
- package/cjs/react-dom-server-legacy.node.development.js +74 -46
- package/cjs/react-dom-server-legacy.node.production.js +75 -64
- package/cjs/react-dom-server.browser.development.js +180 -152
- package/cjs/react-dom-server.browser.production.js +171 -155
- package/cjs/react-dom-server.bun.development.js +172 -145
- package/cjs/react-dom-server.bun.production.js +163 -152
- package/cjs/react-dom-server.edge.development.js +180 -152
- package/cjs/react-dom-server.edge.production.js +171 -155
- package/cjs/react-dom-server.node.development.js +177 -149
- package/cjs/react-dom-server.node.production.js +166 -152
- package/cjs/react-dom.development.js +1 -1
- package/cjs/react-dom.production.js +1 -1
- package/cjs/react-dom.react-server.development.js +1 -1
- package/cjs/react-dom.react-server.production.js +1 -1
- package/package.json +3 -3
@@ -21799,7 +21799,7 @@
|
|
21799
21799
|
}
|
21800
21800
|
function handleNavigateComplete() {
|
21801
21801
|
null !== pendingResolve && (pendingResolve(), (pendingResolve = null));
|
21802
|
-
isCancelled || startFakeNavigation
|
21802
|
+
isCancelled || setTimeout(startFakeNavigation, 20);
|
21803
21803
|
}
|
21804
21804
|
function startFakeNavigation() {
|
21805
21805
|
if (!isCancelled && !navigation.transition) {
|
@@ -25449,11 +25449,11 @@
|
|
25449
25449
|
};
|
25450
25450
|
(function () {
|
25451
25451
|
var isomorphicReactPackageVersion = React.version;
|
25452
|
-
if ("19.2.0-canary-
|
25452
|
+
if ("19.2.0-canary-14094f80-20250529" !== isomorphicReactPackageVersion)
|
25453
25453
|
throw Error(
|
25454
25454
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
25455
25455
|
(isomorphicReactPackageVersion +
|
25456
|
-
"\n - react-dom: 19.2.0-canary-
|
25456
|
+
"\n - react-dom: 19.2.0-canary-14094f80-20250529\nLearn more: https://react.dev/warnings/version-mismatch")
|
25457
25457
|
);
|
25458
25458
|
})();
|
25459
25459
|
("function" === typeof Map &&
|
@@ -25490,10 +25490,10 @@
|
|
25490
25490
|
!(function () {
|
25491
25491
|
var internals = {
|
25492
25492
|
bundleType: 1,
|
25493
|
-
version: "19.2.0-canary-
|
25493
|
+
version: "19.2.0-canary-14094f80-20250529",
|
25494
25494
|
rendererPackageName: "react-dom",
|
25495
25495
|
currentDispatcherRef: ReactSharedInternals,
|
25496
|
-
reconcilerVersion: "19.2.0-canary-
|
25496
|
+
reconcilerVersion: "19.2.0-canary-14094f80-20250529"
|
25497
25497
|
};
|
25498
25498
|
internals.overrideHookState = overrideHookState;
|
25499
25499
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25631,7 +25631,7 @@
|
|
25631
25631
|
listenToAllSupportedEvents(container);
|
25632
25632
|
return new ReactDOMHydrationRoot(initialChildren);
|
25633
25633
|
};
|
25634
|
-
exports.version = "19.2.0-canary-
|
25634
|
+
exports.version = "19.2.0-canary-14094f80-20250529";
|
25635
25635
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25636
25636
|
"function" ===
|
25637
25637
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15614,7 +15614,7 @@ function defaultOnDefaultTransitionIndicator() {
|
|
15614
15614
|
}
|
15615
15615
|
function handleNavigateComplete() {
|
15616
15616
|
null !== pendingResolve && (pendingResolve(), (pendingResolve = null));
|
15617
|
-
isCancelled || startFakeNavigation
|
15617
|
+
isCancelled || setTimeout(startFakeNavigation, 20);
|
15618
15618
|
}
|
15619
15619
|
function startFakeNavigation() {
|
15620
15620
|
if (!isCancelled && !navigation.transition) {
|
@@ -15686,14 +15686,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15686
15686
|
};
|
15687
15687
|
var isomorphicReactPackageVersion$jscomp$inline_1851 = React.version;
|
15688
15688
|
if (
|
15689
|
-
"19.2.0-canary-
|
15689
|
+
"19.2.0-canary-14094f80-20250529" !==
|
15690
15690
|
isomorphicReactPackageVersion$jscomp$inline_1851
|
15691
15691
|
)
|
15692
15692
|
throw Error(
|
15693
15693
|
formatProdErrorMessage(
|
15694
15694
|
527,
|
15695
15695
|
isomorphicReactPackageVersion$jscomp$inline_1851,
|
15696
|
-
"19.2.0-canary-
|
15696
|
+
"19.2.0-canary-14094f80-20250529"
|
15697
15697
|
)
|
15698
15698
|
);
|
15699
15699
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15715,10 +15715,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15715
15715
|
};
|
15716
15716
|
var internals$jscomp$inline_2344 = {
|
15717
15717
|
bundleType: 0,
|
15718
|
-
version: "19.2.0-canary-
|
15718
|
+
version: "19.2.0-canary-14094f80-20250529",
|
15719
15719
|
rendererPackageName: "react-dom",
|
15720
15720
|
currentDispatcherRef: ReactSharedInternals,
|
15721
|
-
reconcilerVersion: "19.2.0-canary-
|
15721
|
+
reconcilerVersion: "19.2.0-canary-14094f80-20250529"
|
15722
15722
|
};
|
15723
15723
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
15724
15724
|
var hook$jscomp$inline_2345 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -15816,4 +15816,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
15816
15816
|
listenToAllSupportedEvents(container);
|
15817
15817
|
return new ReactDOMHydrationRoot(initialChildren);
|
15818
15818
|
};
|
15819
|
-
exports.version = "19.2.0-canary-
|
15819
|
+
exports.version = "19.2.0-canary-14094f80-20250529";
|
@@ -21824,7 +21824,7 @@
|
|
21824
21824
|
}
|
21825
21825
|
function handleNavigateComplete() {
|
21826
21826
|
null !== pendingResolve && (pendingResolve(), (pendingResolve = null));
|
21827
|
-
isCancelled || startFakeNavigation
|
21827
|
+
isCancelled || setTimeout(startFakeNavigation, 20);
|
21828
21828
|
}
|
21829
21829
|
function startFakeNavigation() {
|
21830
21830
|
if (!isCancelled && !navigation.transition) {
|
@@ -25501,11 +25501,11 @@
|
|
25501
25501
|
};
|
25502
25502
|
(function () {
|
25503
25503
|
var isomorphicReactPackageVersion = React.version;
|
25504
|
-
if ("19.2.0-canary-
|
25504
|
+
if ("19.2.0-canary-14094f80-20250529" !== isomorphicReactPackageVersion)
|
25505
25505
|
throw Error(
|
25506
25506
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
25507
25507
|
(isomorphicReactPackageVersion +
|
25508
|
-
"\n - react-dom: 19.2.0-canary-
|
25508
|
+
"\n - react-dom: 19.2.0-canary-14094f80-20250529\nLearn more: https://react.dev/warnings/version-mismatch")
|
25509
25509
|
);
|
25510
25510
|
})();
|
25511
25511
|
("function" === typeof Map &&
|
@@ -25542,10 +25542,10 @@
|
|
25542
25542
|
!(function () {
|
25543
25543
|
var internals = {
|
25544
25544
|
bundleType: 1,
|
25545
|
-
version: "19.2.0-canary-
|
25545
|
+
version: "19.2.0-canary-14094f80-20250529",
|
25546
25546
|
rendererPackageName: "react-dom",
|
25547
25547
|
currentDispatcherRef: ReactSharedInternals,
|
25548
|
-
reconcilerVersion: "19.2.0-canary-
|
25548
|
+
reconcilerVersion: "19.2.0-canary-14094f80-20250529"
|
25549
25549
|
};
|
25550
25550
|
internals.overrideHookState = overrideHookState;
|
25551
25551
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -26013,7 +26013,7 @@
|
|
26013
26013
|
exports.useFormStatus = function () {
|
26014
26014
|
return resolveDispatcher().useHostTransitionStatus();
|
26015
26015
|
};
|
26016
|
-
exports.version = "19.2.0-canary-
|
26016
|
+
exports.version = "19.2.0-canary-14094f80-20250529";
|
26017
26017
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
26018
26018
|
"function" ===
|
26019
26019
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -16315,7 +16315,7 @@ function defaultOnDefaultTransitionIndicator() {
|
|
16315
16315
|
}
|
16316
16316
|
function handleNavigateComplete() {
|
16317
16317
|
null !== pendingResolve && (pendingResolve(), (pendingResolve = null));
|
16318
|
-
isCancelled || startFakeNavigation
|
16318
|
+
isCancelled || setTimeout(startFakeNavigation, 20);
|
16319
16319
|
}
|
16320
16320
|
function startFakeNavigation() {
|
16321
16321
|
if (!isCancelled && !navigation.transition) {
|
@@ -16387,14 +16387,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
16387
16387
|
};
|
16388
16388
|
var isomorphicReactPackageVersion$jscomp$inline_1955 = React.version;
|
16389
16389
|
if (
|
16390
|
-
"19.2.0-canary-
|
16390
|
+
"19.2.0-canary-14094f80-20250529" !==
|
16391
16391
|
isomorphicReactPackageVersion$jscomp$inline_1955
|
16392
16392
|
)
|
16393
16393
|
throw Error(
|
16394
16394
|
formatProdErrorMessage(
|
16395
16395
|
527,
|
16396
16396
|
isomorphicReactPackageVersion$jscomp$inline_1955,
|
16397
|
-
"19.2.0-canary-
|
16397
|
+
"19.2.0-canary-14094f80-20250529"
|
16398
16398
|
)
|
16399
16399
|
);
|
16400
16400
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -16416,10 +16416,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
16416
16416
|
};
|
16417
16417
|
var internals$jscomp$inline_1962 = {
|
16418
16418
|
bundleType: 0,
|
16419
|
-
version: "19.2.0-canary-
|
16419
|
+
version: "19.2.0-canary-14094f80-20250529",
|
16420
16420
|
rendererPackageName: "react-dom",
|
16421
16421
|
currentDispatcherRef: ReactSharedInternals,
|
16422
|
-
reconcilerVersion: "19.2.0-canary-
|
16422
|
+
reconcilerVersion: "19.2.0-canary-14094f80-20250529",
|
16423
16423
|
getLaneLabelMap: function () {
|
16424
16424
|
for (
|
16425
16425
|
var map = new Map(), lane = 1, index$293 = 0;
|
@@ -16692,7 +16692,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
16692
16692
|
exports.useFormStatus = function () {
|
16693
16693
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
16694
16694
|
};
|
16695
|
-
exports.version = "19.2.0-canary-
|
16695
|
+
exports.version = "19.2.0-canary-14094f80-20250529";
|
16696
16696
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
16697
16697
|
"function" ===
|
16698
16698
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -2438,7 +2438,8 @@
|
|
2438
2438
|
);
|
2439
2439
|
}
|
2440
2440
|
var precedence$jscomp$0 = props.precedence,
|
2441
|
-
href$jscomp$0 = props.href
|
2441
|
+
href$jscomp$0 = props.href,
|
2442
|
+
nonce = props.nonce;
|
2442
2443
|
if (
|
2443
2444
|
formatContext.insertionMode === SVG_MODE ||
|
2444
2445
|
noscriptTagInScope$jscomp$2 ||
|
@@ -2507,47 +2508,64 @@
|
|
2507
2508
|
'React encountered a hoistable style tag for the same href as a preload: "%s". When using a style tag to inline styles you should not also preload it as a stylsheet.',
|
2508
2509
|
href$jscomp$0
|
2509
2510
|
);
|
2510
|
-
styleQueue$jscomp$0
|
2511
|
-
|
2512
|
-
|
2513
|
-
|
2514
|
-
|
2515
|
-
|
2516
|
-
|
2517
|
-
|
2518
|
-
|
2519
|
-
|
2520
|
-
|
2511
|
+
styleQueue$jscomp$0 ||
|
2512
|
+
((styleQueue$jscomp$0 = {
|
2513
|
+
precedence: escapeTextForBrowser(precedence$jscomp$0),
|
2514
|
+
rules: [],
|
2515
|
+
hrefs: [],
|
2516
|
+
sheets: new Map()
|
2517
|
+
}),
|
2518
|
+
renderState.styles.set(
|
2519
|
+
precedence$jscomp$0,
|
2520
|
+
styleQueue$jscomp$0
|
2521
|
+
));
|
2522
|
+
var nonceStyle = renderState.nonce.style;
|
2523
|
+
if (nonceStyle && nonceStyle !== nonce)
|
2524
|
+
console.error(
|
2525
|
+
'React encountered a style tag with `precedence` "%s" and `nonce` "%s". When React manages style rules using `precedence` it will only include rules if the nonce matches the style nonce "%s" that was included with this render.',
|
2526
|
+
precedence$jscomp$0,
|
2527
|
+
nonce,
|
2528
|
+
nonceStyle
|
2529
|
+
);
|
2530
|
+
else {
|
2531
|
+
!nonceStyle &&
|
2532
|
+
nonce &&
|
2533
|
+
console.error(
|
2534
|
+
'React encountered a style tag with `precedence` "%s" and `nonce` "%s". When React manages style rules using `precedence` it will only include a nonce attributes if you also provide the same style nonce value as a render option.',
|
2521
2535
|
precedence$jscomp$0,
|
2522
|
-
|
2523
|
-
)
|
2524
|
-
|
2525
|
-
|
2526
|
-
|
2527
|
-
|
2528
|
-
|
2529
|
-
|
2530
|
-
|
2531
|
-
|
2532
|
-
|
2533
|
-
|
2534
|
-
|
2535
|
-
|
2536
|
-
|
2537
|
-
|
2538
|
-
|
2539
|
-
|
2540
|
-
|
2541
|
-
|
2542
|
-
|
2543
|
-
|
2544
|
-
|
2545
|
-
|
2546
|
-
|
2547
|
-
|
2548
|
-
|
2549
|
-
|
2550
|
-
|
2536
|
+
nonce
|
2537
|
+
);
|
2538
|
+
styleQueue$jscomp$0.hrefs.push(
|
2539
|
+
escapeTextForBrowser(href$jscomp$0)
|
2540
|
+
);
|
2541
|
+
var target = styleQueue$jscomp$0.rules,
|
2542
|
+
children$jscomp$9 = null,
|
2543
|
+
innerHTML$jscomp$6 = null,
|
2544
|
+
propKey$jscomp$9;
|
2545
|
+
for (propKey$jscomp$9 in props)
|
2546
|
+
if (hasOwnProperty.call(props, propKey$jscomp$9)) {
|
2547
|
+
var propValue$jscomp$9 = props[propKey$jscomp$9];
|
2548
|
+
if (null != propValue$jscomp$9)
|
2549
|
+
switch (propKey$jscomp$9) {
|
2550
|
+
case "children":
|
2551
|
+
children$jscomp$9 = propValue$jscomp$9;
|
2552
|
+
break;
|
2553
|
+
case "dangerouslySetInnerHTML":
|
2554
|
+
innerHTML$jscomp$6 = propValue$jscomp$9;
|
2555
|
+
}
|
2556
|
+
}
|
2557
|
+
var child$jscomp$2 = Array.isArray(children$jscomp$9)
|
2558
|
+
? 2 > children$jscomp$9.length
|
2559
|
+
? children$jscomp$9[0]
|
2560
|
+
: null
|
2561
|
+
: children$jscomp$9;
|
2562
|
+
"function" !== typeof child$jscomp$2 &&
|
2563
|
+
"symbol" !== typeof child$jscomp$2 &&
|
2564
|
+
null !== child$jscomp$2 &&
|
2565
|
+
void 0 !== child$jscomp$2 &&
|
2566
|
+
target.push(escapeStyleTextContent(child$jscomp$2));
|
2567
|
+
pushInnerHTML(target, innerHTML$jscomp$6, children$jscomp$9);
|
2568
|
+
}
|
2551
2569
|
}
|
2552
2570
|
styleQueue$jscomp$0 &&
|
2553
2571
|
hoistableState &&
|
@@ -3039,6 +3057,7 @@
|
|
3039
3057
|
);
|
3040
3058
|
var i = 0;
|
3041
3059
|
if (hrefs.length) {
|
3060
|
+
this.push(currentlyFlushingRenderState.startInlineStyle);
|
3042
3061
|
this.push(lateStyleTagResourceOpen1);
|
3043
3062
|
this.push(styleQueue.precedence);
|
3044
3063
|
for (this.push(lateStyleTagResourceOpen2); i < hrefs.length - 1; i++)
|
@@ -3064,7 +3083,9 @@
|
|
3064
3083
|
) {
|
3065
3084
|
currentlyRenderingBoundaryHasStylesToHoist = !1;
|
3066
3085
|
destinationHasCapacity = !0;
|
3086
|
+
currentlyFlushingRenderState = renderState;
|
3067
3087
|
hoistableState.styles.forEach(flushStyleTagsLateForBoundary, destination);
|
3088
|
+
currentlyFlushingRenderState = null;
|
3068
3089
|
hoistableState.stylesheets.forEach(hasStylesToHoist);
|
3069
3090
|
currentlyRenderingBoundaryHasStylesToHoist &&
|
3070
3091
|
(renderState.stylesToHoist = !0);
|
@@ -3088,6 +3109,7 @@
|
|
3088
3109
|
var rules = styleQueue.rules,
|
3089
3110
|
hrefs = styleQueue.hrefs;
|
3090
3111
|
if (!hasStylesheets || hrefs.length) {
|
3112
|
+
this.push(currentlyFlushingRenderState.startInlineStyle);
|
3091
3113
|
this.push(styleTagResourceOpen1);
|
3092
3114
|
this.push(styleQueue.precedence);
|
3093
3115
|
styleQueue = 0;
|
@@ -3377,6 +3399,7 @@
|
|
3377
3399
|
segmentPrefix: idPrefix + "S:",
|
3378
3400
|
boundaryPrefix: idPrefix + "B:",
|
3379
3401
|
startInlineScript: "<script",
|
3402
|
+
startInlineStyle: "<style",
|
3380
3403
|
preamble: { htmlChunks: null, headChunks: null, bodyChunks: null },
|
3381
3404
|
externalRuntimeScript: null,
|
3382
3405
|
bootstrapChunks: bootstrapChunks,
|
@@ -3406,7 +3429,7 @@
|
|
3406
3429
|
scripts: new Map(),
|
3407
3430
|
moduleScripts: new Map()
|
3408
3431
|
},
|
3409
|
-
nonce: void 0,
|
3432
|
+
nonce: { script: void 0, style: void 0 },
|
3410
3433
|
hoistableState: null,
|
3411
3434
|
stylesToHoist: !1
|
3412
3435
|
};
|
@@ -3518,6 +3541,7 @@
|
|
3518
3541
|
segmentPrefix: idPrefix.segmentPrefix,
|
3519
3542
|
boundaryPrefix: idPrefix.boundaryPrefix,
|
3520
3543
|
startInlineScript: idPrefix.startInlineScript,
|
3544
|
+
startInlineStyle: idPrefix.startInlineStyle,
|
3521
3545
|
preamble: idPrefix.preamble,
|
3522
3546
|
externalRuntimeScript: idPrefix.externalRuntimeScript,
|
3523
3547
|
bootstrapChunks: idPrefix.bootstrapChunks,
|
@@ -3536,6 +3560,7 @@
|
|
3536
3560
|
scripts: idPrefix.scripts,
|
3537
3561
|
bulkPreloads: idPrefix.bulkPreloads,
|
3538
3562
|
preloads: idPrefix.preloads,
|
3563
|
+
nonce: idPrefix.nonce,
|
3539
3564
|
stylesToHoist: idPrefix.stylesToHoist,
|
3540
3565
|
generateStaticMarkup: generateStaticMarkup
|
3541
3566
|
};
|
@@ -7735,7 +7760,9 @@
|
|
7735
7760
|
renderState.fontPreloads.clear();
|
7736
7761
|
renderState.highImagePreloads.forEach(flushResource, destination);
|
7737
7762
|
renderState.highImagePreloads.clear();
|
7763
|
+
currentlyFlushingRenderState = renderState;
|
7738
7764
|
renderState.styles.forEach(flushStylesInPreamble, destination);
|
7765
|
+
currentlyFlushingRenderState = null;
|
7739
7766
|
var importMapChunks = renderState.importMapChunks;
|
7740
7767
|
for (
|
7741
7768
|
i$jscomp$0 = 0;
|
@@ -9206,7 +9233,8 @@
|
|
9206
9233
|
EXISTS = null,
|
9207
9234
|
PRELOAD_NO_CREDS = [];
|
9208
9235
|
Object.freeze(PRELOAD_NO_CREDS);
|
9209
|
-
var
|
9236
|
+
var currentlyFlushingRenderState = null,
|
9237
|
+
endInlineScript = "\x3c/script>",
|
9210
9238
|
scriptRegex = /(<\/|<)(s)(cript)/gi;
|
9211
9239
|
var didWarnForNewBooleanPropsWithEmptyValue = {};
|
9212
9240
|
var ROOT_HTML_MODE = 0,
|
@@ -9312,14 +9340,14 @@
|
|
9312
9340
|
clientRenderScriptEnd = ")\x3c/script>",
|
9313
9341
|
regexForJSStringsInInstructionScripts = /[<\u2028\u2029]/g,
|
9314
9342
|
regexForJSStringsInScripts = /[&><\u2028\u2029]/g,
|
9315
|
-
lateStyleTagResourceOpen1 = '
|
9343
|
+
lateStyleTagResourceOpen1 = ' media="not all" data-precedence="',
|
9316
9344
|
lateStyleTagResourceOpen2 = '" data-href="',
|
9317
9345
|
lateStyleTagResourceOpen3 = '">',
|
9318
9346
|
lateStyleTagTemplateClose = "</style>",
|
9319
9347
|
currentlyRenderingBoundaryHasStylesToHoist = !1,
|
9320
9348
|
destinationHasCapacity = !0,
|
9321
9349
|
stylesheetFlushingQueue = [],
|
9322
|
-
styleTagResourceOpen1 = '
|
9350
|
+
styleTagResourceOpen1 = ' data-precedence="',
|
9323
9351
|
styleTagResourceOpen2 = '" data-href="',
|
9324
9352
|
spaceSeparator = " ",
|
9325
9353
|
styleTagResourceOpen3 = '">',
|
@@ -9598,5 +9626,5 @@
|
|
9598
9626
|
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
|
9599
9627
|
);
|
9600
9628
|
};
|
9601
|
-
exports.version = "19.2.0-canary-
|
9629
|
+
exports.version = "19.2.0-canary-14094f80-20250529";
|
9602
9630
|
})();
|
@@ -305,6 +305,7 @@ ReactDOMSharedInternals.d = {
|
|
305
305
|
M: preinitModuleScript
|
306
306
|
};
|
307
307
|
var PRELOAD_NO_CREDS = [],
|
308
|
+
currentlyFlushingRenderState = null,
|
308
309
|
scriptRegex = /(<\/|<)(s)(cript)/gi;
|
309
310
|
function scriptReplacer(match, prefix, s, suffix) {
|
310
311
|
return "" + prefix + ("s" === s ? "\\u0073" : "\\u0053") + suffix;
|
@@ -1528,7 +1529,8 @@ function pushStartInstance(
|
|
1528
1529
|
case "style":
|
1529
1530
|
var noscriptTagInScope$jscomp$2 = formatContext.tagScope & 1,
|
1530
1531
|
precedence$jscomp$0 = props.precedence,
|
1531
|
-
href$jscomp$0 = props.href
|
1532
|
+
href$jscomp$0 = props.href,
|
1533
|
+
nonce = props.nonce;
|
1532
1534
|
if (
|
1533
1535
|
4 === formatContext.insertionMode ||
|
1534
1536
|
noscriptTagInScope$jscomp$2 ||
|
@@ -1583,46 +1585,47 @@ function pushStartInstance(
|
|
1583
1585
|
: void 0)
|
1584
1586
|
) {
|
1585
1587
|
resumableState.styleResources[href$jscomp$0] = null;
|
1586
|
-
styleQueue$jscomp$0
|
1587
|
-
|
1588
|
-
|
1589
|
-
|
1590
|
-
|
1591
|
-
|
1592
|
-
|
1593
|
-
|
1594
|
-
|
1595
|
-
|
1596
|
-
|
1597
|
-
|
1598
|
-
|
1599
|
-
|
1600
|
-
|
1601
|
-
|
1602
|
-
|
1603
|
-
|
1604
|
-
|
1605
|
-
|
1606
|
-
|
1607
|
-
|
1608
|
-
|
1609
|
-
|
1610
|
-
|
1611
|
-
|
1612
|
-
|
1613
|
-
|
1614
|
-
|
1615
|
-
|
1616
|
-
|
1617
|
-
|
1618
|
-
|
1619
|
-
|
1620
|
-
|
1621
|
-
|
1622
|
-
|
1623
|
-
|
1624
|
-
|
1625
|
-
|
1588
|
+
styleQueue$jscomp$0 ||
|
1589
|
+
((styleQueue$jscomp$0 = {
|
1590
|
+
precedence: escapeTextForBrowser(precedence$jscomp$0),
|
1591
|
+
rules: [],
|
1592
|
+
hrefs: [],
|
1593
|
+
sheets: new Map()
|
1594
|
+
}),
|
1595
|
+
renderState.styles.set(precedence$jscomp$0, styleQueue$jscomp$0));
|
1596
|
+
var nonceStyle = renderState.nonce.style;
|
1597
|
+
if (!nonceStyle || nonceStyle === nonce) {
|
1598
|
+
styleQueue$jscomp$0.hrefs.push(escapeTextForBrowser(href$jscomp$0));
|
1599
|
+
var target = styleQueue$jscomp$0.rules,
|
1600
|
+
children$jscomp$7 = null,
|
1601
|
+
innerHTML$jscomp$6 = null,
|
1602
|
+
propKey$jscomp$9;
|
1603
|
+
for (propKey$jscomp$9 in props)
|
1604
|
+
if (hasOwnProperty.call(props, propKey$jscomp$9)) {
|
1605
|
+
var propValue$jscomp$9 = props[propKey$jscomp$9];
|
1606
|
+
if (null != propValue$jscomp$9)
|
1607
|
+
switch (propKey$jscomp$9) {
|
1608
|
+
case "children":
|
1609
|
+
children$jscomp$7 = propValue$jscomp$9;
|
1610
|
+
break;
|
1611
|
+
case "dangerouslySetInnerHTML":
|
1612
|
+
innerHTML$jscomp$6 = propValue$jscomp$9;
|
1613
|
+
}
|
1614
|
+
}
|
1615
|
+
var child$jscomp$0 = Array.isArray(children$jscomp$7)
|
1616
|
+
? 2 > children$jscomp$7.length
|
1617
|
+
? children$jscomp$7[0]
|
1618
|
+
: null
|
1619
|
+
: children$jscomp$7;
|
1620
|
+
"function" !== typeof child$jscomp$0 &&
|
1621
|
+
"symbol" !== typeof child$jscomp$0 &&
|
1622
|
+
null !== child$jscomp$0 &&
|
1623
|
+
void 0 !== child$jscomp$0 &&
|
1624
|
+
target.push(
|
1625
|
+
("" + child$jscomp$0).replace(styleRegex, styleReplacer)
|
1626
|
+
);
|
1627
|
+
pushInnerHTML(target, innerHTML$jscomp$6, children$jscomp$7);
|
1628
|
+
}
|
1626
1629
|
}
|
1627
1630
|
styleQueue$jscomp$0 &&
|
1628
1631
|
hoistableState &&
|
@@ -2093,7 +2096,8 @@ function flushStyleTagsLateForBoundary(styleQueue) {
|
|
2093
2096
|
hrefs = styleQueue.hrefs,
|
2094
2097
|
i = 0;
|
2095
2098
|
if (hrefs.length) {
|
2096
|
-
this.push(
|
2099
|
+
this.push(currentlyFlushingRenderState.startInlineStyle);
|
2100
|
+
this.push(' media="not all" data-precedence="');
|
2097
2101
|
this.push(styleQueue.precedence);
|
2098
2102
|
for (this.push('" data-href="'); i < hrefs.length - 1; i++)
|
2099
2103
|
this.push(hrefs[i]), this.push(" ");
|
@@ -2114,7 +2118,9 @@ function hasStylesToHoist(stylesheet) {
|
|
2114
2118
|
function writeHoistablesForBoundary(destination, hoistableState, renderState) {
|
2115
2119
|
currentlyRenderingBoundaryHasStylesToHoist = !1;
|
2116
2120
|
destinationHasCapacity = !0;
|
2121
|
+
currentlyFlushingRenderState = renderState;
|
2117
2122
|
hoistableState.styles.forEach(flushStyleTagsLateForBoundary, destination);
|
2123
|
+
currentlyFlushingRenderState = null;
|
2118
2124
|
hoistableState.stylesheets.forEach(hasStylesToHoist);
|
2119
2125
|
currentlyRenderingBoundaryHasStylesToHoist &&
|
2120
2126
|
(renderState.stylesToHoist = !0);
|
@@ -2139,7 +2145,8 @@ function flushStylesInPreamble(styleQueue) {
|
|
2139
2145
|
var rules = styleQueue.rules,
|
2140
2146
|
hrefs = styleQueue.hrefs;
|
2141
2147
|
if (!hasStylesheets || hrefs.length) {
|
2142
|
-
this.push(
|
2148
|
+
this.push(currentlyFlushingRenderState.startInlineStyle);
|
2149
|
+
this.push(' data-precedence="');
|
2143
2150
|
this.push(styleQueue.precedence);
|
2144
2151
|
styleQueue = 0;
|
2145
2152
|
if (hrefs.length) {
|
@@ -2718,16 +2725,16 @@ function createRenderState(resumableState, generateStaticMarkup) {
|
|
2718
2725
|
"\x3c/script>"
|
2719
2726
|
));
|
2720
2727
|
bootstrapScriptContent = idPrefix + "P:";
|
2721
|
-
var
|
2728
|
+
var JSCompiler_object_inline_segmentPrefix_1665 = idPrefix + "S:";
|
2722
2729
|
idPrefix += "B:";
|
2723
|
-
var
|
2724
|
-
|
2725
|
-
|
2726
|
-
|
2727
|
-
|
2728
|
-
|
2729
|
-
|
2730
|
-
|
2730
|
+
var JSCompiler_object_inline_preconnects_1679 = new Set(),
|
2731
|
+
JSCompiler_object_inline_fontPreloads_1680 = new Set(),
|
2732
|
+
JSCompiler_object_inline_highImagePreloads_1681 = new Set(),
|
2733
|
+
JSCompiler_object_inline_styles_1682 = new Map(),
|
2734
|
+
JSCompiler_object_inline_bootstrapScripts_1683 = new Set(),
|
2735
|
+
JSCompiler_object_inline_scripts_1684 = new Set(),
|
2736
|
+
JSCompiler_object_inline_bulkPreloads_1685 = new Set(),
|
2737
|
+
JSCompiler_object_inline_preloads_1686 = {
|
2731
2738
|
images: new Map(),
|
2732
2739
|
stylesheets: new Map(),
|
2733
2740
|
scripts: new Map(),
|
@@ -2764,7 +2771,7 @@ function createRenderState(resumableState, generateStaticMarkup) {
|
|
2764
2771
|
scriptConfig.moduleScriptResources[href] = null;
|
2765
2772
|
scriptConfig = [];
|
2766
2773
|
pushLinkImpl(scriptConfig, props);
|
2767
|
-
|
2774
|
+
JSCompiler_object_inline_bootstrapScripts_1683.add(scriptConfig);
|
2768
2775
|
bootstrapChunks.push('<script src="', escapeTextForBrowser(src), '"');
|
2769
2776
|
"string" === typeof integrity &&
|
2770
2777
|
bootstrapChunks.push(
|
@@ -2811,7 +2818,7 @@ function createRenderState(resumableState, generateStaticMarkup) {
|
|
2811
2818
|
(props.moduleScriptResources[scriptConfig] = null),
|
2812
2819
|
(props = []),
|
2813
2820
|
pushLinkImpl(props, integrity),
|
2814
|
-
|
2821
|
+
JSCompiler_object_inline_bootstrapScripts_1683.add(props),
|
2815
2822
|
bootstrapChunks.push(
|
2816
2823
|
'<script type="module" src="',
|
2817
2824
|
escapeTextForBrowser(i),
|
@@ -2833,9 +2840,10 @@ function createRenderState(resumableState, generateStaticMarkup) {
|
|
2833
2840
|
bootstrapChunks.push(' async="">\x3c/script>');
|
2834
2841
|
return {
|
2835
2842
|
placeholderPrefix: bootstrapScriptContent,
|
2836
|
-
segmentPrefix:
|
2843
|
+
segmentPrefix: JSCompiler_object_inline_segmentPrefix_1665,
|
2837
2844
|
boundaryPrefix: idPrefix,
|
2838
2845
|
startInlineScript: "<script",
|
2846
|
+
startInlineStyle: "<style",
|
2839
2847
|
preamble: { htmlChunks: null, headChunks: null, bodyChunks: null },
|
2840
2848
|
externalRuntimeScript: null,
|
2841
2849
|
bootstrapChunks: bootstrapChunks,
|
@@ -2852,14 +2860,15 @@ function createRenderState(resumableState, generateStaticMarkup) {
|
|
2852
2860
|
charsetChunks: [],
|
2853
2861
|
viewportChunks: [],
|
2854
2862
|
hoistableChunks: [],
|
2855
|
-
preconnects:
|
2856
|
-
fontPreloads:
|
2857
|
-
highImagePreloads:
|
2858
|
-
styles:
|
2859
|
-
bootstrapScripts:
|
2860
|
-
scripts:
|
2861
|
-
bulkPreloads:
|
2862
|
-
preloads:
|
2863
|
+
preconnects: JSCompiler_object_inline_preconnects_1679,
|
2864
|
+
fontPreloads: JSCompiler_object_inline_fontPreloads_1680,
|
2865
|
+
highImagePreloads: JSCompiler_object_inline_highImagePreloads_1681,
|
2866
|
+
styles: JSCompiler_object_inline_styles_1682,
|
2867
|
+
bootstrapScripts: JSCompiler_object_inline_bootstrapScripts_1683,
|
2868
|
+
scripts: JSCompiler_object_inline_scripts_1684,
|
2869
|
+
bulkPreloads: JSCompiler_object_inline_bulkPreloads_1685,
|
2870
|
+
preloads: JSCompiler_object_inline_preloads_1686,
|
2871
|
+
nonce: { script: void 0, style: void 0 },
|
2863
2872
|
stylesToHoist: !1,
|
2864
2873
|
generateStaticMarkup: generateStaticMarkup
|
2865
2874
|
};
|
@@ -6045,7 +6054,9 @@ function flushCompletedQueues(request, destination) {
|
|
6045
6054
|
renderState.fontPreloads.clear();
|
6046
6055
|
renderState.highImagePreloads.forEach(flushResource, destination);
|
6047
6056
|
renderState.highImagePreloads.clear();
|
6057
|
+
currentlyFlushingRenderState = renderState;
|
6048
6058
|
renderState.styles.forEach(flushStylesInPreamble, destination);
|
6059
|
+
currentlyFlushingRenderState = null;
|
6049
6060
|
var importMapChunks = renderState.importMapChunks;
|
6050
6061
|
for (i$jscomp$0 = 0; i$jscomp$0 < importMapChunks.length; i$jscomp$0++)
|
6051
6062
|
destination.push(importMapChunks[i$jscomp$0]);
|
@@ -6395,4 +6406,4 @@ exports.renderToString = function (children, options) {
|
|
6395
6406
|
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
|
6396
6407
|
);
|
6397
6408
|
};
|
6398
|
-
exports.version = "19.2.0-canary-
|
6409
|
+
exports.version = "19.2.0-canary-14094f80-20250529";
|