react-dom 19.2.0-canary-b4477d38-20250605 → 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.
@@ -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-ab859e31-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-ab859e31-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-ab859e31-20250606",
25523
25523
  rendererPackageName: "react-dom",
25524
25524
  currentDispatcherRef: ReactSharedInternals,
25525
- reconcilerVersion: "19.2.0-canary-b4477d38-20250605"
25525
+ reconcilerVersion: "19.2.0-canary-ab859e31-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-ab859e31-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-ab859e31-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-ab859e31-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-ab859e31-20250606",
15726
15726
  rendererPackageName: "react-dom",
15727
15727
  currentDispatcherRef: ReactSharedInternals,
15728
- reconcilerVersion: "19.2.0-canary-b4477d38-20250605"
15728
+ reconcilerVersion: "19.2.0-canary-ab859e31-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-ab859e31-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-ab859e31-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-ab859e31-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-ab859e31-20250606",
25575
25575
  rendererPackageName: "react-dom",
25576
25576
  currentDispatcherRef: ReactSharedInternals,
25577
- reconcilerVersion: "19.2.0-canary-b4477d38-20250605"
25577
+ reconcilerVersion: "19.2.0-canary-ab859e31-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-ab859e31-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-ab859e31-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-ab859e31-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-ab859e31-20250606",
16427
16427
  rendererPackageName: "react-dom",
16428
16428
  currentDispatcherRef: ReactSharedInternals,
16429
- reconcilerVersion: "19.2.0-canary-b4477d38-20250605",
16429
+ reconcilerVersion: "19.2.0-canary-ab859e31-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-ab859e31-20250606";
16703
16703
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16704
16704
  "function" ===
16705
16705
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -7727,7 +7727,8 @@
7727
7727
  var completedPreambleSegments = request.completedPreambleSegments;
7728
7728
  if (null === completedPreambleSegments) return;
7729
7729
  flushedByteSize = request.byteSize;
7730
- var renderState = request.renderState,
7730
+ var resumableState = request.resumableState,
7731
+ renderState = request.renderState,
7731
7732
  preamble = renderState.preamble,
7732
7733
  htmlChunks = preamble.htmlChunks,
7733
7734
  headChunks = preamble.headChunks,
@@ -7788,6 +7789,7 @@
7788
7789
  renderState.scripts.clear();
7789
7790
  renderState.bulkPreloads.forEach(flushResource, destination);
7790
7791
  renderState.bulkPreloads.clear();
7792
+ resumableState.instructions |= SentCompletedShellId;
7791
7793
  var hoistableChunks = renderState.hoistableChunks;
7792
7794
  for (
7793
7795
  i$jscomp$0 = 0;
@@ -7796,13 +7798,17 @@
7796
7798
  )
7797
7799
  destination.push(hoistableChunks[i$jscomp$0]);
7798
7800
  for (
7799
- renderState = hoistableChunks.length = 0;
7800
- renderState < completedPreambleSegments.length;
7801
- renderState++
7801
+ resumableState = hoistableChunks.length = 0;
7802
+ resumableState < completedPreambleSegments.length;
7803
+ resumableState++
7802
7804
  ) {
7803
- var segments = completedPreambleSegments[renderState];
7804
- for (preamble = 0; preamble < segments.length; preamble++)
7805
- flushSegment(request, destination, segments[preamble], null);
7805
+ var segments = completedPreambleSegments[resumableState];
7806
+ for (
7807
+ renderState = 0;
7808
+ renderState < segments.length;
7809
+ renderState++
7810
+ )
7811
+ flushSegment(request, destination, segments[renderState], null);
7806
7812
  }
7807
7813
  var preamble$jscomp$0 = request.renderState.preamble,
7808
7814
  headChunks$jscomp$0 = preamble$jscomp$0.headChunks;
@@ -7829,19 +7835,20 @@
7829
7835
  (0 !== request.trackedPostpones.rootNodes.length ||
7830
7836
  null !== request.trackedPostpones.rootSlots))
7831
7837
  ) {
7832
- var resumableState = request.resumableState;
7838
+ var resumableState$jscomp$0 = request.resumableState;
7833
7839
  if (
7834
- (resumableState.instructions & SentMarkShellTime) ===
7840
+ (resumableState$jscomp$0.instructions & SentMarkShellTime) ===
7835
7841
  NothingSent
7836
7842
  ) {
7837
- resumableState.instructions |= SentMarkShellTime;
7843
+ resumableState$jscomp$0.instructions |= SentMarkShellTime;
7838
7844
  destination.push(renderState$jscomp$0.startInlineScript);
7839
7845
  if (
7840
- (resumableState.instructions & SentCompletedShellId) ===
7846
+ (resumableState$jscomp$0.instructions &
7847
+ SentCompletedShellId) ===
7841
7848
  NothingSent
7842
7849
  ) {
7843
- resumableState.instructions |= SentCompletedShellId;
7844
- var shellId = "_" + resumableState.idPrefix + "R_";
7850
+ resumableState$jscomp$0.instructions |= SentCompletedShellId;
7851
+ var shellId = "_" + resumableState$jscomp$0.idPrefix + "R_";
7845
7852
  destination.push(completedShellIdAttributeStart);
7846
7853
  var chunk$jscomp$1 = escapeTextForBrowser(shellId);
7847
7854
  destination.push(chunk$jscomp$1);
@@ -7890,7 +7897,7 @@
7890
7897
  for (i = 0; i < clientRenderedBoundaries.length; i++) {
7891
7898
  var boundary = clientRenderedBoundaries[i];
7892
7899
  renderState$jscomp$1 = destination;
7893
- var resumableState$jscomp$0 = request.resumableState,
7900
+ var resumableState$jscomp$1 = request.resumableState,
7894
7901
  renderState$jscomp$2 = request.renderState,
7895
7902
  id = boundary.rootSegmentID,
7896
7903
  errorDigest = boundary.errorDigest,
@@ -7899,10 +7906,10 @@
7899
7906
  errorComponentStack = boundary.errorComponentStack;
7900
7907
  renderState$jscomp$1.push(renderState$jscomp$2.startInlineScript);
7901
7908
  renderState$jscomp$1.push(endOfStartTag);
7902
- (resumableState$jscomp$0.instructions &
7909
+ (resumableState$jscomp$1.instructions &
7903
7910
  SentClientRenderFunction) ===
7904
7911
  NothingSent
7905
- ? ((resumableState$jscomp$0.instructions |=
7912
+ ? ((resumableState$jscomp$1.instructions |=
7906
7913
  SentClientRenderFunction),
7907
7914
  renderState$jscomp$1.push(clientRenderScript1Full))
7908
7915
  : renderState$jscomp$1.push(clientRenderScript1Partial);
@@ -9648,5 +9655,5 @@
9648
9655
  '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
9656
  );
9650
9657
  };
9651
- exports.version = "19.2.0-canary-b4477d38-20250605";
9658
+ exports.version = "19.2.0-canary-ab859e31-20250606";
9652
9659
  })();
@@ -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
@@ -6033,7 +6033,8 @@ function flushCompletedQueues(request, destination) {
6033
6033
  var completedPreambleSegments = request.completedPreambleSegments;
6034
6034
  if (null === completedPreambleSegments) return;
6035
6035
  flushedByteSize = request.byteSize;
6036
- var renderState = request.renderState,
6036
+ var resumableState = request.resumableState,
6037
+ renderState = request.renderState,
6037
6038
  preamble = renderState.preamble,
6038
6039
  htmlChunks = preamble.htmlChunks,
6039
6040
  headChunks = preamble.headChunks,
@@ -6078,17 +6079,18 @@ function flushCompletedQueues(request, destination) {
6078
6079
  renderState.scripts.clear();
6079
6080
  renderState.bulkPreloads.forEach(flushResource, destination);
6080
6081
  renderState.bulkPreloads.clear();
6082
+ resumableState.instructions |= 32;
6081
6083
  var hoistableChunks = renderState.hoistableChunks;
6082
6084
  for (i$jscomp$0 = 0; i$jscomp$0 < hoistableChunks.length; i$jscomp$0++)
6083
6085
  destination.push(hoistableChunks[i$jscomp$0]);
6084
6086
  for (
6085
- renderState = hoistableChunks.length = 0;
6086
- renderState < completedPreambleSegments.length;
6087
- renderState++
6087
+ resumableState = hoistableChunks.length = 0;
6088
+ resumableState < completedPreambleSegments.length;
6089
+ resumableState++
6088
6090
  ) {
6089
- var segments = completedPreambleSegments[renderState];
6090
- for (preamble = 0; preamble < segments.length; preamble++)
6091
- flushSegment(request, destination, segments[preamble], null);
6091
+ var segments = completedPreambleSegments[resumableState];
6092
+ for (renderState = 0; renderState < segments.length; renderState++)
6093
+ flushSegment(request, destination, segments[renderState], null);
6092
6094
  }
6093
6095
  var preamble$jscomp$0 = request.renderState.preamble,
6094
6096
  headChunks$jscomp$0 = preamble$jscomp$0.headChunks;
@@ -6115,13 +6117,13 @@ function flushCompletedQueues(request, destination) {
6115
6117
  (0 !== request.trackedPostpones.rootNodes.length ||
6116
6118
  null !== request.trackedPostpones.rootSlots))
6117
6119
  ) {
6118
- var resumableState = request.resumableState;
6119
- if (0 === (resumableState.instructions & 64)) {
6120
- resumableState.instructions |= 64;
6120
+ var resumableState$jscomp$0 = request.resumableState;
6121
+ if (0 === (resumableState$jscomp$0.instructions & 64)) {
6122
+ resumableState$jscomp$0.instructions |= 64;
6121
6123
  destination.push(renderState$jscomp$0.startInlineScript);
6122
- if (0 === (resumableState.instructions & 32)) {
6123
- resumableState.instructions |= 32;
6124
- var shellId = "_" + resumableState.idPrefix + "R_";
6124
+ if (0 === (resumableState$jscomp$0.instructions & 32)) {
6125
+ resumableState$jscomp$0.instructions |= 32;
6126
+ var shellId = "_" + resumableState$jscomp$0.idPrefix + "R_";
6125
6127
  destination.push(' id="');
6126
6128
  var chunk$jscomp$1 = escapeTextForBrowser(shellId);
6127
6129
  destination.push(chunk$jscomp$1);
@@ -6172,14 +6174,14 @@ function flushCompletedQueues(request, destination) {
6172
6174
  for (i = 0; i < clientRenderedBoundaries.length; i++) {
6173
6175
  var boundary = clientRenderedBoundaries[i];
6174
6176
  renderState$jscomp$1 = destination;
6175
- var resumableState$jscomp$0 = request.resumableState,
6177
+ var resumableState$jscomp$1 = request.resumableState,
6176
6178
  renderState$jscomp$2 = request.renderState,
6177
6179
  id = boundary.rootSegmentID,
6178
6180
  errorDigest = boundary.errorDigest;
6179
6181
  renderState$jscomp$1.push(renderState$jscomp$2.startInlineScript);
6180
6182
  renderState$jscomp$1.push(">");
6181
- 0 === (resumableState$jscomp$0.instructions & 4)
6182
- ? ((resumableState$jscomp$0.instructions |= 4),
6183
+ 0 === (resumableState$jscomp$1.instructions & 4)
6184
+ ? ((resumableState$jscomp$1.instructions |= 4),
6183
6185
  renderState$jscomp$1.push(
6184
6186
  '$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
6187
  ))
@@ -6418,4 +6420,4 @@ exports.renderToString = function (children, options) {
6418
6420
  '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
6421
  );
6420
6422
  };
6421
- exports.version = "19.2.0-canary-b4477d38-20250605";
6423
+ exports.version = "19.2.0-canary-ab859e31-20250606";
@@ -7727,7 +7727,8 @@
7727
7727
  var completedPreambleSegments = request.completedPreambleSegments;
7728
7728
  if (null === completedPreambleSegments) return;
7729
7729
  flushedByteSize = request.byteSize;
7730
- var renderState = request.renderState,
7730
+ var resumableState = request.resumableState,
7731
+ renderState = request.renderState,
7731
7732
  preamble = renderState.preamble,
7732
7733
  htmlChunks = preamble.htmlChunks,
7733
7734
  headChunks = preamble.headChunks,
@@ -7788,6 +7789,7 @@
7788
7789
  renderState.scripts.clear();
7789
7790
  renderState.bulkPreloads.forEach(flushResource, destination);
7790
7791
  renderState.bulkPreloads.clear();
7792
+ resumableState.instructions |= SentCompletedShellId;
7791
7793
  var hoistableChunks = renderState.hoistableChunks;
7792
7794
  for (
7793
7795
  i$jscomp$0 = 0;
@@ -7796,13 +7798,17 @@
7796
7798
  )
7797
7799
  destination.push(hoistableChunks[i$jscomp$0]);
7798
7800
  for (
7799
- renderState = hoistableChunks.length = 0;
7800
- renderState < completedPreambleSegments.length;
7801
- renderState++
7801
+ resumableState = hoistableChunks.length = 0;
7802
+ resumableState < completedPreambleSegments.length;
7803
+ resumableState++
7802
7804
  ) {
7803
- var segments = completedPreambleSegments[renderState];
7804
- for (preamble = 0; preamble < segments.length; preamble++)
7805
- flushSegment(request, destination, segments[preamble], null);
7805
+ var segments = completedPreambleSegments[resumableState];
7806
+ for (
7807
+ renderState = 0;
7808
+ renderState < segments.length;
7809
+ renderState++
7810
+ )
7811
+ flushSegment(request, destination, segments[renderState], null);
7806
7812
  }
7807
7813
  var preamble$jscomp$0 = request.renderState.preamble,
7808
7814
  headChunks$jscomp$0 = preamble$jscomp$0.headChunks;
@@ -7829,19 +7835,20 @@
7829
7835
  (0 !== request.trackedPostpones.rootNodes.length ||
7830
7836
  null !== request.trackedPostpones.rootSlots))
7831
7837
  ) {
7832
- var resumableState = request.resumableState;
7838
+ var resumableState$jscomp$0 = request.resumableState;
7833
7839
  if (
7834
- (resumableState.instructions & SentMarkShellTime) ===
7840
+ (resumableState$jscomp$0.instructions & SentMarkShellTime) ===
7835
7841
  NothingSent
7836
7842
  ) {
7837
- resumableState.instructions |= SentMarkShellTime;
7843
+ resumableState$jscomp$0.instructions |= SentMarkShellTime;
7838
7844
  destination.push(renderState$jscomp$0.startInlineScript);
7839
7845
  if (
7840
- (resumableState.instructions & SentCompletedShellId) ===
7846
+ (resumableState$jscomp$0.instructions &
7847
+ SentCompletedShellId) ===
7841
7848
  NothingSent
7842
7849
  ) {
7843
- resumableState.instructions |= SentCompletedShellId;
7844
- var shellId = "_" + resumableState.idPrefix + "R_";
7850
+ resumableState$jscomp$0.instructions |= SentCompletedShellId;
7851
+ var shellId = "_" + resumableState$jscomp$0.idPrefix + "R_";
7845
7852
  destination.push(completedShellIdAttributeStart);
7846
7853
  var chunk$jscomp$1 = escapeTextForBrowser(shellId);
7847
7854
  destination.push(chunk$jscomp$1);
@@ -7890,7 +7897,7 @@
7890
7897
  for (i = 0; i < clientRenderedBoundaries.length; i++) {
7891
7898
  var boundary = clientRenderedBoundaries[i];
7892
7899
  renderState$jscomp$1 = destination;
7893
- var resumableState$jscomp$0 = request.resumableState,
7900
+ var resumableState$jscomp$1 = request.resumableState,
7894
7901
  renderState$jscomp$2 = request.renderState,
7895
7902
  id = boundary.rootSegmentID,
7896
7903
  errorDigest = boundary.errorDigest,
@@ -7899,10 +7906,10 @@
7899
7906
  errorComponentStack = boundary.errorComponentStack;
7900
7907
  renderState$jscomp$1.push(renderState$jscomp$2.startInlineScript);
7901
7908
  renderState$jscomp$1.push(endOfStartTag);
7902
- (resumableState$jscomp$0.instructions &
7909
+ (resumableState$jscomp$1.instructions &
7903
7910
  SentClientRenderFunction) ===
7904
7911
  NothingSent
7905
- ? ((resumableState$jscomp$0.instructions |=
7912
+ ? ((resumableState$jscomp$1.instructions |=
7906
7913
  SentClientRenderFunction),
7907
7914
  renderState$jscomp$1.push(clientRenderScript1Full))
7908
7915
  : renderState$jscomp$1.push(clientRenderScript1Partial);
@@ -9648,5 +9655,5 @@
9648
9655
  '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'
9649
9656
  );
9650
9657
  };
9651
- exports.version = "19.2.0-canary-b4477d38-20250605";
9658
+ exports.version = "19.2.0-canary-ab859e31-20250606";
9652
9659
  })();