react-dom 19.2.0-canary-b4477d38-20250605 → 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.
@@ -25478,11 +25478,11 @@
25478
25478
  };
25479
25479
  (function () {
25480
25480
  var isomorphicReactPackageVersion = React.version;
25481
- if ("19.2.0-canary-b4477d38-20250605" !== isomorphicReactPackageVersion)
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-b4477d38-20250605\nLearn more: https://react.dev/warnings/version-mismatch")
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-b4477d38-20250605",
25522
+ version: "19.2.0-canary-280ff6fe-20250606",
25523
25523
  rendererPackageName: "react-dom",
25524
25524
  currentDispatcherRef: ReactSharedInternals,
25525
- reconcilerVersion: "19.2.0-canary-b4477d38-20250605"
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-b4477d38-20250605";
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-b4477d38-20250605" !==
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-b4477d38-20250605"
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-b4477d38-20250605",
15725
+ version: "19.2.0-canary-280ff6fe-20250606",
15726
15726
  rendererPackageName: "react-dom",
15727
15727
  currentDispatcherRef: ReactSharedInternals,
15728
- reconcilerVersion: "19.2.0-canary-b4477d38-20250605"
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-b4477d38-20250605";
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-b4477d38-20250605" !== isomorphicReactPackageVersion)
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-b4477d38-20250605\nLearn more: https://react.dev/warnings/version-mismatch")
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-b4477d38-20250605",
25574
+ version: "19.2.0-canary-280ff6fe-20250606",
25575
25575
  rendererPackageName: "react-dom",
25576
25576
  currentDispatcherRef: ReactSharedInternals,
25577
- reconcilerVersion: "19.2.0-canary-b4477d38-20250605"
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-b4477d38-20250605";
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-b4477d38-20250605" !==
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-b4477d38-20250605"
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-b4477d38-20250605",
16426
+ version: "19.2.0-canary-280ff6fe-20250606",
16427
16427
  rendererPackageName: "react-dom",
16428
16428
  currentDispatcherRef: ReactSharedInternals,
16429
- reconcilerVersion: "19.2.0-canary-b4477d38-20250605",
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-b4477d38-20250605";
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 = 12 === request.status ? ABORTED : 4),
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 : 4),
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 = 4), (error = thrownValue$2);
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 === COMPLETED &&
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 !== segment &&
7127
- segment.parentFlushed &&
7128
- segment.status === COMPLETED &&
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 = 4;
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."
@@ -7727,7 +7733,8 @@
7727
7733
  var completedPreambleSegments = request.completedPreambleSegments;
7728
7734
  if (null === completedPreambleSegments) return;
7729
7735
  flushedByteSize = request.byteSize;
7730
- var renderState = request.renderState,
7736
+ var resumableState = request.resumableState,
7737
+ renderState = request.renderState,
7731
7738
  preamble = renderState.preamble,
7732
7739
  htmlChunks = preamble.htmlChunks,
7733
7740
  headChunks = preamble.headChunks,
@@ -7788,6 +7795,7 @@
7788
7795
  renderState.scripts.clear();
7789
7796
  renderState.bulkPreloads.forEach(flushResource, destination);
7790
7797
  renderState.bulkPreloads.clear();
7798
+ resumableState.instructions |= SentCompletedShellId;
7791
7799
  var hoistableChunks = renderState.hoistableChunks;
7792
7800
  for (
7793
7801
  i$jscomp$0 = 0;
@@ -7796,13 +7804,17 @@
7796
7804
  )
7797
7805
  destination.push(hoistableChunks[i$jscomp$0]);
7798
7806
  for (
7799
- renderState = hoistableChunks.length = 0;
7800
- renderState < completedPreambleSegments.length;
7801
- renderState++
7807
+ resumableState = hoistableChunks.length = 0;
7808
+ resumableState < completedPreambleSegments.length;
7809
+ resumableState++
7802
7810
  ) {
7803
- var segments = completedPreambleSegments[renderState];
7804
- for (preamble = 0; preamble < segments.length; preamble++)
7805
- flushSegment(request, destination, segments[preamble], null);
7811
+ var segments = completedPreambleSegments[resumableState];
7812
+ for (
7813
+ renderState = 0;
7814
+ renderState < segments.length;
7815
+ renderState++
7816
+ )
7817
+ flushSegment(request, destination, segments[renderState], null);
7806
7818
  }
7807
7819
  var preamble$jscomp$0 = request.renderState.preamble,
7808
7820
  headChunks$jscomp$0 = preamble$jscomp$0.headChunks;
@@ -7829,19 +7841,20 @@
7829
7841
  (0 !== request.trackedPostpones.rootNodes.length ||
7830
7842
  null !== request.trackedPostpones.rootSlots))
7831
7843
  ) {
7832
- var resumableState = request.resumableState;
7844
+ var resumableState$jscomp$0 = request.resumableState;
7833
7845
  if (
7834
- (resumableState.instructions & SentMarkShellTime) ===
7846
+ (resumableState$jscomp$0.instructions & SentMarkShellTime) ===
7835
7847
  NothingSent
7836
7848
  ) {
7837
- resumableState.instructions |= SentMarkShellTime;
7849
+ resumableState$jscomp$0.instructions |= SentMarkShellTime;
7838
7850
  destination.push(renderState$jscomp$0.startInlineScript);
7839
7851
  if (
7840
- (resumableState.instructions & SentCompletedShellId) ===
7852
+ (resumableState$jscomp$0.instructions &
7853
+ SentCompletedShellId) ===
7841
7854
  NothingSent
7842
7855
  ) {
7843
- resumableState.instructions |= SentCompletedShellId;
7844
- var shellId = "_" + resumableState.idPrefix + "R_";
7856
+ resumableState$jscomp$0.instructions |= SentCompletedShellId;
7857
+ var shellId = "_" + resumableState$jscomp$0.idPrefix + "R_";
7845
7858
  destination.push(completedShellIdAttributeStart);
7846
7859
  var chunk$jscomp$1 = escapeTextForBrowser(shellId);
7847
7860
  destination.push(chunk$jscomp$1);
@@ -7890,7 +7903,7 @@
7890
7903
  for (i = 0; i < clientRenderedBoundaries.length; i++) {
7891
7904
  var boundary = clientRenderedBoundaries[i];
7892
7905
  renderState$jscomp$1 = destination;
7893
- var resumableState$jscomp$0 = request.resumableState,
7906
+ var resumableState$jscomp$1 = request.resumableState,
7894
7907
  renderState$jscomp$2 = request.renderState,
7895
7908
  id = boundary.rootSegmentID,
7896
7909
  errorDigest = boundary.errorDigest,
@@ -7899,10 +7912,10 @@
7899
7912
  errorComponentStack = boundary.errorComponentStack;
7900
7913
  renderState$jscomp$1.push(renderState$jscomp$2.startInlineScript);
7901
7914
  renderState$jscomp$1.push(endOfStartTag);
7902
- (resumableState$jscomp$0.instructions &
7915
+ (resumableState$jscomp$1.instructions &
7903
7916
  SentClientRenderFunction) ===
7904
7917
  NothingSent
7905
- ? ((resumableState$jscomp$0.instructions |=
7918
+ ? ((resumableState$jscomp$1.instructions |=
7906
7919
  SentClientRenderFunction),
7907
7920
  renderState$jscomp$1.push(clientRenderScript1Full))
7908
7921
  : renderState$jscomp$1.push(clientRenderScript1Partial);
@@ -9343,7 +9356,7 @@
9343
9356
  completeSegmentScript2 = '","',
9344
9357
  completeSegmentScriptEnd = '")\x3c/script>',
9345
9358
  completeBoundaryScriptFunctionOnly =
9346
- '$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())};',
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))};',
9347
9360
  completeBoundaryScript1Partial = '$RC("',
9348
9361
  completeBoundaryWithStylesScript1FullPartial =
9349
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("',
@@ -9621,6 +9634,7 @@
9621
9634
  COMPLETED = 1,
9622
9635
  FLUSHED = 2,
9623
9636
  ABORTED = 3,
9637
+ ERRORED = 4,
9624
9638
  POSTPONED = 5,
9625
9639
  CLOSED = 14,
9626
9640
  currentRequest = null,
@@ -9648,5 +9662,5 @@
9648
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'
9649
9663
  );
9650
9664
  };
9651
- exports.version = "19.2.0-canary-b4477d38-20250605";
9665
+ exports.version = "19.2.0-canary-280ff6fe-20250606";
9652
9666
  })();
@@ -2725,16 +2725,16 @@ function createRenderState(resumableState, generateStaticMarkup) {
2725
2725
  "\x3c/script>"
2726
2726
  ));
2727
2727
  bootstrapScriptContent = idPrefix + "P:";
2728
- var JSCompiler_object_inline_segmentPrefix_1665 = idPrefix + "S:";
2728
+ var JSCompiler_object_inline_segmentPrefix_1667 = idPrefix + "S:";
2729
2729
  idPrefix += "B:";
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 = {
2730
+ var JSCompiler_object_inline_preconnects_1681 = new Set(),
2731
+ JSCompiler_object_inline_fontPreloads_1682 = new Set(),
2732
+ JSCompiler_object_inline_highImagePreloads_1683 = new Set(),
2733
+ JSCompiler_object_inline_styles_1684 = new Map(),
2734
+ JSCompiler_object_inline_bootstrapScripts_1685 = new Set(),
2735
+ JSCompiler_object_inline_scripts_1686 = new Set(),
2736
+ JSCompiler_object_inline_bulkPreloads_1687 = new Set(),
2737
+ JSCompiler_object_inline_preloads_1688 = {
2738
2738
  images: new Map(),
2739
2739
  stylesheets: new Map(),
2740
2740
  scripts: new Map(),
@@ -2771,7 +2771,7 @@ function createRenderState(resumableState, generateStaticMarkup) {
2771
2771
  scriptConfig.moduleScriptResources[href] = null;
2772
2772
  scriptConfig = [];
2773
2773
  pushLinkImpl(scriptConfig, props);
2774
- JSCompiler_object_inline_bootstrapScripts_1683.add(scriptConfig);
2774
+ JSCompiler_object_inline_bootstrapScripts_1685.add(scriptConfig);
2775
2775
  bootstrapChunks.push('<script src="', escapeTextForBrowser(src), '"');
2776
2776
  "string" === typeof integrity &&
2777
2777
  bootstrapChunks.push(
@@ -2818,7 +2818,7 @@ function createRenderState(resumableState, generateStaticMarkup) {
2818
2818
  (props.moduleScriptResources[scriptConfig] = null),
2819
2819
  (props = []),
2820
2820
  pushLinkImpl(props, integrity),
2821
- JSCompiler_object_inline_bootstrapScripts_1683.add(props),
2821
+ JSCompiler_object_inline_bootstrapScripts_1685.add(props),
2822
2822
  bootstrapChunks.push(
2823
2823
  '<script type="module" src="',
2824
2824
  escapeTextForBrowser(i),
@@ -2840,7 +2840,7 @@ function createRenderState(resumableState, generateStaticMarkup) {
2840
2840
  bootstrapChunks.push(' async="">\x3c/script>');
2841
2841
  return {
2842
2842
  placeholderPrefix: bootstrapScriptContent,
2843
- segmentPrefix: JSCompiler_object_inline_segmentPrefix_1665,
2843
+ segmentPrefix: JSCompiler_object_inline_segmentPrefix_1667,
2844
2844
  boundaryPrefix: idPrefix,
2845
2845
  startInlineScript: "<script",
2846
2846
  startInlineStyle: "<style",
@@ -2860,14 +2860,14 @@ function createRenderState(resumableState, generateStaticMarkup) {
2860
2860
  charsetChunks: [],
2861
2861
  viewportChunks: [],
2862
2862
  hoistableChunks: [],
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,
2863
+ preconnects: JSCompiler_object_inline_preconnects_1681,
2864
+ fontPreloads: JSCompiler_object_inline_fontPreloads_1682,
2865
+ highImagePreloads: JSCompiler_object_inline_highImagePreloads_1683,
2866
+ styles: JSCompiler_object_inline_styles_1684,
2867
+ bootstrapScripts: JSCompiler_object_inline_bootstrapScripts_1685,
2868
+ scripts: JSCompiler_object_inline_scripts_1686,
2869
+ bulkPreloads: JSCompiler_object_inline_bulkPreloads_1687,
2870
+ preloads: JSCompiler_object_inline_preloads_1688,
2871
2871
  nonce: { script: void 0, style: void 0 },
2872
2872
  stylesToHoist: !1,
2873
2873
  generateStaticMarkup: generateStaticMarkup
@@ -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 === childSegment.status && queueCompletedSegment(boundary, childSegment);
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 !== segment &&
5520
- segment.parentFlushed &&
5521
- 1 === segment.status &&
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(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())};'
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(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())};'
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);
@@ -6033,7 +6038,8 @@ function flushCompletedQueues(request, destination) {
6033
6038
  var completedPreambleSegments = request.completedPreambleSegments;
6034
6039
  if (null === completedPreambleSegments) return;
6035
6040
  flushedByteSize = request.byteSize;
6036
- var renderState = request.renderState,
6041
+ var resumableState = request.resumableState,
6042
+ renderState = request.renderState,
6037
6043
  preamble = renderState.preamble,
6038
6044
  htmlChunks = preamble.htmlChunks,
6039
6045
  headChunks = preamble.headChunks,
@@ -6078,17 +6084,18 @@ function flushCompletedQueues(request, destination) {
6078
6084
  renderState.scripts.clear();
6079
6085
  renderState.bulkPreloads.forEach(flushResource, destination);
6080
6086
  renderState.bulkPreloads.clear();
6087
+ resumableState.instructions |= 32;
6081
6088
  var hoistableChunks = renderState.hoistableChunks;
6082
6089
  for (i$jscomp$0 = 0; i$jscomp$0 < hoistableChunks.length; i$jscomp$0++)
6083
6090
  destination.push(hoistableChunks[i$jscomp$0]);
6084
6091
  for (
6085
- renderState = hoistableChunks.length = 0;
6086
- renderState < completedPreambleSegments.length;
6087
- renderState++
6092
+ resumableState = hoistableChunks.length = 0;
6093
+ resumableState < completedPreambleSegments.length;
6094
+ resumableState++
6088
6095
  ) {
6089
- var segments = completedPreambleSegments[renderState];
6090
- for (preamble = 0; preamble < segments.length; preamble++)
6091
- flushSegment(request, destination, segments[preamble], null);
6096
+ var segments = completedPreambleSegments[resumableState];
6097
+ for (renderState = 0; renderState < segments.length; renderState++)
6098
+ flushSegment(request, destination, segments[renderState], null);
6092
6099
  }
6093
6100
  var preamble$jscomp$0 = request.renderState.preamble,
6094
6101
  headChunks$jscomp$0 = preamble$jscomp$0.headChunks;
@@ -6115,13 +6122,13 @@ function flushCompletedQueues(request, destination) {
6115
6122
  (0 !== request.trackedPostpones.rootNodes.length ||
6116
6123
  null !== request.trackedPostpones.rootSlots))
6117
6124
  ) {
6118
- var resumableState = request.resumableState;
6119
- if (0 === (resumableState.instructions & 64)) {
6120
- resumableState.instructions |= 64;
6125
+ var resumableState$jscomp$0 = request.resumableState;
6126
+ if (0 === (resumableState$jscomp$0.instructions & 64)) {
6127
+ resumableState$jscomp$0.instructions |= 64;
6121
6128
  destination.push(renderState$jscomp$0.startInlineScript);
6122
- if (0 === (resumableState.instructions & 32)) {
6123
- resumableState.instructions |= 32;
6124
- var shellId = "_" + resumableState.idPrefix + "R_";
6129
+ if (0 === (resumableState$jscomp$0.instructions & 32)) {
6130
+ resumableState$jscomp$0.instructions |= 32;
6131
+ var shellId = "_" + resumableState$jscomp$0.idPrefix + "R_";
6125
6132
  destination.push(' id="');
6126
6133
  var chunk$jscomp$1 = escapeTextForBrowser(shellId);
6127
6134
  destination.push(chunk$jscomp$1);
@@ -6172,14 +6179,14 @@ function flushCompletedQueues(request, destination) {
6172
6179
  for (i = 0; i < clientRenderedBoundaries.length; i++) {
6173
6180
  var boundary = clientRenderedBoundaries[i];
6174
6181
  renderState$jscomp$1 = destination;
6175
- var resumableState$jscomp$0 = request.resumableState,
6182
+ var resumableState$jscomp$1 = request.resumableState,
6176
6183
  renderState$jscomp$2 = request.renderState,
6177
6184
  id = boundary.rootSegmentID,
6178
6185
  errorDigest = boundary.errorDigest;
6179
6186
  renderState$jscomp$1.push(renderState$jscomp$2.startInlineScript);
6180
6187
  renderState$jscomp$1.push(">");
6181
- 0 === (resumableState$jscomp$0.instructions & 4)
6182
- ? ((resumableState$jscomp$0.instructions |= 4),
6188
+ 0 === (resumableState$jscomp$1.instructions & 4)
6189
+ ? ((resumableState$jscomp$1.instructions |= 4),
6183
6190
  renderState$jscomp$1.push(
6184
6191
  '$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("'
6185
6192
  ))
@@ -6418,4 +6425,4 @@ exports.renderToString = function (children, options) {
6418
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'
6419
6426
  );
6420
6427
  };
6421
- exports.version = "19.2.0-canary-b4477d38-20250605";
6428
+ exports.version = "19.2.0-canary-280ff6fe-20250606";