react-dom 19.2.0-canary-ab859e31-20250606 → 19.2.0-canary-280ff6fe-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 +18 -11
- package/cjs/react-dom-server-legacy.browser.production.js +13 -8
- package/cjs/react-dom-server-legacy.node.development.js +18 -11
- package/cjs/react-dom-server-legacy.node.production.js +13 -8
- package/cjs/react-dom-server.browser.development.js +21 -14
- package/cjs/react-dom-server.browser.production.js +15 -10
- package/cjs/react-dom-server.bun.development.js +20 -13
- package/cjs/react-dom-server.bun.production.js +15 -10
- package/cjs/react-dom-server.edge.development.js +21 -14
- package/cjs/react-dom-server.edge.production.js +15 -10
- package/cjs/react-dom-server.node.development.js +20 -13
- package/cjs/react-dom-server.node.production.js +14 -9
- 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 +1 -7
- package/static.node.js +1 -5
- package/cjs/react-dom-server.node-webstreams.development.js +0 -10017
- package/cjs/react-dom-server.node-webstreams.production.js +0 -6957
@@ -25478,11 +25478,11 @@
|
|
25478
25478
|
};
|
25479
25479
|
(function () {
|
25480
25480
|
var isomorphicReactPackageVersion = React.version;
|
25481
|
-
if ("19.2.0-canary-
|
25481
|
+
if ("19.2.0-canary-280ff6fe-20250606" !== isomorphicReactPackageVersion)
|
25482
25482
|
throw Error(
|
25483
25483
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
25484
25484
|
(isomorphicReactPackageVersion +
|
25485
|
-
"\n - react-dom: 19.2.0-canary-
|
25485
|
+
"\n - react-dom: 19.2.0-canary-280ff6fe-20250606\nLearn more: https://react.dev/warnings/version-mismatch")
|
25486
25486
|
);
|
25487
25487
|
})();
|
25488
25488
|
("function" === typeof Map &&
|
@@ -25519,10 +25519,10 @@
|
|
25519
25519
|
!(function () {
|
25520
25520
|
var internals = {
|
25521
25521
|
bundleType: 1,
|
25522
|
-
version: "19.2.0-canary-
|
25522
|
+
version: "19.2.0-canary-280ff6fe-20250606",
|
25523
25523
|
rendererPackageName: "react-dom",
|
25524
25524
|
currentDispatcherRef: ReactSharedInternals,
|
25525
|
-
reconcilerVersion: "19.2.0-canary-
|
25525
|
+
reconcilerVersion: "19.2.0-canary-280ff6fe-20250606"
|
25526
25526
|
};
|
25527
25527
|
internals.overrideHookState = overrideHookState;
|
25528
25528
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -25660,7 +25660,7 @@
|
|
25660
25660
|
listenToAllSupportedEvents(container);
|
25661
25661
|
return new ReactDOMHydrationRoot(initialChildren);
|
25662
25662
|
};
|
25663
|
-
exports.version = "19.2.0-canary-
|
25663
|
+
exports.version = "19.2.0-canary-280ff6fe-20250606";
|
25664
25664
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
25665
25665
|
"function" ===
|
25666
25666
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -15693,14 +15693,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
15693
15693
|
};
|
15694
15694
|
var isomorphicReactPackageVersion$jscomp$inline_1851 = React.version;
|
15695
15695
|
if (
|
15696
|
-
"19.2.0-canary-
|
15696
|
+
"19.2.0-canary-280ff6fe-20250606" !==
|
15697
15697
|
isomorphicReactPackageVersion$jscomp$inline_1851
|
15698
15698
|
)
|
15699
15699
|
throw Error(
|
15700
15700
|
formatProdErrorMessage(
|
15701
15701
|
527,
|
15702
15702
|
isomorphicReactPackageVersion$jscomp$inline_1851,
|
15703
|
-
"19.2.0-canary-
|
15703
|
+
"19.2.0-canary-280ff6fe-20250606"
|
15704
15704
|
)
|
15705
15705
|
);
|
15706
15706
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -15722,10 +15722,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
15722
15722
|
};
|
15723
15723
|
var internals$jscomp$inline_2344 = {
|
15724
15724
|
bundleType: 0,
|
15725
|
-
version: "19.2.0-canary-
|
15725
|
+
version: "19.2.0-canary-280ff6fe-20250606",
|
15726
15726
|
rendererPackageName: "react-dom",
|
15727
15727
|
currentDispatcherRef: ReactSharedInternals,
|
15728
|
-
reconcilerVersion: "19.2.0-canary-
|
15728
|
+
reconcilerVersion: "19.2.0-canary-280ff6fe-20250606"
|
15729
15729
|
};
|
15730
15730
|
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
15731
15731
|
var hook$jscomp$inline_2345 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
@@ -15823,4 +15823,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
|
|
15823
15823
|
listenToAllSupportedEvents(container);
|
15824
15824
|
return new ReactDOMHydrationRoot(initialChildren);
|
15825
15825
|
};
|
15826
|
-
exports.version = "19.2.0-canary-
|
15826
|
+
exports.version = "19.2.0-canary-280ff6fe-20250606";
|
@@ -25530,11 +25530,11 @@
|
|
25530
25530
|
};
|
25531
25531
|
(function () {
|
25532
25532
|
var isomorphicReactPackageVersion = React.version;
|
25533
|
-
if ("19.2.0-canary-
|
25533
|
+
if ("19.2.0-canary-280ff6fe-20250606" !== isomorphicReactPackageVersion)
|
25534
25534
|
throw Error(
|
25535
25535
|
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
|
25536
25536
|
(isomorphicReactPackageVersion +
|
25537
|
-
"\n - react-dom: 19.2.0-canary-
|
25537
|
+
"\n - react-dom: 19.2.0-canary-280ff6fe-20250606\nLearn more: https://react.dev/warnings/version-mismatch")
|
25538
25538
|
);
|
25539
25539
|
})();
|
25540
25540
|
("function" === typeof Map &&
|
@@ -25571,10 +25571,10 @@
|
|
25571
25571
|
!(function () {
|
25572
25572
|
var internals = {
|
25573
25573
|
bundleType: 1,
|
25574
|
-
version: "19.2.0-canary-
|
25574
|
+
version: "19.2.0-canary-280ff6fe-20250606",
|
25575
25575
|
rendererPackageName: "react-dom",
|
25576
25576
|
currentDispatcherRef: ReactSharedInternals,
|
25577
|
-
reconcilerVersion: "19.2.0-canary-
|
25577
|
+
reconcilerVersion: "19.2.0-canary-280ff6fe-20250606"
|
25578
25578
|
};
|
25579
25579
|
internals.overrideHookState = overrideHookState;
|
25580
25580
|
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
@@ -26042,7 +26042,7 @@
|
|
26042
26042
|
exports.useFormStatus = function () {
|
26043
26043
|
return resolveDispatcher().useHostTransitionStatus();
|
26044
26044
|
};
|
26045
|
-
exports.version = "19.2.0-canary-
|
26045
|
+
exports.version = "19.2.0-canary-280ff6fe-20250606";
|
26046
26046
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
26047
26047
|
"function" ===
|
26048
26048
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -16394,14 +16394,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
|
|
16394
16394
|
};
|
16395
16395
|
var isomorphicReactPackageVersion$jscomp$inline_1955 = React.version;
|
16396
16396
|
if (
|
16397
|
-
"19.2.0-canary-
|
16397
|
+
"19.2.0-canary-280ff6fe-20250606" !==
|
16398
16398
|
isomorphicReactPackageVersion$jscomp$inline_1955
|
16399
16399
|
)
|
16400
16400
|
throw Error(
|
16401
16401
|
formatProdErrorMessage(
|
16402
16402
|
527,
|
16403
16403
|
isomorphicReactPackageVersion$jscomp$inline_1955,
|
16404
|
-
"19.2.0-canary-
|
16404
|
+
"19.2.0-canary-280ff6fe-20250606"
|
16405
16405
|
)
|
16406
16406
|
);
|
16407
16407
|
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
@@ -16423,10 +16423,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
|
|
16423
16423
|
};
|
16424
16424
|
var internals$jscomp$inline_1962 = {
|
16425
16425
|
bundleType: 0,
|
16426
|
-
version: "19.2.0-canary-
|
16426
|
+
version: "19.2.0-canary-280ff6fe-20250606",
|
16427
16427
|
rendererPackageName: "react-dom",
|
16428
16428
|
currentDispatcherRef: ReactSharedInternals,
|
16429
|
-
reconcilerVersion: "19.2.0-canary-
|
16429
|
+
reconcilerVersion: "19.2.0-canary-280ff6fe-20250606",
|
16430
16430
|
getLaneLabelMap: function () {
|
16431
16431
|
for (
|
16432
16432
|
var map = new Map(), lane = 1, index$293 = 0;
|
@@ -16699,7 +16699,7 @@ exports.useFormState = function (action, initialState, permalink) {
|
|
16699
16699
|
exports.useFormStatus = function () {
|
16700
16700
|
return ReactSharedInternals.H.useHostTransitionStatus();
|
16701
16701
|
};
|
16702
|
-
exports.version = "19.2.0-canary-
|
16702
|
+
exports.version = "19.2.0-canary-280ff6fe-20250606";
|
16703
16703
|
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
|
16704
16704
|
"function" ===
|
16705
16705
|
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
|
@@ -4958,7 +4958,8 @@
|
|
4958
4958
|
finishSuspenseListRow(request, previousSuspenseListRow);
|
4959
4959
|
} catch (thrownValue) {
|
4960
4960
|
throw (
|
4961
|
-
((resumeSegmentID.status =
|
4961
|
+
((resumeSegmentID.status =
|
4962
|
+
12 === request.status ? ABORTED : ERRORED),
|
4962
4963
|
thrownValue)
|
4963
4964
|
);
|
4964
4965
|
}
|
@@ -5804,7 +5805,7 @@
|
|
5804
5805
|
} catch (thrownValue) {
|
5805
5806
|
throw (
|
5806
5807
|
((boundarySegment.status =
|
5807
|
-
12 === request.status ? ABORTED :
|
5808
|
+
12 === request.status ? ABORTED : ERRORED),
|
5808
5809
|
thrownValue)
|
5809
5810
|
);
|
5810
5811
|
} finally {
|
@@ -5885,7 +5886,8 @@
|
|
5885
5886
|
contentRootSegment.status = ABORTED;
|
5886
5887
|
var error = request.fatalError;
|
5887
5888
|
} else
|
5888
|
-
(contentRootSegment.status =
|
5889
|
+
(contentRootSegment.status = ERRORED),
|
5890
|
+
(error = thrownValue$2);
|
5889
5891
|
var thrownInfo = getThrownInfo(task.componentStack);
|
5890
5892
|
var errorDigest = logRecoverableError(
|
5891
5893
|
request,
|
@@ -7008,7 +7010,9 @@
|
|
7008
7010
|
var childSegment = segment.children[0];
|
7009
7011
|
childSegment.id = segment.id;
|
7010
7012
|
childSegment.parentFlushed = !0;
|
7011
|
-
childSegment.status
|
7013
|
+
(childSegment.status !== COMPLETED &&
|
7014
|
+
childSegment.status !== ABORTED &&
|
7015
|
+
childSegment.status !== ERRORED) ||
|
7012
7016
|
queueCompletedSegment(boundary, childSegment);
|
7013
7017
|
} else boundary.completedSegments.push(segment);
|
7014
7018
|
}
|
@@ -7039,7 +7043,7 @@
|
|
7039
7043
|
(boundary$jscomp$0.status = COMPLETED),
|
7040
7044
|
null !== segment &&
|
7041
7045
|
segment.parentFlushed &&
|
7042
|
-
segment.status === COMPLETED &&
|
7046
|
+
(segment.status === COMPLETED || segment.status === ABORTED) &&
|
7043
7047
|
queueCompletedSegment(boundary$jscomp$0, segment),
|
7044
7048
|
boundary$jscomp$0.parentFlushed &&
|
7045
7049
|
request$jscomp$0.completedBoundaries.push(boundary$jscomp$0),
|
@@ -7123,9 +7127,9 @@
|
|
7123
7127
|
}
|
7124
7128
|
}
|
7125
7129
|
else
|
7126
|
-
null
|
7127
|
-
segment.parentFlushed
|
7128
|
-
segment.status
|
7130
|
+
null === segment ||
|
7131
|
+
!segment.parentFlushed ||
|
7132
|
+
(segment.status !== COMPLETED && segment.status !== ABORTED) ||
|
7129
7133
|
(queueCompletedSegment(boundary$jscomp$0, segment),
|
7130
7134
|
1 === boundary$jscomp$0.completedSegments.length &&
|
7131
7135
|
boundary$jscomp$0.parentFlushed &&
|
@@ -7299,7 +7303,7 @@
|
|
7299
7303
|
errorDigest.componentStack
|
7300
7304
|
);
|
7301
7305
|
errorDigest.abortSet.delete(errorDigest);
|
7302
|
-
request$jscomp$1.status =
|
7306
|
+
request$jscomp$1.status = ERRORED;
|
7303
7307
|
var boundary$jscomp$0 = errorDigest.blockedBoundary,
|
7304
7308
|
row = errorDigest.row,
|
7305
7309
|
debugTask = errorDigest.debugTask;
|
@@ -7482,6 +7486,8 @@
|
|
7482
7486
|
destination.push(chunks[chunkIdx]);
|
7483
7487
|
chunkIdx < chunks.length && (r = destination.push(chunks[chunkIdx]));
|
7484
7488
|
return r;
|
7489
|
+
case ABORTED:
|
7490
|
+
return !0;
|
7485
7491
|
default:
|
7486
7492
|
throw Error(
|
7487
7493
|
"Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React."
|
@@ -9350,7 +9356,7 @@
|
|
9350
9356
|
completeSegmentScript2 = '","',
|
9351
9357
|
completeSegmentScriptEnd = '")\x3c/script>',
|
9352
9358
|
completeBoundaryScriptFunctionOnly =
|
9353
|
-
'$RB=[];$RV=function(
|
9359
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],h=b[a+1],e=c.parentNode;if(e){var f=c.previousSibling,g=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===g)break;else g--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||g++}d=c.nextSibling;e.removeChild(c);c=d}while(c);for(;h.firstChild;)e.insertBefore(h.firstChild,c);f.data="$";f._reactRetry&&f._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))if(a.parentNode.removeChild(a),b=document.getElementById(b))b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))};',
|
9354
9360
|
completeBoundaryScript1Partial = '$RC("',
|
9355
9361
|
completeBoundaryWithStylesScript1FullPartial =
|
9356
9362
|
'$RM=new Map;$RR=function(n,w,p){function u(q){this._p=null;q()}for(var r=new Map,t=document,h,b,e=t.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=e[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&$RM.set(b.getAttribute("href"),b),r.set(b.dataset.precedence,h=b));e=0;b=[];var l,a;for(k=!0;;){if(k){var f=p[e++];if(!f){k=!1;e=0;continue}var c=!1,m=0;var d=f[m++];if(a=$RM.get(d)){var g=a._p;c=!0}else{a=t.createElement("link");a.href=d;a.rel=\n"stylesheet";for(a.dataset.precedence=l=f[m++];g=f[m++];)a.setAttribute(g,f[m++]);g=a._p=new Promise(function(q,x){a.onload=u.bind(a,q);a.onerror=u.bind(a,x)});$RM.set(d,a)}d=a.getAttribute("media");!g||d&&!matchMedia(d).matches||b.push(g);if(c)continue}else{a=v[e++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=r.get(l)||h;c===h&&(h=a);r.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=t.head,c.insertBefore(a,c.firstChild))}if(p=document.getElementById(n))p.previousSibling.data=\n"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("',
|
@@ -9628,6 +9634,7 @@
|
|
9628
9634
|
COMPLETED = 1,
|
9629
9635
|
FLUSHED = 2,
|
9630
9636
|
ABORTED = 3,
|
9637
|
+
ERRORED = 4,
|
9631
9638
|
POSTPONED = 5,
|
9632
9639
|
CLOSED = 14,
|
9633
9640
|
currentRequest = null,
|
@@ -9655,5 +9662,5 @@
|
|
9655
9662
|
'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'
|
9656
9663
|
);
|
9657
9664
|
};
|
9658
|
-
exports.version = "19.2.0-canary-
|
9665
|
+
exports.version = "19.2.0-canary-280ff6fe-20250606";
|
9659
9666
|
})();
|
@@ -5416,7 +5416,10 @@ function queueCompletedSegment(boundary, segment) {
|
|
5416
5416
|
var childSegment = segment.children[0];
|
5417
5417
|
childSegment.id = segment.id;
|
5418
5418
|
childSegment.parentFlushed = !0;
|
5419
|
-
1
|
5419
|
+
(1 !== childSegment.status &&
|
5420
|
+
3 !== childSegment.status &&
|
5421
|
+
4 !== childSegment.status) ||
|
5422
|
+
queueCompletedSegment(boundary, childSegment);
|
5420
5423
|
} else boundary.completedSegments.push(segment);
|
5421
5424
|
}
|
5422
5425
|
function finishedTask(request$jscomp$0, boundary, row, segment) {
|
@@ -5439,7 +5442,7 @@ function finishedTask(request$jscomp$0, boundary, row, segment) {
|
|
5439
5442
|
(0 === boundary.status && (boundary.status = 1),
|
5440
5443
|
null !== segment &&
|
5441
5444
|
segment.parentFlushed &&
|
5442
|
-
1 === segment.status &&
|
5445
|
+
(1 === segment.status || 3 === segment.status) &&
|
5443
5446
|
queueCompletedSegment(boundary, segment),
|
5444
5447
|
boundary.parentFlushed &&
|
5445
5448
|
request$jscomp$0.completedBoundaries.push(boundary),
|
@@ -5516,9 +5519,9 @@ function finishedTask(request$jscomp$0, boundary, row, segment) {
|
|
5516
5519
|
}
|
5517
5520
|
}
|
5518
5521
|
else
|
5519
|
-
null
|
5520
|
-
segment.parentFlushed
|
5521
|
-
1
|
5522
|
+
null === segment ||
|
5523
|
+
!segment.parentFlushed ||
|
5524
|
+
(1 !== segment.status && 3 !== segment.status) ||
|
5522
5525
|
(queueCompletedSegment(boundary, segment),
|
5523
5526
|
1 === boundary.completedSegments.length &&
|
5524
5527
|
boundary.parentFlushed &&
|
@@ -5831,6 +5834,8 @@ function flushSubtree(request, destination, segment, hoistableState) {
|
|
5831
5834
|
destination.push(chunks[chunkIdx]);
|
5832
5835
|
chunkIdx < chunks.length && (r = destination.push(chunks[chunkIdx]));
|
5833
5836
|
return r;
|
5837
|
+
case 3:
|
5838
|
+
return !0;
|
5834
5839
|
default:
|
5835
5840
|
throw Error(formatProdErrorMessage(390));
|
5836
5841
|
}
|
@@ -5960,7 +5965,7 @@ function flushCompletedBoundary(request, destination, boundary) {
|
|
5960
5965
|
0 === (completedSegments.instructions & 2) &&
|
5961
5966
|
((completedSegments.instructions |= 2),
|
5962
5967
|
destination.push(
|
5963
|
-
'$RB=[];$RV=function(
|
5968
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],h=b[a+1],e=c.parentNode;if(e){var f=c.previousSibling,g=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===g)break;else g--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||g++}d=c.nextSibling;e.removeChild(c);c=d}while(c);for(;h.firstChild;)e.insertBefore(h.firstChild,c);f.data="$";f._reactRetry&&f._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))if(a.parentNode.removeChild(a),b=document.getElementById(b))b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))};'
|
5964
5969
|
)),
|
5965
5970
|
0 === (completedSegments.instructions & 8)
|
5966
5971
|
? ((completedSegments.instructions |= 8),
|
@@ -5971,7 +5976,7 @@ function flushCompletedBoundary(request, destination, boundary) {
|
|
5971
5976
|
: (0 === (completedSegments.instructions & 2) &&
|
5972
5977
|
((completedSegments.instructions |= 2),
|
5973
5978
|
destination.push(
|
5974
|
-
'$RB=[];$RV=function(
|
5979
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],h=b[a+1],e=c.parentNode;if(e){var f=c.previousSibling,g=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===g)break;else g--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||g++}d=c.nextSibling;e.removeChild(c);c=d}while(c);for(;h.firstChild;)e.insertBefore(h.firstChild,c);f.data="$";f._reactRetry&&f._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))if(a.parentNode.removeChild(a),b=document.getElementById(b))b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))};'
|
5975
5980
|
)),
|
5976
5981
|
destination.push('$RC("'));
|
5977
5982
|
completedSegments = i.toString(16);
|
@@ -6420,4 +6425,4 @@ exports.renderToString = function (children, options) {
|
|
6420
6425
|
'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'
|
6421
6426
|
);
|
6422
6427
|
};
|
6423
|
-
exports.version = "19.2.0-canary-
|
6428
|
+
exports.version = "19.2.0-canary-280ff6fe-20250606";
|
@@ -4958,7 +4958,8 @@
|
|
4958
4958
|
finishSuspenseListRow(request, previousSuspenseListRow);
|
4959
4959
|
} catch (thrownValue) {
|
4960
4960
|
throw (
|
4961
|
-
((resumeSegmentID.status =
|
4961
|
+
((resumeSegmentID.status =
|
4962
|
+
12 === request.status ? ABORTED : ERRORED),
|
4962
4963
|
thrownValue)
|
4963
4964
|
);
|
4964
4965
|
}
|
@@ -5804,7 +5805,7 @@
|
|
5804
5805
|
} catch (thrownValue) {
|
5805
5806
|
throw (
|
5806
5807
|
((boundarySegment.status =
|
5807
|
-
12 === request.status ? ABORTED :
|
5808
|
+
12 === request.status ? ABORTED : ERRORED),
|
5808
5809
|
thrownValue)
|
5809
5810
|
);
|
5810
5811
|
} finally {
|
@@ -5885,7 +5886,8 @@
|
|
5885
5886
|
contentRootSegment.status = ABORTED;
|
5886
5887
|
var error = request.fatalError;
|
5887
5888
|
} else
|
5888
|
-
(contentRootSegment.status =
|
5889
|
+
(contentRootSegment.status = ERRORED),
|
5890
|
+
(error = thrownValue$2);
|
5889
5891
|
var thrownInfo = getThrownInfo(task.componentStack);
|
5890
5892
|
var errorDigest = logRecoverableError(
|
5891
5893
|
request,
|
@@ -7008,7 +7010,9 @@
|
|
7008
7010
|
var childSegment = segment.children[0];
|
7009
7011
|
childSegment.id = segment.id;
|
7010
7012
|
childSegment.parentFlushed = !0;
|
7011
|
-
childSegment.status
|
7013
|
+
(childSegment.status !== COMPLETED &&
|
7014
|
+
childSegment.status !== ABORTED &&
|
7015
|
+
childSegment.status !== ERRORED) ||
|
7012
7016
|
queueCompletedSegment(boundary, childSegment);
|
7013
7017
|
} else boundary.completedSegments.push(segment);
|
7014
7018
|
}
|
@@ -7039,7 +7043,7 @@
|
|
7039
7043
|
(boundary$jscomp$0.status = COMPLETED),
|
7040
7044
|
null !== segment &&
|
7041
7045
|
segment.parentFlushed &&
|
7042
|
-
segment.status === COMPLETED &&
|
7046
|
+
(segment.status === COMPLETED || segment.status === ABORTED) &&
|
7043
7047
|
queueCompletedSegment(boundary$jscomp$0, segment),
|
7044
7048
|
boundary$jscomp$0.parentFlushed &&
|
7045
7049
|
request$jscomp$0.completedBoundaries.push(boundary$jscomp$0),
|
@@ -7123,9 +7127,9 @@
|
|
7123
7127
|
}
|
7124
7128
|
}
|
7125
7129
|
else
|
7126
|
-
null
|
7127
|
-
segment.parentFlushed
|
7128
|
-
segment.status
|
7130
|
+
null === segment ||
|
7131
|
+
!segment.parentFlushed ||
|
7132
|
+
(segment.status !== COMPLETED && segment.status !== ABORTED) ||
|
7129
7133
|
(queueCompletedSegment(boundary$jscomp$0, segment),
|
7130
7134
|
1 === boundary$jscomp$0.completedSegments.length &&
|
7131
7135
|
boundary$jscomp$0.parentFlushed &&
|
@@ -7299,7 +7303,7 @@
|
|
7299
7303
|
errorDigest.componentStack
|
7300
7304
|
);
|
7301
7305
|
errorDigest.abortSet.delete(errorDigest);
|
7302
|
-
request$jscomp$1.status =
|
7306
|
+
request$jscomp$1.status = ERRORED;
|
7303
7307
|
var boundary$jscomp$0 = errorDigest.blockedBoundary,
|
7304
7308
|
row = errorDigest.row,
|
7305
7309
|
debugTask = errorDigest.debugTask;
|
@@ -7482,6 +7486,8 @@
|
|
7482
7486
|
destination.push(chunks[chunkIdx]);
|
7483
7487
|
chunkIdx < chunks.length && (r = destination.push(chunks[chunkIdx]));
|
7484
7488
|
return r;
|
7489
|
+
case ABORTED:
|
7490
|
+
return !0;
|
7485
7491
|
default:
|
7486
7492
|
throw Error(
|
7487
7493
|
"Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React."
|
@@ -9350,7 +9356,7 @@
|
|
9350
9356
|
completeSegmentScript2 = '","',
|
9351
9357
|
completeSegmentScriptEnd = '")\x3c/script>',
|
9352
9358
|
completeBoundaryScriptFunctionOnly =
|
9353
|
-
'$RB=[];$RV=function(
|
9359
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],h=b[a+1],e=c.parentNode;if(e){var f=c.previousSibling,g=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===g)break;else g--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||g++}d=c.nextSibling;e.removeChild(c);c=d}while(c);for(;h.firstChild;)e.insertBefore(h.firstChild,c);f.data="$";f._reactRetry&&f._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))if(a.parentNode.removeChild(a),b=document.getElementById(b))b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))};',
|
9354
9360
|
completeBoundaryScript1Partial = '$RC("',
|
9355
9361
|
completeBoundaryWithStylesScript1FullPartial =
|
9356
9362
|
'$RM=new Map;$RR=function(n,w,p){function u(q){this._p=null;q()}for(var r=new Map,t=document,h,b,e=t.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=e[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&$RM.set(b.getAttribute("href"),b),r.set(b.dataset.precedence,h=b));e=0;b=[];var l,a;for(k=!0;;){if(k){var f=p[e++];if(!f){k=!1;e=0;continue}var c=!1,m=0;var d=f[m++];if(a=$RM.get(d)){var g=a._p;c=!0}else{a=t.createElement("link");a.href=d;a.rel=\n"stylesheet";for(a.dataset.precedence=l=f[m++];g=f[m++];)a.setAttribute(g,f[m++]);g=a._p=new Promise(function(q,x){a.onload=u.bind(a,q);a.onerror=u.bind(a,x)});$RM.set(d,a)}d=a.getAttribute("media");!g||d&&!matchMedia(d).matches||b.push(g);if(c)continue}else{a=v[e++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=r.get(l)||h;c===h&&(h=a);r.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=t.head,c.insertBefore(a,c.firstChild))}if(p=document.getElementById(n))p.previousSibling.data=\n"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("',
|
@@ -9628,6 +9634,7 @@
|
|
9628
9634
|
COMPLETED = 1,
|
9629
9635
|
FLUSHED = 2,
|
9630
9636
|
ABORTED = 3,
|
9637
|
+
ERRORED = 4,
|
9631
9638
|
POSTPONED = 5,
|
9632
9639
|
CLOSED = 14,
|
9633
9640
|
currentRequest = null,
|
@@ -9655,5 +9662,5 @@
|
|
9655
9662
|
'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'
|
9656
9663
|
);
|
9657
9664
|
};
|
9658
|
-
exports.version = "19.2.0-canary-
|
9665
|
+
exports.version = "19.2.0-canary-280ff6fe-20250606";
|
9659
9666
|
})();
|
@@ -5479,7 +5479,10 @@ function queueCompletedSegment(boundary, segment) {
|
|
5479
5479
|
var childSegment = segment.children[0];
|
5480
5480
|
childSegment.id = segment.id;
|
5481
5481
|
childSegment.parentFlushed = !0;
|
5482
|
-
1
|
5482
|
+
(1 !== childSegment.status &&
|
5483
|
+
3 !== childSegment.status &&
|
5484
|
+
4 !== childSegment.status) ||
|
5485
|
+
queueCompletedSegment(boundary, childSegment);
|
5483
5486
|
} else boundary.completedSegments.push(segment);
|
5484
5487
|
}
|
5485
5488
|
function finishedTask(request$jscomp$0, boundary, row, segment) {
|
@@ -5504,7 +5507,7 @@ function finishedTask(request$jscomp$0, boundary, row, segment) {
|
|
5504
5507
|
(0 === boundary.status && (boundary.status = 1),
|
5505
5508
|
null !== segment &&
|
5506
5509
|
segment.parentFlushed &&
|
5507
|
-
1 === segment.status &&
|
5510
|
+
(1 === segment.status || 3 === segment.status) &&
|
5508
5511
|
queueCompletedSegment(boundary, segment),
|
5509
5512
|
boundary.parentFlushed &&
|
5510
5513
|
request$jscomp$0.completedBoundaries.push(boundary),
|
@@ -5584,9 +5587,9 @@ function finishedTask(request$jscomp$0, boundary, row, segment) {
|
|
5584
5587
|
}
|
5585
5588
|
}
|
5586
5589
|
else
|
5587
|
-
null
|
5588
|
-
segment.parentFlushed
|
5589
|
-
1
|
5590
|
+
null === segment ||
|
5591
|
+
!segment.parentFlushed ||
|
5592
|
+
(1 !== segment.status && 3 !== segment.status) ||
|
5590
5593
|
(queueCompletedSegment(boundary, segment),
|
5591
5594
|
1 === boundary.completedSegments.length &&
|
5592
5595
|
boundary.parentFlushed &&
|
@@ -5904,6 +5907,8 @@ function flushSubtree(request, destination, segment, hoistableState) {
|
|
5904
5907
|
destination.push(chunks[chunkIdx]);
|
5905
5908
|
chunkIdx < chunks.length && (r = destination.push(chunks[chunkIdx]));
|
5906
5909
|
return r;
|
5910
|
+
case 3:
|
5911
|
+
return !0;
|
5907
5912
|
default:
|
5908
5913
|
throw Error(
|
5909
5914
|
"Aborted, errored or already flushed boundaries should not be flushed again. This is a bug in React."
|
@@ -6038,7 +6043,7 @@ function flushCompletedBoundary(request, destination, boundary) {
|
|
6038
6043
|
0 === (completedSegments.instructions & 2) &&
|
6039
6044
|
((completedSegments.instructions |= 2),
|
6040
6045
|
destination.push(
|
6041
|
-
'$RB=[];$RV=function(
|
6046
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],h=b[a+1],e=c.parentNode;if(e){var f=c.previousSibling,g=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===g)break;else g--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||g++}d=c.nextSibling;e.removeChild(c);c=d}while(c);for(;h.firstChild;)e.insertBefore(h.firstChild,c);f.data="$";f._reactRetry&&f._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))if(a.parentNode.removeChild(a),b=document.getElementById(b))b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))};'
|
6042
6047
|
)),
|
6043
6048
|
0 === (completedSegments.instructions & 8)
|
6044
6049
|
? ((completedSegments.instructions |= 8),
|
@@ -6049,7 +6054,7 @@ function flushCompletedBoundary(request, destination, boundary) {
|
|
6049
6054
|
: (0 === (completedSegments.instructions & 2) &&
|
6050
6055
|
((completedSegments.instructions |= 2),
|
6051
6056
|
destination.push(
|
6052
|
-
'$RB=[];$RV=function(
|
6057
|
+
'$RB=[];$RV=function(b){$RT=performance.now();for(var a=0;a<b.length;a+=2){var c=b[a],h=b[a+1],e=c.parentNode;if(e){var f=c.previousSibling,g=0;do{if(c&&8===c.nodeType){var d=c.data;if("/$"===d||"/&"===d)if(0===g)break;else g--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||g++}d=c.nextSibling;e.removeChild(c);c=d}while(c);for(;h.firstChild;)e.insertBefore(h.firstChild,c);f.data="$";f._reactRetry&&f._reactRetry()}}b.length=0};$RC=function(b,a){if(a=document.getElementById(a))if(a.parentNode.removeChild(a),b=document.getElementById(b))b.previousSibling.data="$~",$RB.push(b,a),2===$RB.length&&(b="number"!==typeof $RT?0:$RT,a=performance.now(),setTimeout($RV.bind(null,$RB),2300>a&&2E3<a?2300-a:b+300-a))};'
|
6053
6058
|
)),
|
6054
6059
|
destination.push('$RC("'));
|
6055
6060
|
completedSegments = i.toString(16);
|
@@ -6503,4 +6508,4 @@ exports.renderToString = function (children, options) {
|
|
6503
6508
|
'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'
|
6504
6509
|
);
|
6505
6510
|
};
|
6506
|
-
exports.version = "19.2.0-canary-
|
6511
|
+
exports.version = "19.2.0-canary-280ff6fe-20250606";
|