react-dom 19.2.0-canary-37054867-20250604 → 19.2.0-canary-ab859e31-20250606
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 +5 -5
- package/cjs/react-dom-client.production.js +5 -5
- package/cjs/react-dom-profiling.development.js +5 -5
- package/cjs/react-dom-profiling.profiling.js +5 -5
- package/cjs/react-dom-server-legacy.browser.development.js +24 -17
- package/cjs/react-dom-server-legacy.browser.production.js +39 -37
- package/cjs/react-dom-server-legacy.node.development.js +24 -17
- package/cjs/react-dom-server-legacy.node.production.js +39 -37
- package/cjs/react-dom-server.browser.development.js +30 -21
- package/cjs/react-dom-server.browser.production.js +23 -21
- package/cjs/react-dom-server.bun.development.js +26 -22
- package/cjs/react-dom-server.bun.production.js +24 -22
- package/cjs/react-dom-server.edge.development.js +30 -21
- package/cjs/react-dom-server.edge.production.js +23 -21
- package/cjs/react-dom-server.node-webstreams.development.js +10017 -0
- package/cjs/react-dom-server.node-webstreams.production.js +6957 -0
- package/cjs/react-dom-server.node.development.js +31 -25
- package/cjs/react-dom-server.node.production.js +24 -25
- 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
- package/server.node.js +7 -1
- package/static.node.js +5 -1
@@ -2744,16 +2744,16 @@ function createRenderState(resumableState, generateStaticMarkup) {
|
|
2744
2744
|
"\x3c/script>"
|
2745
2745
|
));
|
2746
2746
|
bootstrapScriptContent = idPrefix + "P:";
|
2747
|
-
var
|
2747
|
+
var JSCompiler_object_inline_segmentPrefix_1667 = idPrefix + "S:";
|
2748
2748
|
idPrefix += "B:";
|
2749
|
-
var
|
2750
|
-
|
2751
|
-
|
2752
|
-
|
2753
|
-
|
2754
|
-
|
2755
|
-
|
2756
|
-
|
2749
|
+
var JSCompiler_object_inline_preconnects_1681 = new Set(),
|
2750
|
+
JSCompiler_object_inline_fontPreloads_1682 = new Set(),
|
2751
|
+
JSCompiler_object_inline_highImagePreloads_1683 = new Set(),
|
2752
|
+
JSCompiler_object_inline_styles_1684 = new Map(),
|
2753
|
+
JSCompiler_object_inline_bootstrapScripts_1685 = new Set(),
|
2754
|
+
JSCompiler_object_inline_scripts_1686 = new Set(),
|
2755
|
+
JSCompiler_object_inline_bulkPreloads_1687 = new Set(),
|
2756
|
+
JSCompiler_object_inline_preloads_1688 = {
|
2757
2757
|
images: new Map(),
|
2758
2758
|
stylesheets: new Map(),
|
2759
2759
|
scripts: new Map(),
|
@@ -2790,7 +2790,7 @@ function createRenderState(resumableState, generateStaticMarkup) {
|
|
2790
2790
|
scriptConfig.moduleScriptResources[href] = null;
|
2791
2791
|
scriptConfig = [];
|
2792
2792
|
pushLinkImpl(scriptConfig, props);
|
2793
|
-
|
2793
|
+
JSCompiler_object_inline_bootstrapScripts_1685.add(scriptConfig);
|
2794
2794
|
bootstrapChunks.push('<script src="', escapeTextForBrowser(src), '"');
|
2795
2795
|
"string" === typeof integrity &&
|
2796
2796
|
bootstrapChunks.push(
|
@@ -2837,7 +2837,7 @@ function createRenderState(resumableState, generateStaticMarkup) {
|
|
2837
2837
|
(props.moduleScriptResources[scriptConfig] = null),
|
2838
2838
|
(props = []),
|
2839
2839
|
pushLinkImpl(props, integrity),
|
2840
|
-
|
2840
|
+
JSCompiler_object_inline_bootstrapScripts_1685.add(props),
|
2841
2841
|
bootstrapChunks.push(
|
2842
2842
|
'<script type="module" src="',
|
2843
2843
|
escapeTextForBrowser(i),
|
@@ -2859,7 +2859,7 @@ function createRenderState(resumableState, generateStaticMarkup) {
|
|
2859
2859
|
bootstrapChunks.push(' async="">\x3c/script>');
|
2860
2860
|
return {
|
2861
2861
|
placeholderPrefix: bootstrapScriptContent,
|
2862
|
-
segmentPrefix:
|
2862
|
+
segmentPrefix: JSCompiler_object_inline_segmentPrefix_1667,
|
2863
2863
|
boundaryPrefix: idPrefix,
|
2864
2864
|
startInlineScript: "<script",
|
2865
2865
|
startInlineStyle: "<style",
|
@@ -2879,14 +2879,14 @@ function createRenderState(resumableState, generateStaticMarkup) {
|
|
2879
2879
|
charsetChunks: [],
|
2880
2880
|
viewportChunks: [],
|
2881
2881
|
hoistableChunks: [],
|
2882
|
-
preconnects:
|
2883
|
-
fontPreloads:
|
2884
|
-
highImagePreloads:
|
2885
|
-
styles:
|
2886
|
-
bootstrapScripts:
|
2887
|
-
scripts:
|
2888
|
-
bulkPreloads:
|
2889
|
-
preloads:
|
2882
|
+
preconnects: JSCompiler_object_inline_preconnects_1681,
|
2883
|
+
fontPreloads: JSCompiler_object_inline_fontPreloads_1682,
|
2884
|
+
highImagePreloads: JSCompiler_object_inline_highImagePreloads_1683,
|
2885
|
+
styles: JSCompiler_object_inline_styles_1684,
|
2886
|
+
bootstrapScripts: JSCompiler_object_inline_bootstrapScripts_1685,
|
2887
|
+
scripts: JSCompiler_object_inline_scripts_1686,
|
2888
|
+
bulkPreloads: JSCompiler_object_inline_bulkPreloads_1687,
|
2889
|
+
preloads: JSCompiler_object_inline_preloads_1688,
|
2890
2890
|
nonce: { script: void 0, style: void 0 },
|
2891
2891
|
stylesToHoist: !1,
|
2892
2892
|
generateStaticMarkup: generateStaticMarkup
|
@@ -6113,7 +6113,8 @@ function flushCompletedQueues(request, destination) {
|
|
6113
6113
|
var completedPreambleSegments = request.completedPreambleSegments;
|
6114
6114
|
if (null === completedPreambleSegments) return;
|
6115
6115
|
flushedByteSize = request.byteSize;
|
6116
|
-
var
|
6116
|
+
var resumableState = request.resumableState,
|
6117
|
+
renderState = request.renderState,
|
6117
6118
|
preamble = renderState.preamble,
|
6118
6119
|
htmlChunks = preamble.htmlChunks,
|
6119
6120
|
headChunks = preamble.headChunks,
|
@@ -6158,17 +6159,18 @@ function flushCompletedQueues(request, destination) {
|
|
6158
6159
|
renderState.scripts.clear();
|
6159
6160
|
renderState.bulkPreloads.forEach(flushResource, destination);
|
6160
6161
|
renderState.bulkPreloads.clear();
|
6162
|
+
resumableState.instructions |= 32;
|
6161
6163
|
var hoistableChunks = renderState.hoistableChunks;
|
6162
6164
|
for (i$jscomp$0 = 0; i$jscomp$0 < hoistableChunks.length; i$jscomp$0++)
|
6163
6165
|
destination.push(hoistableChunks[i$jscomp$0]);
|
6164
6166
|
for (
|
6165
|
-
|
6166
|
-
|
6167
|
-
|
6167
|
+
resumableState = hoistableChunks.length = 0;
|
6168
|
+
resumableState < completedPreambleSegments.length;
|
6169
|
+
resumableState++
|
6168
6170
|
) {
|
6169
|
-
var segments = completedPreambleSegments[
|
6170
|
-
for (
|
6171
|
-
flushSegment(request, destination, segments[
|
6171
|
+
var segments = completedPreambleSegments[resumableState];
|
6172
|
+
for (renderState = 0; renderState < segments.length; renderState++)
|
6173
|
+
flushSegment(request, destination, segments[renderState], null);
|
6172
6174
|
}
|
6173
6175
|
var preamble$jscomp$0 = request.renderState.preamble,
|
6174
6176
|
headChunks$jscomp$0 = preamble$jscomp$0.headChunks;
|
@@ -6195,13 +6197,13 @@ function flushCompletedQueues(request, destination) {
|
|
6195
6197
|
(0 !== request.trackedPostpones.rootNodes.length ||
|
6196
6198
|
null !== request.trackedPostpones.rootSlots))
|
6197
6199
|
) {
|
6198
|
-
var resumableState = request.resumableState;
|
6199
|
-
if (0 === (resumableState.instructions & 64)) {
|
6200
|
-
resumableState.instructions |= 64;
|
6200
|
+
var resumableState$jscomp$0 = request.resumableState;
|
6201
|
+
if (0 === (resumableState$jscomp$0.instructions & 64)) {
|
6202
|
+
resumableState$jscomp$0.instructions |= 64;
|
6201
6203
|
destination.push(renderState$jscomp$0.startInlineScript);
|
6202
|
-
if (0 === (resumableState.instructions & 32)) {
|
6203
|
-
resumableState.instructions |= 32;
|
6204
|
-
var shellId = "_" + resumableState.idPrefix + "R_";
|
6204
|
+
if (0 === (resumableState$jscomp$0.instructions & 32)) {
|
6205
|
+
resumableState$jscomp$0.instructions |= 32;
|
6206
|
+
var shellId = "_" + resumableState$jscomp$0.idPrefix + "R_";
|
6205
6207
|
destination.push(' id="');
|
6206
6208
|
var chunk$jscomp$1 = escapeTextForBrowser(shellId);
|
6207
6209
|
destination.push(chunk$jscomp$1);
|
@@ -6252,14 +6254,14 @@ function flushCompletedQueues(request, destination) {
|
|
6252
6254
|
for (i = 0; i < clientRenderedBoundaries.length; i++) {
|
6253
6255
|
var boundary = clientRenderedBoundaries[i];
|
6254
6256
|
renderState$jscomp$1 = destination;
|
6255
|
-
var resumableState$jscomp$
|
6257
|
+
var resumableState$jscomp$1 = request.resumableState,
|
6256
6258
|
renderState$jscomp$2 = request.renderState,
|
6257
6259
|
id = boundary.rootSegmentID,
|
6258
6260
|
errorDigest = boundary.errorDigest;
|
6259
6261
|
renderState$jscomp$1.push(renderState$jscomp$2.startInlineScript);
|
6260
6262
|
renderState$jscomp$1.push(">");
|
6261
|
-
0 === (resumableState$jscomp$
|
6262
|
-
? ((resumableState$jscomp$
|
6263
|
+
0 === (resumableState$jscomp$1.instructions & 4)
|
6264
|
+
? ((resumableState$jscomp$1.instructions |= 4),
|
6263
6265
|
renderState$jscomp$1.push(
|
6264
6266
|
'$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};;$RX("'
|
6265
6267
|
))
|
@@ -6501,4 +6503,4 @@ exports.renderToString = function (children, options) {
|
|
6501
6503
|
'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 "renderToPipeableStream" which supports Suspense on the server'
|
6502
6504
|
);
|
6503
6505
|
};
|
6504
|
-
exports.version = "19.2.0-canary-
|
6506
|
+
exports.version = "19.2.0-canary-ab859e31-20250606";
|
@@ -7955,7 +7955,8 @@
|
|
7955
7955
|
var completedPreambleSegments = request.completedPreambleSegments;
|
7956
7956
|
if (null === completedPreambleSegments) return;
|
7957
7957
|
flushedByteSize = request.byteSize;
|
7958
|
-
var
|
7958
|
+
var resumableState = request.resumableState,
|
7959
|
+
renderState = request.renderState,
|
7959
7960
|
preamble = renderState.preamble,
|
7960
7961
|
htmlChunks = preamble.htmlChunks,
|
7961
7962
|
headChunks = preamble.headChunks,
|
@@ -8014,6 +8015,9 @@
|
|
8014
8015
|
renderState.scripts.clear();
|
8015
8016
|
renderState.bulkPreloads.forEach(flushResource, destination);
|
8016
8017
|
renderState.bulkPreloads.clear();
|
8018
|
+
htmlChunks ||
|
8019
|
+
headChunks ||
|
8020
|
+
(resumableState.instructions |= SentCompletedShellId);
|
8017
8021
|
var hoistableChunks = renderState.hoistableChunks;
|
8018
8022
|
for (
|
8019
8023
|
i$jscomp$0 = 0;
|
@@ -8022,13 +8026,17 @@
|
|
8022
8026
|
)
|
8023
8027
|
writeChunk(destination, hoistableChunks[i$jscomp$0]);
|
8024
8028
|
for (
|
8025
|
-
|
8026
|
-
|
8027
|
-
|
8029
|
+
resumableState = hoistableChunks.length = 0;
|
8030
|
+
resumableState < completedPreambleSegments.length;
|
8031
|
+
resumableState++
|
8028
8032
|
) {
|
8029
|
-
var segments = completedPreambleSegments[
|
8030
|
-
for (
|
8031
|
-
|
8033
|
+
var segments = completedPreambleSegments[resumableState];
|
8034
|
+
for (
|
8035
|
+
renderState = 0;
|
8036
|
+
renderState < segments.length;
|
8037
|
+
renderState++
|
8038
|
+
)
|
8039
|
+
flushSegment(request, destination, segments[renderState], null);
|
8032
8040
|
}
|
8033
8041
|
var preamble$jscomp$0 = request.renderState.preamble,
|
8034
8042
|
headChunks$jscomp$0 = preamble$jscomp$0.headChunks;
|
@@ -8053,19 +8061,20 @@
|
|
8053
8061
|
(0 !== request.trackedPostpones.rootNodes.length ||
|
8054
8062
|
null !== request.trackedPostpones.rootSlots))
|
8055
8063
|
) {
|
8056
|
-
var resumableState = request.resumableState;
|
8064
|
+
var resumableState$jscomp$0 = request.resumableState;
|
8057
8065
|
if (
|
8058
|
-
(resumableState.instructions & SentMarkShellTime) ===
|
8066
|
+
(resumableState$jscomp$0.instructions & SentMarkShellTime) ===
|
8059
8067
|
NothingSent
|
8060
8068
|
) {
|
8061
|
-
resumableState.instructions |= SentMarkShellTime;
|
8069
|
+
resumableState$jscomp$0.instructions |= SentMarkShellTime;
|
8062
8070
|
writeChunk(destination, renderState$jscomp$0.startInlineScript);
|
8063
8071
|
if (
|
8064
|
-
(resumableState.instructions &
|
8072
|
+
(resumableState$jscomp$0.instructions &
|
8073
|
+
SentCompletedShellId) ===
|
8065
8074
|
NothingSent
|
8066
8075
|
) {
|
8067
|
-
resumableState.instructions |= SentCompletedShellId;
|
8068
|
-
var shellId = "_" + resumableState.idPrefix + "R_";
|
8076
|
+
resumableState$jscomp$0.instructions |= SentCompletedShellId;
|
8077
|
+
var shellId = "_" + resumableState$jscomp$0.idPrefix + "R_";
|
8069
8078
|
writeChunk(destination, completedShellIdAttributeStart);
|
8070
8079
|
writeChunk(
|
8071
8080
|
destination,
|
@@ -8122,7 +8131,7 @@
|
|
8122
8131
|
for (i = 0; i < clientRenderedBoundaries.length; i++) {
|
8123
8132
|
var boundary = clientRenderedBoundaries[i];
|
8124
8133
|
renderState$jscomp$1 = destination;
|
8125
|
-
var resumableState$jscomp$
|
8134
|
+
var resumableState$jscomp$1 = request.resumableState,
|
8126
8135
|
renderState$jscomp$2 = request.renderState,
|
8127
8136
|
id = boundary.rootSegmentID,
|
8128
8137
|
errorDigest = boundary.errorDigest,
|
@@ -8134,10 +8143,10 @@
|
|
8134
8143
|
renderState$jscomp$2.startInlineScript
|
8135
8144
|
);
|
8136
8145
|
writeChunk(renderState$jscomp$1, endOfStartTag);
|
8137
|
-
(resumableState$jscomp$
|
8146
|
+
(resumableState$jscomp$1.instructions &
|
8138
8147
|
SentClientRenderFunction) ===
|
8139
8148
|
NothingSent
|
8140
|
-
? ((resumableState$jscomp$
|
8149
|
+
? ((resumableState$jscomp$1.instructions |=
|
8141
8150
|
SentClientRenderFunction),
|
8142
8151
|
writeChunk(renderState$jscomp$1, clientRenderScript1Full))
|
8143
8152
|
: writeChunk(renderState$jscomp$1, clientRenderScript1Partial);
|
@@ -8398,11 +8407,11 @@
|
|
8398
8407
|
}
|
8399
8408
|
function ensureCorrectIsomorphicReactVersion() {
|
8400
8409
|
var isomorphicReactPackageVersion = React.version;
|
8401
|
-
if ("19.2.0-canary-
|
8410
|
+
if ("19.2.0-canary-ab859e31-20250606" !== isomorphicReactPackageVersion)
|
8402
8411
|
throw Error(
|
8403
8412
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
8404
8413
|
(isomorphicReactPackageVersion +
|
8405
|
-
"\n - react-dom: 19.2.0-canary-
|
8414
|
+
"\n - react-dom: 19.2.0-canary-ab859e31-20250606\nLearn more: https://react.dev/warnings/version-mismatch")
|
8406
8415
|
);
|
8407
8416
|
}
|
8408
8417
|
var React = require("react"),
|
@@ -9639,8 +9648,8 @@
|
|
9639
9648
|
var completeBoundaryScriptFunctionOnly = stringToPrecomputedChunk(
|
9640
9649
|
'$RB=[];$RV=function(c){$RT=performance.now();for(var a=0;a<c.length;a+=2){var b=c[a],h=c[a+1],e=b.parentNode;if(e){var f=b.previousSibling,g=0;do{if(b&&8===b.nodeType){var d=b.data;if("/$"===d||"/&"===d)if(0===g)break;else g--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||g++}d=b.nextSibling;e.removeChild(b);b=d}while(b);for(;h.firstChild;)e.insertBefore(h.firstChild,b);f.data="$";f._reactRetry&&f._reactRetry()}}c.length=0};$RC=function(c,a){if(a=document.getElementById(a))if(a.parentNode.removeChild(a),c=document.getElementById(c))c.previousSibling.data="$~",$RB.push(c,a),2===$RB.length&&setTimeout($RV.bind(null,$RB),("number"!==typeof $RT?0:$RT)+300-performance.now())};'
|
9641
9650
|
);
|
9642
|
-
|
9643
|
-
'$RV=function(
|
9651
|
+
stringToChunk(
|
9652
|
+
'$RV=function(z,g){function k(a,b){var e=a.getAttribute(b);e&&(b=a.style,l.push(a,b.viewTransitionName,b.viewTransitionClass),"auto"!==e&&(b.viewTransitionClass=e),(a=a.getAttribute("vt-name"))||(a="_T_"+K++ +"_"),b.viewTransitionName=a,A=!0)}var A=!1,K=0,l=[];try{var f=document.__reactViewTransition;if(f){f.finished.finally($RV.bind(null,g));return}var m=new Map;for(f=1;f<g.length;f+=2)for(var h=g[f].querySelectorAll("[vt-share]"),d=0;d<h.length;d++){var c=h[d];m.set(c.getAttribute("vt-name"),c)}var t=[];for(h=0;h<g.length;h+=2){var B=g[h],w=B.parentNode;if(w){var u=w.getBoundingClientRect();if(u.left||u.top||u.width||u.height){c=B;for(f=0;c;){if(8===c.nodeType){var q=c.data;if("/$"===q)if(0===f)break;else f--;else"$"!==q&&"$?"!==q&&"$~"!==q&&"$!"!==q||f++}else if(1===c.nodeType){d=c;var C=d.getAttribute("vt-name"),x=m.get(C);k(d,x?"vt-share":"vt-exit");x&&(k(x,"vt-share"),m.set(C,null));var D=d.querySelectorAll("[vt-share]");for(d=0;d<D.length;d++){var E=D[d],F=E.getAttribute("vt-name"),\nG=m.get(F);G&&(k(E,"vt-share"),k(G,"vt-share"),m.set(F,null))}}c=c.nextSibling}for(var H=g[h+1],r=H.firstElementChild;r;)null!==m.get(r.getAttribute("vt-name"))&&k(r,"vt-enter"),r=r.nextElementSibling;c=w;do for(var n=c.firstElementChild;n;){var I=n.getAttribute("vt-update");I&&"none"!==I&&!l.includes(n)&&k(n,"vt-update");n=n.nextElementSibling}while((c=c.parentNode)&&1===c.nodeType&&"none"!==c.getAttribute("vt-update"));t.push.apply(t,H.querySelectorAll(\'img[src]:not([loading="lazy"])\'))}}}if(A){var y=\ndocument.__reactViewTransition=document.startViewTransition({update:function(){z(g);for(var a=[document.documentElement.clientHeight,document.fonts.ready],b={},e=0;e<t.length;b={g:b.g},e++)if(b.g=t[e],!b.g.complete){var p=b.g.getBoundingClientRect();0<p.bottom&&0<p.right&&p.top<window.innerHeight&&p.left<window.innerWidth&&(p=new Promise(function(v){return function(J){v.g.addEventListener("load",J);v.g.addEventListener("error",J)}}(b)),a.push(p))}return Promise.race([Promise.all(a),new Promise(function(v){return setTimeout(v,\n500)})])},types:[]});y.ready.finally(function(){for(var a=l.length-3;0<=a;a-=3){var b=l[a],e=b.style;e.viewTransitionName=l[a+1];e.viewTransitionClass=l[a+1];""===b.getAttribute("style")&&b.removeAttribute("style")}});y.finished.finally(function(){document.__reactViewTransition===y&&(document.__reactViewTransition=null)});$RB=[];return}}catch(a){}z(g)}.bind(null,$RV);'
|
9644
9653
|
);
|
9645
9654
|
var completeBoundaryScript1Partial = stringToPrecomputedChunk('$RC("'),
|
9646
9655
|
completeBoundaryWithStylesScript1FullPartial = stringToPrecomputedChunk(
|
@@ -10089,5 +10098,5 @@
|
|
10089
10098
|
startWork(request);
|
10090
10099
|
});
|
10091
10100
|
};
|
10092
|
-
exports.version = "19.2.0-canary-
|
10101
|
+
exports.version = "19.2.0-canary-ab859e31-20250606";
|
10093
10102
|
})();
|
@@ -2544,8 +2544,8 @@ stringToPrecomputedChunk('" data-pid="');
|
|
2544
2544
|
var completeBoundaryScriptFunctionOnly = stringToPrecomputedChunk(
|
2545
2545
|
'$RB=[];$RV=function(c){$RT=performance.now();for(var a=0;a<c.length;a+=2){var b=c[a],h=c[a+1],e=b.parentNode;if(e){var f=b.previousSibling,g=0;do{if(b&&8===b.nodeType){var d=b.data;if("/$"===d||"/&"===d)if(0===g)break;else g--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||g++}d=b.nextSibling;e.removeChild(b);b=d}while(b);for(;h.firstChild;)e.insertBefore(h.firstChild,b);f.data="$";f._reactRetry&&f._reactRetry()}}c.length=0};$RC=function(c,a){if(a=document.getElementById(a))if(a.parentNode.removeChild(a),c=document.getElementById(c))c.previousSibling.data="$~",$RB.push(c,a),2===$RB.length&&setTimeout($RV.bind(null,$RB),("number"!==typeof $RT?0:$RT)+300-performance.now())};'
|
2546
2546
|
);
|
2547
|
-
|
2548
|
-
'$RV=function(
|
2547
|
+
stringToChunk(
|
2548
|
+
'$RV=function(z,g){function k(a,b){var e=a.getAttribute(b);e&&(b=a.style,l.push(a,b.viewTransitionName,b.viewTransitionClass),"auto"!==e&&(b.viewTransitionClass=e),(a=a.getAttribute("vt-name"))||(a="_T_"+K++ +"_"),b.viewTransitionName=a,A=!0)}var A=!1,K=0,l=[];try{var f=document.__reactViewTransition;if(f){f.finished.finally($RV.bind(null,g));return}var m=new Map;for(f=1;f<g.length;f+=2)for(var h=g[f].querySelectorAll("[vt-share]"),d=0;d<h.length;d++){var c=h[d];m.set(c.getAttribute("vt-name"),c)}var t=[];for(h=0;h<g.length;h+=2){var B=g[h],w=B.parentNode;if(w){var u=w.getBoundingClientRect();if(u.left||u.top||u.width||u.height){c=B;for(f=0;c;){if(8===c.nodeType){var q=c.data;if("/$"===q)if(0===f)break;else f--;else"$"!==q&&"$?"!==q&&"$~"!==q&&"$!"!==q||f++}else if(1===c.nodeType){d=c;var C=d.getAttribute("vt-name"),x=m.get(C);k(d,x?"vt-share":"vt-exit");x&&(k(x,"vt-share"),m.set(C,null));var D=d.querySelectorAll("[vt-share]");for(d=0;d<D.length;d++){var E=D[d],F=E.getAttribute("vt-name"),\nG=m.get(F);G&&(k(E,"vt-share"),k(G,"vt-share"),m.set(F,null))}}c=c.nextSibling}for(var H=g[h+1],r=H.firstElementChild;r;)null!==m.get(r.getAttribute("vt-name"))&&k(r,"vt-enter"),r=r.nextElementSibling;c=w;do for(var n=c.firstElementChild;n;){var I=n.getAttribute("vt-update");I&&"none"!==I&&!l.includes(n)&&k(n,"vt-update");n=n.nextElementSibling}while((c=c.parentNode)&&1===c.nodeType&&"none"!==c.getAttribute("vt-update"));t.push.apply(t,H.querySelectorAll(\'img[src]:not([loading="lazy"])\'))}}}if(A){var y=\ndocument.__reactViewTransition=document.startViewTransition({update:function(){z(g);for(var a=[document.documentElement.clientHeight,document.fonts.ready],b={},e=0;e<t.length;b={g:b.g},e++)if(b.g=t[e],!b.g.complete){var p=b.g.getBoundingClientRect();0<p.bottom&&0<p.right&&p.top<window.innerHeight&&p.left<window.innerWidth&&(p=new Promise(function(v){return function(J){v.g.addEventListener("load",J);v.g.addEventListener("error",J)}}(b)),a.push(p))}return Promise.race([Promise.all(a),new Promise(function(v){return setTimeout(v,\n500)})])},types:[]});y.ready.finally(function(){for(var a=l.length-3;0<=a;a-=3){var b=l[a],e=b.style;e.viewTransitionName=l[a+1];e.viewTransitionClass=l[a+1];""===b.getAttribute("style")&&b.removeAttribute("style")}});y.finished.finally(function(){document.__reactViewTransition===y&&(document.__reactViewTransition=null)});$RB=[];return}}catch(a){}z(g)}.bind(null,$RV);'
|
2549
2549
|
);
|
2550
2550
|
var completeBoundaryScript1Partial = stringToPrecomputedChunk('$RC("'),
|
2551
2551
|
completeBoundaryWithStylesScript1FullPartial = stringToPrecomputedChunk(
|
@@ -6465,7 +6465,8 @@ function flushCompletedQueues(request, destination) {
|
|
6465
6465
|
var completedPreambleSegments = request.completedPreambleSegments;
|
6466
6466
|
if (null === completedPreambleSegments) return;
|
6467
6467
|
flushedByteSize = request.byteSize;
|
6468
|
-
var
|
6468
|
+
var resumableState = request.resumableState,
|
6469
|
+
renderState = request.renderState,
|
6469
6470
|
preamble = renderState.preamble,
|
6470
6471
|
htmlChunks = preamble.htmlChunks,
|
6471
6472
|
headChunks = preamble.headChunks,
|
@@ -6508,17 +6509,18 @@ function flushCompletedQueues(request, destination) {
|
|
6508
6509
|
renderState.scripts.clear();
|
6509
6510
|
renderState.bulkPreloads.forEach(flushResource, destination);
|
6510
6511
|
renderState.bulkPreloads.clear();
|
6512
|
+
htmlChunks || headChunks || (resumableState.instructions |= 32);
|
6511
6513
|
var hoistableChunks = renderState.hoistableChunks;
|
6512
6514
|
for (i$jscomp$0 = 0; i$jscomp$0 < hoistableChunks.length; i$jscomp$0++)
|
6513
6515
|
writeChunk(destination, hoistableChunks[i$jscomp$0]);
|
6514
6516
|
for (
|
6515
|
-
|
6516
|
-
|
6517
|
-
|
6517
|
+
resumableState = hoistableChunks.length = 0;
|
6518
|
+
resumableState < completedPreambleSegments.length;
|
6519
|
+
resumableState++
|
6518
6520
|
) {
|
6519
|
-
var segments = completedPreambleSegments[
|
6520
|
-
for (
|
6521
|
-
flushSegment(request, destination, segments[
|
6521
|
+
var segments = completedPreambleSegments[resumableState];
|
6522
|
+
for (renderState = 0; renderState < segments.length; renderState++)
|
6523
|
+
flushSegment(request, destination, segments[renderState], null);
|
6522
6524
|
}
|
6523
6525
|
var preamble$jscomp$0 = request.renderState.preamble,
|
6524
6526
|
headChunks$jscomp$0 = preamble$jscomp$0.headChunks;
|
@@ -6543,13 +6545,13 @@ function flushCompletedQueues(request, destination) {
|
|
6543
6545
|
(0 !== request.trackedPostpones.rootNodes.length ||
|
6544
6546
|
null !== request.trackedPostpones.rootSlots))
|
6545
6547
|
) {
|
6546
|
-
var resumableState = request.resumableState;
|
6547
|
-
if (0 === (resumableState.instructions & 64)) {
|
6548
|
-
resumableState.instructions |= 64;
|
6548
|
+
var resumableState$jscomp$0 = request.resumableState;
|
6549
|
+
if (0 === (resumableState$jscomp$0.instructions & 64)) {
|
6550
|
+
resumableState$jscomp$0.instructions |= 64;
|
6549
6551
|
writeChunk(destination, renderState$jscomp$0.startInlineScript);
|
6550
|
-
if (0 === (resumableState.instructions & 32)) {
|
6551
|
-
resumableState.instructions |= 32;
|
6552
|
-
var shellId = "_" + resumableState.idPrefix + "R_";
|
6552
|
+
if (0 === (resumableState$jscomp$0.instructions & 32)) {
|
6553
|
+
resumableState$jscomp$0.instructions |= 32;
|
6554
|
+
var shellId = "_" + resumableState$jscomp$0.idPrefix + "R_";
|
6553
6555
|
writeChunk(destination, completedShellIdAttributeStart);
|
6554
6556
|
writeChunk(
|
6555
6557
|
destination,
|
@@ -6600,7 +6602,7 @@ function flushCompletedQueues(request, destination) {
|
|
6600
6602
|
for (i = 0; i < clientRenderedBoundaries.length; i++) {
|
6601
6603
|
var boundary = clientRenderedBoundaries[i];
|
6602
6604
|
renderState$jscomp$1 = destination;
|
6603
|
-
var resumableState$jscomp$
|
6605
|
+
var resumableState$jscomp$1 = request.resumableState,
|
6604
6606
|
renderState$jscomp$2 = request.renderState,
|
6605
6607
|
id = boundary.rootSegmentID,
|
6606
6608
|
errorDigest = boundary.errorDigest;
|
@@ -6609,8 +6611,8 @@ function flushCompletedQueues(request, destination) {
|
|
6609
6611
|
renderState$jscomp$2.startInlineScript
|
6610
6612
|
);
|
6611
6613
|
writeChunk(renderState$jscomp$1, endOfStartTag);
|
6612
|
-
0 === (resumableState$jscomp$
|
6613
|
-
? ((resumableState$jscomp$
|
6614
|
+
0 === (resumableState$jscomp$1.instructions & 4)
|
6615
|
+
? ((resumableState$jscomp$1.instructions |= 4),
|
6614
6616
|
writeChunk(renderState$jscomp$1, clientRenderScript1Full))
|
6615
6617
|
: writeChunk(renderState$jscomp$1, clientRenderScript1Partial);
|
6616
6618
|
writeChunk(renderState$jscomp$1, renderState$jscomp$2.boundaryPrefix);
|
@@ -6804,12 +6806,12 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
6804
6806
|
}
|
6805
6807
|
function ensureCorrectIsomorphicReactVersion() {
|
6806
6808
|
var isomorphicReactPackageVersion = React.version;
|
6807
|
-
if ("19.2.0-canary-
|
6809
|
+
if ("19.2.0-canary-ab859e31-20250606" !== isomorphicReactPackageVersion)
|
6808
6810
|
throw Error(
|
6809
6811
|
formatProdErrorMessage(
|
6810
6812
|
527,
|
6811
6813
|
isomorphicReactPackageVersion,
|
6812
|
-
"19.2.0-canary-
|
6814
|
+
"19.2.0-canary-ab859e31-20250606"
|
6813
6815
|
)
|
6814
6816
|
);
|
6815
6817
|
}
|
@@ -6956,4 +6958,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6956
6958
|
startWork(request);
|
6957
6959
|
});
|
6958
6960
|
};
|
6959
|
-
exports.version = "19.2.0-canary-
|
6961
|
+
exports.version = "19.2.0-canary-ab859e31-20250606";
|
@@ -8901,7 +8901,8 @@ function flushCompletedQueues(request, destination) {
|
|
8901
8901
|
var completedPreambleSegments = request.completedPreambleSegments;
|
8902
8902
|
if (null === completedPreambleSegments) return;
|
8903
8903
|
flushedByteSize = request.byteSize;
|
8904
|
-
var
|
8904
|
+
var resumableState = request.resumableState,
|
8905
|
+
renderState = request.renderState,
|
8905
8906
|
preamble = renderState.preamble,
|
8906
8907
|
htmlChunks = preamble.htmlChunks,
|
8907
8908
|
headChunks = preamble.headChunks,
|
@@ -8944,17 +8945,20 @@ function flushCompletedQueues(request, destination) {
|
|
8944
8945
|
renderState.scripts.clear();
|
8945
8946
|
renderState.bulkPreloads.forEach(flushResource, destination);
|
8946
8947
|
renderState.bulkPreloads.clear();
|
8948
|
+
htmlChunks ||
|
8949
|
+
headChunks ||
|
8950
|
+
(resumableState.instructions |= SentCompletedShellId);
|
8947
8951
|
var hoistableChunks = renderState.hoistableChunks;
|
8948
8952
|
for (i$jscomp$0 = 0; i$jscomp$0 < hoistableChunks.length; i$jscomp$0++)
|
8949
8953
|
writeChunk(destination, hoistableChunks[i$jscomp$0]);
|
8950
8954
|
for (
|
8951
|
-
|
8952
|
-
|
8953
|
-
|
8955
|
+
resumableState = hoistableChunks.length = 0;
|
8956
|
+
resumableState < completedPreambleSegments.length;
|
8957
|
+
resumableState++
|
8954
8958
|
) {
|
8955
|
-
var segments = completedPreambleSegments[
|
8956
|
-
for (
|
8957
|
-
flushSegment(request, destination, segments[
|
8959
|
+
var segments = completedPreambleSegments[resumableState];
|
8960
|
+
for (renderState = 0; renderState < segments.length; renderState++)
|
8961
|
+
flushSegment(request, destination, segments[renderState], null);
|
8958
8962
|
}
|
8959
8963
|
var preamble$jscomp$0 = request.renderState.preamble,
|
8960
8964
|
headChunks$jscomp$0 = preamble$jscomp$0.headChunks;
|
@@ -8979,19 +8983,19 @@ function flushCompletedQueues(request, destination) {
|
|
8979
8983
|
(0 !== request.trackedPostpones.rootNodes.length ||
|
8980
8984
|
null !== request.trackedPostpones.rootSlots))
|
8981
8985
|
) {
|
8982
|
-
var resumableState = request.resumableState;
|
8986
|
+
var resumableState$jscomp$0 = request.resumableState;
|
8983
8987
|
if (
|
8984
|
-
(resumableState.instructions & SentMarkShellTime) ===
|
8988
|
+
(resumableState$jscomp$0.instructions & SentMarkShellTime) ===
|
8985
8989
|
NothingSent
|
8986
8990
|
) {
|
8987
|
-
resumableState.instructions |= SentMarkShellTime;
|
8991
|
+
resumableState$jscomp$0.instructions |= SentMarkShellTime;
|
8988
8992
|
writeChunk(destination, renderState$jscomp$0.startInlineScript);
|
8989
8993
|
if (
|
8990
|
-
(resumableState.instructions & SentCompletedShellId) ===
|
8994
|
+
(resumableState$jscomp$0.instructions & SentCompletedShellId) ===
|
8991
8995
|
NothingSent
|
8992
8996
|
) {
|
8993
|
-
resumableState.instructions |= SentCompletedShellId;
|
8994
|
-
var shellId = "_" + resumableState.idPrefix + "R_";
|
8997
|
+
resumableState$jscomp$0.instructions |= SentCompletedShellId;
|
8998
|
+
var shellId = "_" + resumableState$jscomp$0.idPrefix + "R_";
|
8995
8999
|
writeChunk(destination, completedShellIdAttributeStart);
|
8996
9000
|
writeChunk(destination, escapeTextForBrowser(shellId));
|
8997
9001
|
writeChunk(destination, attributeEnd);
|
@@ -9039,7 +9043,7 @@ function flushCompletedQueues(request, destination) {
|
|
9039
9043
|
for (i = 0; i < clientRenderedBoundaries.length; i++) {
|
9040
9044
|
var boundary = clientRenderedBoundaries[i];
|
9041
9045
|
renderState$jscomp$1 = destination;
|
9042
|
-
var resumableState$jscomp$
|
9046
|
+
var resumableState$jscomp$1 = request.resumableState,
|
9043
9047
|
renderState$jscomp$2 = request.renderState,
|
9044
9048
|
id = boundary.rootSegmentID,
|
9045
9049
|
errorDigest = boundary.errorDigest,
|
@@ -9051,9 +9055,9 @@ function flushCompletedQueues(request, destination) {
|
|
9051
9055
|
renderState$jscomp$2.startInlineScript
|
9052
9056
|
);
|
9053
9057
|
writeChunk(renderState$jscomp$1, endOfStartTag);
|
9054
|
-
(resumableState$jscomp$
|
9058
|
+
(resumableState$jscomp$1.instructions & SentClientRenderFunction) ===
|
9055
9059
|
NothingSent
|
9056
|
-
? ((resumableState$jscomp$
|
9060
|
+
? ((resumableState$jscomp$1.instructions |= SentClientRenderFunction),
|
9057
9061
|
writeChunk(renderState$jscomp$1, clientRenderScript1Full))
|
9058
9062
|
: writeChunk(renderState$jscomp$1, clientRenderScript1Partial);
|
9059
9063
|
writeChunk(renderState$jscomp$1, renderState$jscomp$2.boundaryPrefix);
|
@@ -9269,15 +9273,15 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
9269
9273
|
parentNode[2].push(node);
|
9270
9274
|
}
|
9271
9275
|
}
|
9272
|
-
var isomorphicReactPackageVersion$jscomp$
|
9276
|
+
var isomorphicReactPackageVersion$jscomp$inline_761 = React.version;
|
9273
9277
|
if (
|
9274
|
-
"19.2.0-canary-
|
9275
|
-
isomorphicReactPackageVersion$jscomp$
|
9278
|
+
"19.2.0-canary-ab859e31-20250606" !==
|
9279
|
+
isomorphicReactPackageVersion$jscomp$inline_761
|
9276
9280
|
)
|
9277
9281
|
throw Error(
|
9278
9282
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
9279
|
-
(isomorphicReactPackageVersion$jscomp$
|
9280
|
-
"\n - react-dom: 19.2.0-canary-
|
9283
|
+
(isomorphicReactPackageVersion$jscomp$inline_761 +
|
9284
|
+
"\n - react-dom: 19.2.0-canary-ab859e31-20250606\nLearn more: https://react.dev/warnings/version-mismatch")
|
9281
9285
|
);
|
9282
9286
|
exports.renderToReadableStream = function (children, options) {
|
9283
9287
|
return new Promise(function (resolve, reject) {
|
@@ -9370,4 +9374,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
9370
9374
|
startWork(request$jscomp$0);
|
9371
9375
|
});
|
9372
9376
|
};
|
9373
|
-
exports.version = "19.2.0-canary-
|
9377
|
+
exports.version = "19.2.0-canary-ab859e31-20250606";
|
@@ -6129,7 +6129,8 @@ function flushCompletedQueues(request, destination) {
|
|
6129
6129
|
var completedPreambleSegments = request.completedPreambleSegments;
|
6130
6130
|
if (null === completedPreambleSegments) return;
|
6131
6131
|
flushedByteSize = request.byteSize;
|
6132
|
-
var
|
6132
|
+
var resumableState = request.resumableState,
|
6133
|
+
renderState = request.renderState,
|
6133
6134
|
preamble = renderState.preamble,
|
6134
6135
|
htmlChunks = preamble.htmlChunks,
|
6135
6136
|
headChunks = preamble.headChunks,
|
@@ -6172,17 +6173,18 @@ function flushCompletedQueues(request, destination) {
|
|
6172
6173
|
renderState.scripts.clear();
|
6173
6174
|
renderState.bulkPreloads.forEach(flushResource, destination);
|
6174
6175
|
renderState.bulkPreloads.clear();
|
6176
|
+
htmlChunks || headChunks || (resumableState.instructions |= 32);
|
6175
6177
|
var hoistableChunks = renderState.hoistableChunks;
|
6176
6178
|
for (i$jscomp$0 = 0; i$jscomp$0 < hoistableChunks.length; i$jscomp$0++)
|
6177
6179
|
writeChunk(destination, hoistableChunks[i$jscomp$0]);
|
6178
6180
|
for (
|
6179
|
-
|
6180
|
-
|
6181
|
-
|
6181
|
+
resumableState = hoistableChunks.length = 0;
|
6182
|
+
resumableState < completedPreambleSegments.length;
|
6183
|
+
resumableState++
|
6182
6184
|
) {
|
6183
|
-
var segments = completedPreambleSegments[
|
6184
|
-
for (
|
6185
|
-
flushSegment(request, destination, segments[
|
6185
|
+
var segments = completedPreambleSegments[resumableState];
|
6186
|
+
for (renderState = 0; renderState < segments.length; renderState++)
|
6187
|
+
flushSegment(request, destination, segments[renderState], null);
|
6186
6188
|
}
|
6187
6189
|
var preamble$jscomp$0 = request.renderState.preamble,
|
6188
6190
|
headChunks$jscomp$0 = preamble$jscomp$0.headChunks;
|
@@ -6207,13 +6209,13 @@ function flushCompletedQueues(request, destination) {
|
|
6207
6209
|
(0 !== request.trackedPostpones.rootNodes.length ||
|
6208
6210
|
null !== request.trackedPostpones.rootSlots))
|
6209
6211
|
) {
|
6210
|
-
var resumableState = request.resumableState;
|
6211
|
-
if (0 === (resumableState.instructions & 64)) {
|
6212
|
-
resumableState.instructions |= 64;
|
6212
|
+
var resumableState$jscomp$0 = request.resumableState;
|
6213
|
+
if (0 === (resumableState$jscomp$0.instructions & 64)) {
|
6214
|
+
resumableState$jscomp$0.instructions |= 64;
|
6213
6215
|
writeChunk(destination, renderState$jscomp$0.startInlineScript);
|
6214
|
-
if (0 === (resumableState.instructions & 32)) {
|
6215
|
-
resumableState.instructions |= 32;
|
6216
|
-
var shellId = "_" + resumableState.idPrefix + "R_";
|
6216
|
+
if (0 === (resumableState$jscomp$0.instructions & 32)) {
|
6217
|
+
resumableState$jscomp$0.instructions |= 32;
|
6218
|
+
var shellId = "_" + resumableState$jscomp$0.idPrefix + "R_";
|
6217
6219
|
writeChunk(destination, ' id="');
|
6218
6220
|
writeChunk(destination, escapeTextForBrowser(shellId));
|
6219
6221
|
writeChunk(destination, '"');
|
@@ -6264,7 +6266,7 @@ function flushCompletedQueues(request, destination) {
|
|
6264
6266
|
for (i = 0; i < clientRenderedBoundaries.length; i++) {
|
6265
6267
|
var boundary = clientRenderedBoundaries[i];
|
6266
6268
|
renderState$jscomp$1 = destination;
|
6267
|
-
var resumableState$jscomp$
|
6269
|
+
var resumableState$jscomp$1 = request.resumableState,
|
6268
6270
|
renderState$jscomp$2 = request.renderState,
|
6269
6271
|
id = boundary.rootSegmentID,
|
6270
6272
|
errorDigest = boundary.errorDigest;
|
@@ -6273,8 +6275,8 @@ function flushCompletedQueues(request, destination) {
|
|
6273
6275
|
renderState$jscomp$2.startInlineScript
|
6274
6276
|
);
|
6275
6277
|
writeChunk(renderState$jscomp$1, ">");
|
6276
|
-
0 === (resumableState$jscomp$
|
6277
|
-
? ((resumableState$jscomp$
|
6278
|
+
0 === (resumableState$jscomp$1.instructions & 4)
|
6279
|
+
? ((resumableState$jscomp$1.instructions |= 4),
|
6278
6280
|
writeChunk(
|
6279
6281
|
renderState$jscomp$1,
|
6280
6282
|
'$RX=function(b,c,d,e,f){var a=document.getElementById(b);a&&(b=a.previousSibling,b.data="$!",a=a.dataset,c&&(a.dgst=c),d&&(a.msg=d),e&&(a.stck=e),f&&(a.cstck=f),b._reactRetry&&b._reactRetry())};;$RX("'
|
@@ -6447,15 +6449,15 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
|
|
6447
6449
|
parentNode[2].push(node);
|
6448
6450
|
}
|
6449
6451
|
}
|
6450
|
-
var isomorphicReactPackageVersion$jscomp$
|
6452
|
+
var isomorphicReactPackageVersion$jscomp$inline_813 = React.version;
|
6451
6453
|
if (
|
6452
|
-
"19.2.0-canary-
|
6453
|
-
isomorphicReactPackageVersion$jscomp$
|
6454
|
+
"19.2.0-canary-ab859e31-20250606" !==
|
6455
|
+
isomorphicReactPackageVersion$jscomp$inline_813
|
6454
6456
|
)
|
6455
6457
|
throw Error(
|
6456
6458
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
6457
|
-
(isomorphicReactPackageVersion$jscomp$
|
6458
|
-
"\n - react-dom: 19.2.0-canary-
|
6459
|
+
(isomorphicReactPackageVersion$jscomp$inline_813 +
|
6460
|
+
"\n - react-dom: 19.2.0-canary-ab859e31-20250606\nLearn more: https://react.dev/warnings/version-mismatch")
|
6459
6461
|
);
|
6460
6462
|
exports.renderToReadableStream = function (children, options) {
|
6461
6463
|
return new Promise(function (resolve, reject) {
|
@@ -6546,4 +6548,4 @@ exports.renderToReadableStream = function (children, options) {
|
|
6546
6548
|
startWork(request);
|
6547
6549
|
});
|
6548
6550
|
};
|
6549
|
-
exports.version = "19.2.0-canary-
|
6551
|
+
exports.version = "19.2.0-canary-ab859e31-20250606";
|