react-dom 19.2.0-canary-408d055a-20250430 → 19.2.0-canary-f7396427-20250501

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.
@@ -2296,6 +2296,14 @@ function preloadLateStyles(styleQueue) {
2296
2296
  styleQueue.sheets.forEach(preloadLateStyle, this);
2297
2297
  styleQueue.sheets.clear();
2298
2298
  }
2299
+ function writeCompletedShellIdAttribute(destination, resumableState) {
2300
+ 0 === (resumableState.instructions & 32) &&
2301
+ ((resumableState.instructions |= 32),
2302
+ (resumableState = "\u00ab" + resumableState.idPrefix + "R\u00bb"),
2303
+ writeChunk(destination, ' id="'),
2304
+ writeChunk(destination, escapeTextForBrowser(resumableState)),
2305
+ writeChunk(destination, '"'));
2306
+ }
2299
2307
  function pushCompletedShellIdAttribute(target, resumableState) {
2300
2308
  0 === (resumableState.instructions & 32) &&
2301
2309
  ((resumableState.instructions |= 32),
@@ -5577,24 +5585,30 @@ function flushCompletedBoundary(request, destination, boundary) {
5577
5585
  writeChunk(destination, request.startInlineScript);
5578
5586
  writeChunk(destination, ">");
5579
5587
  requiresStyleInsertion
5580
- ? 0 === (completedSegments.instructions & 2)
5581
- ? ((completedSegments.instructions |= 10),
5588
+ ? (0 === (completedSegments.instructions & 4) &&
5589
+ ((completedSegments.instructions |= 4),
5582
5590
  writeChunk(
5583
5591
  destination,
5584
- '$RC=function(b,d,e){d=document.getElementById(d);d.parentNode.removeChild(d);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var c=a.data;if("/$"===c||"/&"===c)if(0===f)break;else f--;else"$"!==c&&"$?"!==c&&"$!"!==c&&"&"!==c||f++}c=a.nextSibling;e.removeChild(a);a=c}while(a);for(;d.firstChild;)e.insertBefore(d.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RM=new Map;\n$RR=function(t,u,y){function v(n){this._p=null;n()}for(var w=$RC,p=$RM,q=new Map,r=document,g,b,h=r.querySelectorAll("link[data-precedence],style[data-precedence]"),x=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?x.push(b):("LINK"===b.tagName&&p.set(b.getAttribute("href"),b),q.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var e=y[b++];if(!e){k=!1;b=0;continue}var c=!1,m=0;var d=e[m++];if(a=p.get(d)){var f=a._p;c=!0}else{a=r.createElement("link");a.href=\nd;a.rel="stylesheet";for(a.dataset.precedence=l=e[m++];f=e[m++];)a.setAttribute(f,e[m++]);f=a._p=new Promise(function(n,z){a.onload=v.bind(a,n);a.onerror=v.bind(a,z)});p.set(d,a)}d=a.getAttribute("media");!f||d&&!matchMedia(d).matches||h.push(f);if(c)continue}else{a=x[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=q.get(l)||g;c===g&&(g=a);q.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=r.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(w.bind(null,\nt,u,""),w.bind(null,t,u,"Resource failed to load"))};$RR("'
5585
- ))
5586
- : 0 === (completedSegments.instructions & 8)
5592
+ '$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())};'
5593
+ )),
5594
+ 0 === (completedSegments.instructions & 2) &&
5595
+ ((completedSegments.instructions |= 2),
5596
+ writeChunk(
5597
+ destination,
5598
+ '$RB=[];$RC=function(d,c){function m(){$RT=performance.now();var f=$RB;$RB=[];for(var e=0;e<f.length;e+=2){var a=f[e],l=f[e+1],g=a.parentNode;if(g){var h=a.previousSibling,k=0;do{if(a&&8===a.nodeType){var b=a.data;if("/$"===b||"/&"===b)if(0===k)break;else k--;else"$"!==b&&"$?"!==b&&"$~"!==b&&"$!"!==b&&"&"!==b||k++}b=a.nextSibling;g.removeChild(a);a=b}while(a);for(;l.firstChild;)g.insertBefore(l.firstChild,a);h.data="$";h._reactRetry&&h._reactRetry()}}}if(c=document.getElementById(c))if(c.parentNode.removeChild(c),d=\ndocument.getElementById(d))d.previousSibling.data="$~",$RB.push(d,c),2===$RB.length&&setTimeout(m,("number"!==typeof $RT?0:$RT)+300-performance.now())};'
5599
+ )),
5600
+ 0 === (completedSegments.instructions & 8)
5587
5601
  ? ((completedSegments.instructions |= 8),
5588
5602
  writeChunk(
5589
5603
  destination,
5590
- '$RM=new Map;\n$RR=function(t,u,y){function v(n){this._p=null;n()}for(var w=$RC,p=$RM,q=new Map,r=document,g,b,h=r.querySelectorAll("link[data-precedence],style[data-precedence]"),x=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?x.push(b):("LINK"===b.tagName&&p.set(b.getAttribute("href"),b),q.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var e=y[b++];if(!e){k=!1;b=0;continue}var c=!1,m=0;var d=e[m++];if(a=p.get(d)){var f=a._p;c=!0}else{a=r.createElement("link");a.href=\nd;a.rel="stylesheet";for(a.dataset.precedence=l=e[m++];f=e[m++];)a.setAttribute(f,e[m++]);f=a._p=new Promise(function(n,z){a.onload=v.bind(a,n);a.onerror=v.bind(a,z)});p.set(d,a)}d=a.getAttribute("media");!f||d&&!matchMedia(d).matches||h.push(f);if(c)continue}else{a=x[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=q.get(l)||g;c===g&&(g=a);q.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=r.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(w.bind(null,\nt,u,""),w.bind(null,t,u,"Resource failed to load"))};$RR("'
5604
+ '$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("'
5591
5605
  ))
5592
- : writeChunk(destination, '$RR("')
5606
+ : writeChunk(destination, '$RR("'))
5593
5607
  : 0 === (completedSegments.instructions & 2)
5594
5608
  ? ((completedSegments.instructions |= 2),
5595
5609
  writeChunk(
5596
5610
  destination,
5597
- '$RC=function(b,d,e){d=document.getElementById(d);d.parentNode.removeChild(d);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var c=a.data;if("/$"===c||"/&"===c)if(0===f)break;else f--;else"$"!==c&&"$?"!==c&&"$!"!==c&&"&"!==c||f++}c=a.nextSibling;e.removeChild(a);a=c}while(a);for(;d.firstChild;)e.insertBefore(d.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RC("'
5611
+ '$RB=[];$RC=function(d,c){function m(){$RT=performance.now();var f=$RB;$RB=[];for(var e=0;e<f.length;e+=2){var a=f[e],l=f[e+1],g=a.parentNode;if(g){var h=a.previousSibling,k=0;do{if(a&&8===a.nodeType){var b=a.data;if("/$"===b||"/&"===b)if(0===k)break;else k--;else"$"!==b&&"$?"!==b&&"$~"!==b&&"$!"!==b&&"&"!==b||k++}b=a.nextSibling;g.removeChild(a);a=b}while(a);for(;l.firstChild;)g.insertBefore(l.firstChild,a);h.data="$";h._reactRetry&&h._reactRetry()}}}if(c=document.getElementById(c))if(c.parentNode.removeChild(c),d=\ndocument.getElementById(d))d.previousSibling.data="$~",$RB.push(d,c),2===$RB.length&&setTimeout(m,("number"!==typeof $RT?0:$RT)+300-performance.now())};$RC("'
5598
5612
  ))
5599
5613
  : writeChunk(destination, '$RC("');
5600
5614
  completedSegments = i.toString(16);
@@ -5734,20 +5748,30 @@ function flushCompletedQueues(request, destination) {
5734
5748
  flushSegment(request, destination, completedRootSegment, null);
5735
5749
  request.completedRootSegment = null;
5736
5750
  var resumableState$jscomp$0 = request.resumableState,
5737
- renderState$jscomp$0 = request.renderState,
5738
- preamble$jscomp$1 = renderState$jscomp$0.preamble;
5739
- if (
5740
- (preamble$jscomp$1.htmlChunks || preamble$jscomp$1.headChunks) &&
5741
- 0 === (resumableState$jscomp$0.instructions & 32)
5742
- ) {
5743
- var bootstrapChunks = renderState$jscomp$0.bootstrapChunks;
5744
- bootstrapChunks.push(startChunkForTag("template"));
5745
- pushCompletedShellIdAttribute(
5746
- bootstrapChunks,
5747
- resumableState$jscomp$0
5748
- );
5749
- bootstrapChunks.push(">", endChunkForTag("template"));
5750
- }
5751
+ renderState$jscomp$0 = request.renderState;
5752
+ (0 === request.allPendingTasks &&
5753
+ 0 === request.clientRenderedBoundaries.length &&
5754
+ 0 === request.completedBoundaries.length &&
5755
+ (null === request.trackedPostpones ||
5756
+ (0 === request.trackedPostpones.rootNodes.length &&
5757
+ null === request.trackedPostpones.rootSlots))) ||
5758
+ 0 !== (resumableState$jscomp$0.instructions & 64) ||
5759
+ ((resumableState$jscomp$0.instructions |= 64),
5760
+ writeChunk(destination, renderState$jscomp$0.startInlineScript),
5761
+ writeCompletedShellIdAttribute(destination, resumableState$jscomp$0),
5762
+ writeChunk(destination, ">"),
5763
+ writeChunk(
5764
+ destination,
5765
+ "requestAnimationFrame(function(){$RT=performance.now()});"
5766
+ ),
5767
+ destination.write("\x3c/script>"));
5768
+ var preamble$jscomp$1 = renderState$jscomp$0.preamble;
5769
+ (preamble$jscomp$1.htmlChunks || preamble$jscomp$1.headChunks) &&
5770
+ 0 === (resumableState$jscomp$0.instructions & 32) &&
5771
+ (writeChunk(destination, startChunkForTag("template")),
5772
+ writeCompletedShellIdAttribute(destination, resumableState$jscomp$0),
5773
+ writeChunk(destination, ">"),
5774
+ writeChunk(destination, endChunkForTag("template")));
5751
5775
  writeBootstrap(destination, renderState$jscomp$0);
5752
5776
  }
5753
5777
  var renderState$jscomp$1 = request.renderState;
@@ -5885,7 +5909,6 @@ function flushCompletedQueues(request, destination) {
5885
5909
  }
5886
5910
  } finally {
5887
5911
  0 === request.allPendingTasks &&
5888
- 0 === request.pingedTasks.length &&
5889
5912
  0 === request.clientRenderedBoundaries.length &&
5890
5913
  0 === request.completedBoundaries.length
5891
5914
  ? ((request.flushScheduled = !1),
@@ -5949,13 +5972,13 @@ function abort(request, reason) {
5949
5972
  }
5950
5973
  var isomorphicReactPackageVersion$jscomp$inline_768 = React.version;
5951
5974
  if (
5952
- "19.2.0-canary-408d055a-20250430" !==
5975
+ "19.2.0-canary-f7396427-20250501" !==
5953
5976
  isomorphicReactPackageVersion$jscomp$inline_768
5954
5977
  )
5955
5978
  throw Error(
5956
5979
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5957
5980
  (isomorphicReactPackageVersion$jscomp$inline_768 +
5958
- "\n - react-dom: 19.2.0-canary-408d055a-20250430\nLearn more: https://react.dev/warnings/version-mismatch")
5981
+ "\n - react-dom: 19.2.0-canary-f7396427-20250501\nLearn more: https://react.dev/warnings/version-mismatch")
5959
5982
  );
5960
5983
  exports.renderToReadableStream = function (children, options) {
5961
5984
  return new Promise(function (resolve, reject) {
@@ -6046,4 +6069,4 @@ exports.renderToReadableStream = function (children, options) {
6046
6069
  startWork(request);
6047
6070
  });
6048
6071
  };
6049
- exports.version = "19.2.0-canary-408d055a-20250430";
6072
+ exports.version = "19.2.0-canary-f7396427-20250501";
@@ -3421,6 +3421,17 @@
3421
3421
  styleQueue.sheets.forEach(preloadLateStyle, this);
3422
3422
  styleQueue.sheets.clear();
3423
3423
  }
3424
+ function writeCompletedShellIdAttribute(destination, resumableState) {
3425
+ (resumableState.instructions & SentCompletedShellId) === NothingSent &&
3426
+ ((resumableState.instructions |= SentCompletedShellId),
3427
+ (resumableState = "\u00ab" + resumableState.idPrefix + "R\u00bb"),
3428
+ writeChunk(destination, completedShellIdAttributeStart),
3429
+ writeChunk(
3430
+ destination,
3431
+ stringToChunk(escapeTextForBrowser(resumableState))
3432
+ ),
3433
+ writeChunk(destination, attributeEnd));
3434
+ }
3424
3435
  function pushCompletedShellIdAttribute(target, resumableState) {
3425
3436
  (resumableState.instructions & SentCompletedShellId) === NothingSent &&
3426
3437
  ((resumableState.instructions |= SentCompletedShellId),
@@ -7361,21 +7372,22 @@
7361
7372
  writeChunk(destination, request.startInlineScript);
7362
7373
  writeChunk(destination, endOfStartTag);
7363
7374
  requiresStyleInsertion
7364
- ? (completedSegments.instructions & SentCompleteBoundaryFunction) ===
7375
+ ? ((completedSegments.instructions & SentClientRenderFunction) ===
7376
+ NothingSent &&
7377
+ ((completedSegments.instructions |= SentClientRenderFunction),
7378
+ writeChunk(destination, clientRenderScriptFunctionOnly)),
7379
+ (completedSegments.instructions & SentCompleteBoundaryFunction) ===
7380
+ NothingSent &&
7381
+ ((completedSegments.instructions |= SentCompleteBoundaryFunction),
7382
+ writeChunk(destination, completeBoundaryScriptFunctionOnly)),
7383
+ (completedSegments.instructions & SentStyleInsertionFunction) ===
7365
7384
  NothingSent
7366
- ? ((completedSegments.instructions =
7367
- completedSegments.instructions |
7368
- SentStyleInsertionFunction |
7369
- SentCompleteBoundaryFunction),
7370
- writeChunk(destination, completeBoundaryWithStylesScript1FullBoth))
7371
- : (completedSegments.instructions & SentStyleInsertionFunction) ===
7372
- NothingSent
7373
7385
  ? ((completedSegments.instructions |= SentStyleInsertionFunction),
7374
7386
  writeChunk(
7375
7387
  destination,
7376
7388
  completeBoundaryWithStylesScript1FullPartial
7377
7389
  ))
7378
- : writeChunk(destination, completeBoundaryWithStylesScript1Partial)
7390
+ : writeChunk(destination, completeBoundaryWithStylesScript1Partial))
7379
7391
  : (completedSegments.instructions & SentCompleteBoundaryFunction) ===
7380
7392
  NothingSent
7381
7393
  ? ((completedSegments.instructions |= SentCompleteBoundaryFunction),
@@ -7554,21 +7566,35 @@
7554
7566
  flushSegment(request, destination, completedRootSegment, null);
7555
7567
  request.completedRootSegment = null;
7556
7568
  var resumableState$jscomp$0 = request.resumableState,
7557
- renderState$jscomp$0 = request.renderState,
7558
- preamble$jscomp$1 = renderState$jscomp$0.preamble;
7559
- if (
7560
- (preamble$jscomp$1.htmlChunks || preamble$jscomp$1.headChunks) &&
7569
+ renderState$jscomp$0 = request.renderState;
7570
+ (0 === request.allPendingTasks &&
7571
+ 0 === request.clientRenderedBoundaries.length &&
7572
+ 0 === request.completedBoundaries.length &&
7573
+ (null === request.trackedPostpones ||
7574
+ (0 === request.trackedPostpones.rootNodes.length &&
7575
+ null === request.trackedPostpones.rootSlots))) ||
7576
+ (resumableState$jscomp$0.instructions & SentMarkShellTime) !==
7577
+ NothingSent ||
7578
+ ((resumableState$jscomp$0.instructions |= SentMarkShellTime),
7579
+ writeChunk(destination, renderState$jscomp$0.startInlineScript),
7580
+ writeCompletedShellIdAttribute(
7581
+ destination,
7582
+ resumableState$jscomp$0
7583
+ ),
7584
+ writeChunk(destination, endOfStartTag),
7585
+ writeChunk(destination, shellTimeRuntimeScript),
7586
+ writeChunkAndReturn(destination, endInlineScript));
7587
+ var preamble$jscomp$1 = renderState$jscomp$0.preamble;
7588
+ (preamble$jscomp$1.htmlChunks || preamble$jscomp$1.headChunks) &&
7561
7589
  (resumableState$jscomp$0.instructions & SentCompletedShellId) ===
7562
- NothingSent
7563
- ) {
7564
- var bootstrapChunks = renderState$jscomp$0.bootstrapChunks;
7565
- bootstrapChunks.push(startChunkForTag("template"));
7566
- pushCompletedShellIdAttribute(
7567
- bootstrapChunks,
7590
+ NothingSent &&
7591
+ (writeChunk(destination, startChunkForTag("template")),
7592
+ writeCompletedShellIdAttribute(
7593
+ destination,
7568
7594
  resumableState$jscomp$0
7569
- );
7570
- bootstrapChunks.push(endOfStartTag, endChunkForTag("template"));
7571
- }
7595
+ ),
7596
+ writeChunk(destination, endOfStartTag),
7597
+ writeChunk(destination, endChunkForTag("template")));
7572
7598
  writeBootstrap(destination, renderState$jscomp$0);
7573
7599
  }
7574
7600
  var renderState$jscomp$1 = request.renderState;
@@ -7772,7 +7798,6 @@
7772
7798
  }
7773
7799
  } finally {
7774
7800
  0 === request.allPendingTasks &&
7775
- 0 === request.pingedTasks.length &&
7776
7801
  0 === request.clientRenderedBoundaries.length &&
7777
7802
  0 === request.completedBoundaries.length
7778
7803
  ? ((request.flushScheduled = !1),
@@ -7870,11 +7895,11 @@
7870
7895
  }
7871
7896
  function ensureCorrectIsomorphicReactVersion() {
7872
7897
  var isomorphicReactPackageVersion = React.version;
7873
- if ("19.2.0-canary-408d055a-20250430" !== isomorphicReactPackageVersion)
7898
+ if ("19.2.0-canary-f7396427-20250501" !== isomorphicReactPackageVersion)
7874
7899
  throw Error(
7875
7900
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7876
7901
  (isomorphicReactPackageVersion +
7877
- "\n - react-dom: 19.2.0-canary-408d055a-20250430\nLearn more: https://react.dev/warnings/version-mismatch")
7902
+ "\n - react-dom: 19.2.0-canary-f7396427-20250501\nLearn more: https://react.dev/warnings/version-mismatch")
7878
7903
  );
7879
7904
  }
7880
7905
  var React = require("react"),
@@ -8958,6 +8983,7 @@
8958
8983
  SentClientRenderFunction = 4,
8959
8984
  SentStyleInsertionFunction = 8,
8960
8985
  SentCompletedShellId = 32,
8986
+ SentMarkShellTime = 64,
8961
8987
  EXISTS = null,
8962
8988
  PRELOAD_NO_CREDS = [];
8963
8989
  Object.freeze(PRELOAD_NO_CREDS);
@@ -9032,6 +9058,9 @@
9032
9058
  validatedTagCache = new Map(),
9033
9059
  doctypeChunk = stringToPrecomputedChunk("<!DOCTYPE html>"),
9034
9060
  endTagCache = new Map(),
9061
+ shellTimeRuntimeScript = stringToPrecomputedChunk(
9062
+ "requestAnimationFrame(function(){$RT=performance.now()});"
9063
+ ),
9035
9064
  placeholder1 = stringToPrecomputedChunk('<template id="'),
9036
9065
  placeholder2 = stringToPrecomputedChunk('"></template>'),
9037
9066
  startActivityBoundary = stringToPrecomputedChunk("\x3c!--&--\x3e"),
@@ -9096,15 +9125,15 @@
9096
9125
  completeSegmentScriptEnd = stringToPrecomputedChunk('")\x3c/script>');
9097
9126
  stringToPrecomputedChunk('<template data-rsi="" data-sid="');
9098
9127
  stringToPrecomputedChunk('" data-pid="');
9099
- var completeBoundaryScript1Full = stringToPrecomputedChunk(
9100
- '$RC=function(b,d,e){d=document.getElementById(d);d.parentNode.removeChild(d);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var c=a.data;if("/$"===c||"/&"===c)if(0===f)break;else f--;else"$"!==c&&"$?"!==c&&"$!"!==c&&"&"!==c||f++}c=a.nextSibling;e.removeChild(a);a=c}while(a);for(;d.firstChild;)e.insertBefore(d.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RC("'
9128
+ var completeBoundaryScriptFunctionOnly = stringToPrecomputedChunk(
9129
+ '$RB=[];$RC=function(d,c){function m(){$RT=performance.now();var f=$RB;$RB=[];for(var e=0;e<f.length;e+=2){var a=f[e],l=f[e+1],g=a.parentNode;if(g){var h=a.previousSibling,k=0;do{if(a&&8===a.nodeType){var b=a.data;if("/$"===b||"/&"===b)if(0===k)break;else k--;else"$"!==b&&"$?"!==b&&"$~"!==b&&"$!"!==b&&"&"!==b||k++}b=a.nextSibling;g.removeChild(a);a=b}while(a);for(;l.firstChild;)g.insertBefore(l.firstChild,a);h.data="$";h._reactRetry&&h._reactRetry()}}}if(c=document.getElementById(c))if(c.parentNode.removeChild(c),d=\ndocument.getElementById(d))d.previousSibling.data="$~",$RB.push(d,c),2===$RB.length&&setTimeout(m,("number"!==typeof $RT?0:$RT)+300-performance.now())};'
9101
9130
  ),
9102
- completeBoundaryScript1Partial = stringToPrecomputedChunk('$RC("'),
9103
- completeBoundaryWithStylesScript1FullBoth = stringToPrecomputedChunk(
9104
- '$RC=function(b,d,e){d=document.getElementById(d);d.parentNode.removeChild(d);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var c=a.data;if("/$"===c||"/&"===c)if(0===f)break;else f--;else"$"!==c&&"$?"!==c&&"$!"!==c&&"&"!==c||f++}c=a.nextSibling;e.removeChild(a);a=c}while(a);for(;d.firstChild;)e.insertBefore(d.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RM=new Map;\n$RR=function(t,u,y){function v(n){this._p=null;n()}for(var w=$RC,p=$RM,q=new Map,r=document,g,b,h=r.querySelectorAll("link[data-precedence],style[data-precedence]"),x=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?x.push(b):("LINK"===b.tagName&&p.set(b.getAttribute("href"),b),q.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var e=y[b++];if(!e){k=!1;b=0;continue}var c=!1,m=0;var d=e[m++];if(a=p.get(d)){var f=a._p;c=!0}else{a=r.createElement("link");a.href=\nd;a.rel="stylesheet";for(a.dataset.precedence=l=e[m++];f=e[m++];)a.setAttribute(f,e[m++]);f=a._p=new Promise(function(n,z){a.onload=v.bind(a,n);a.onerror=v.bind(a,z)});p.set(d,a)}d=a.getAttribute("media");!f||d&&!matchMedia(d).matches||h.push(f);if(c)continue}else{a=x[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=q.get(l)||g;c===g&&(g=a);q.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=r.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(w.bind(null,\nt,u,""),w.bind(null,t,u,"Resource failed to load"))};$RR("'
9131
+ completeBoundaryScript1Full = stringToPrecomputedChunk(
9132
+ '$RB=[];$RC=function(d,c){function m(){$RT=performance.now();var f=$RB;$RB=[];for(var e=0;e<f.length;e+=2){var a=f[e],l=f[e+1],g=a.parentNode;if(g){var h=a.previousSibling,k=0;do{if(a&&8===a.nodeType){var b=a.data;if("/$"===b||"/&"===b)if(0===k)break;else k--;else"$"!==b&&"$?"!==b&&"$~"!==b&&"$!"!==b&&"&"!==b||k++}b=a.nextSibling;g.removeChild(a);a=b}while(a);for(;l.firstChild;)g.insertBefore(l.firstChild,a);h.data="$";h._reactRetry&&h._reactRetry()}}}if(c=document.getElementById(c))if(c.parentNode.removeChild(c),d=\ndocument.getElementById(d))d.previousSibling.data="$~",$RB.push(d,c),2===$RB.length&&setTimeout(m,("number"!==typeof $RT?0:$RT)+300-performance.now())};$RC("'
9105
9133
  ),
9134
+ completeBoundaryScript1Partial = stringToPrecomputedChunk('$RC("'),
9106
9135
  completeBoundaryWithStylesScript1FullPartial = stringToPrecomputedChunk(
9107
- '$RM=new Map;\n$RR=function(t,u,y){function v(n){this._p=null;n()}for(var w=$RC,p=$RM,q=new Map,r=document,g,b,h=r.querySelectorAll("link[data-precedence],style[data-precedence]"),x=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?x.push(b):("LINK"===b.tagName&&p.set(b.getAttribute("href"),b),q.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var e=y[b++];if(!e){k=!1;b=0;continue}var c=!1,m=0;var d=e[m++];if(a=p.get(d)){var f=a._p;c=!0}else{a=r.createElement("link");a.href=\nd;a.rel="stylesheet";for(a.dataset.precedence=l=e[m++];f=e[m++];)a.setAttribute(f,e[m++]);f=a._p=new Promise(function(n,z){a.onload=v.bind(a,n);a.onerror=v.bind(a,z)});p.set(d,a)}d=a.getAttribute("media");!f||d&&!matchMedia(d).matches||h.push(f);if(c)continue}else{a=x[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=q.get(l)||g;c===g&&(g=a);q.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=r.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(w.bind(null,\nt,u,""),w.bind(null,t,u,"Resource failed to load"))};$RR("'
9136
+ '$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("'
9108
9137
  ),
9109
9138
  completeBoundaryWithStylesScript1Partial =
9110
9139
  stringToPrecomputedChunk('$RR("'),
@@ -9116,7 +9145,10 @@
9116
9145
  stringToPrecomputedChunk('<template data-rri="" data-bid="');
9117
9146
  stringToPrecomputedChunk('" data-sid="');
9118
9147
  stringToPrecomputedChunk('" data-sty="');
9119
- var clientRenderScript1Full = stringToPrecomputedChunk(
9148
+ var clientRenderScriptFunctionOnly = stringToPrecomputedChunk(
9149
+ '$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())};'
9150
+ ),
9151
+ clientRenderScript1Full = stringToPrecomputedChunk(
9120
9152
  '$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("'
9121
9153
  ),
9122
9154
  clientRenderScript1Partial = stringToPrecomputedChunk('$RX("'),
@@ -9553,5 +9585,5 @@
9553
9585
  startWork(request);
9554
9586
  });
9555
9587
  };
9556
- exports.version = "19.2.0-canary-408d055a-20250430";
9588
+ exports.version = "19.2.0-canary-f7396427-20250501";
9557
9589
  })();
@@ -2324,7 +2324,10 @@ function writeBootstrap(destination, renderState) {
2324
2324
  writeChunkAndReturn(destination, i))
2325
2325
  : !0;
2326
2326
  }
2327
- var placeholder1 = stringToPrecomputedChunk('<template id="'),
2327
+ var shellTimeRuntimeScript = stringToPrecomputedChunk(
2328
+ "requestAnimationFrame(function(){$RT=performance.now()});"
2329
+ ),
2330
+ placeholder1 = stringToPrecomputedChunk('<template id="'),
2328
2331
  placeholder2 = stringToPrecomputedChunk('"></template>'),
2329
2332
  startActivityBoundary = stringToPrecomputedChunk("\x3c!--&--\x3e"),
2330
2333
  endActivityBoundary = stringToPrecomputedChunk("\x3c!--/&--\x3e"),
@@ -2472,15 +2475,15 @@ var completeSegmentScript1Full = stringToPrecomputedChunk(
2472
2475
  completeSegmentScriptEnd = stringToPrecomputedChunk('")\x3c/script>');
2473
2476
  stringToPrecomputedChunk('<template data-rsi="" data-sid="');
2474
2477
  stringToPrecomputedChunk('" data-pid="');
2475
- var completeBoundaryScript1Full = stringToPrecomputedChunk(
2476
- '$RC=function(b,d,e){d=document.getElementById(d);d.parentNode.removeChild(d);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var c=a.data;if("/$"===c||"/&"===c)if(0===f)break;else f--;else"$"!==c&&"$?"!==c&&"$!"!==c&&"&"!==c||f++}c=a.nextSibling;e.removeChild(a);a=c}while(a);for(;d.firstChild;)e.insertBefore(d.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RC("'
2478
+ var completeBoundaryScriptFunctionOnly = stringToPrecomputedChunk(
2479
+ '$RB=[];$RC=function(d,c){function m(){$RT=performance.now();var f=$RB;$RB=[];for(var e=0;e<f.length;e+=2){var a=f[e],l=f[e+1],g=a.parentNode;if(g){var h=a.previousSibling,k=0;do{if(a&&8===a.nodeType){var b=a.data;if("/$"===b||"/&"===b)if(0===k)break;else k--;else"$"!==b&&"$?"!==b&&"$~"!==b&&"$!"!==b&&"&"!==b||k++}b=a.nextSibling;g.removeChild(a);a=b}while(a);for(;l.firstChild;)g.insertBefore(l.firstChild,a);h.data="$";h._reactRetry&&h._reactRetry()}}}if(c=document.getElementById(c))if(c.parentNode.removeChild(c),d=\ndocument.getElementById(d))d.previousSibling.data="$~",$RB.push(d,c),2===$RB.length&&setTimeout(m,("number"!==typeof $RT?0:$RT)+300-performance.now())};'
2477
2480
  ),
2478
- completeBoundaryScript1Partial = stringToPrecomputedChunk('$RC("'),
2479
- completeBoundaryWithStylesScript1FullBoth = stringToPrecomputedChunk(
2480
- '$RC=function(b,d,e){d=document.getElementById(d);d.parentNode.removeChild(d);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var c=a.data;if("/$"===c||"/&"===c)if(0===f)break;else f--;else"$"!==c&&"$?"!==c&&"$!"!==c&&"&"!==c||f++}c=a.nextSibling;e.removeChild(a);a=c}while(a);for(;d.firstChild;)e.insertBefore(d.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RM=new Map;\n$RR=function(t,u,y){function v(n){this._p=null;n()}for(var w=$RC,p=$RM,q=new Map,r=document,g,b,h=r.querySelectorAll("link[data-precedence],style[data-precedence]"),x=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?x.push(b):("LINK"===b.tagName&&p.set(b.getAttribute("href"),b),q.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var e=y[b++];if(!e){k=!1;b=0;continue}var c=!1,m=0;var d=e[m++];if(a=p.get(d)){var f=a._p;c=!0}else{a=r.createElement("link");a.href=\nd;a.rel="stylesheet";for(a.dataset.precedence=l=e[m++];f=e[m++];)a.setAttribute(f,e[m++]);f=a._p=new Promise(function(n,z){a.onload=v.bind(a,n);a.onerror=v.bind(a,z)});p.set(d,a)}d=a.getAttribute("media");!f||d&&!matchMedia(d).matches||h.push(f);if(c)continue}else{a=x[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=q.get(l)||g;c===g&&(g=a);q.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=r.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(w.bind(null,\nt,u,""),w.bind(null,t,u,"Resource failed to load"))};$RR("'
2481
+ completeBoundaryScript1Full = stringToPrecomputedChunk(
2482
+ '$RB=[];$RC=function(d,c){function m(){$RT=performance.now();var f=$RB;$RB=[];for(var e=0;e<f.length;e+=2){var a=f[e],l=f[e+1],g=a.parentNode;if(g){var h=a.previousSibling,k=0;do{if(a&&8===a.nodeType){var b=a.data;if("/$"===b||"/&"===b)if(0===k)break;else k--;else"$"!==b&&"$?"!==b&&"$~"!==b&&"$!"!==b&&"&"!==b||k++}b=a.nextSibling;g.removeChild(a);a=b}while(a);for(;l.firstChild;)g.insertBefore(l.firstChild,a);h.data="$";h._reactRetry&&h._reactRetry()}}}if(c=document.getElementById(c))if(c.parentNode.removeChild(c),d=\ndocument.getElementById(d))d.previousSibling.data="$~",$RB.push(d,c),2===$RB.length&&setTimeout(m,("number"!==typeof $RT?0:$RT)+300-performance.now())};$RC("'
2481
2483
  ),
2484
+ completeBoundaryScript1Partial = stringToPrecomputedChunk('$RC("'),
2482
2485
  completeBoundaryWithStylesScript1FullPartial = stringToPrecomputedChunk(
2483
- '$RM=new Map;\n$RR=function(t,u,y){function v(n){this._p=null;n()}for(var w=$RC,p=$RM,q=new Map,r=document,g,b,h=r.querySelectorAll("link[data-precedence],style[data-precedence]"),x=[],k=0;b=h[k++];)"not all"===b.getAttribute("media")?x.push(b):("LINK"===b.tagName&&p.set(b.getAttribute("href"),b),q.set(b.dataset.precedence,g=b));b=0;h=[];var l,a;for(k=!0;;){if(k){var e=y[b++];if(!e){k=!1;b=0;continue}var c=!1,m=0;var d=e[m++];if(a=p.get(d)){var f=a._p;c=!0}else{a=r.createElement("link");a.href=\nd;a.rel="stylesheet";for(a.dataset.precedence=l=e[m++];f=e[m++];)a.setAttribute(f,e[m++]);f=a._p=new Promise(function(n,z){a.onload=v.bind(a,n);a.onerror=v.bind(a,z)});p.set(d,a)}d=a.getAttribute("media");!f||d&&!matchMedia(d).matches||h.push(f);if(c)continue}else{a=x[b++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=q.get(l)||g;c===g&&(g=a);q.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=r.head,c.insertBefore(a,c.firstChild))}Promise.all(h).then(w.bind(null,\nt,u,""),w.bind(null,t,u,"Resource failed to load"))};$RR("'
2486
+ '$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("'
2484
2487
  ),
2485
2488
  completeBoundaryWithStylesScript1Partial = stringToPrecomputedChunk('$RR("'),
2486
2489
  completeBoundaryScript2 = stringToPrecomputedChunk('","'),
@@ -2491,7 +2494,10 @@ stringToPrecomputedChunk('<template data-rci="" data-bid="');
2491
2494
  stringToPrecomputedChunk('<template data-rri="" data-bid="');
2492
2495
  stringToPrecomputedChunk('" data-sid="');
2493
2496
  stringToPrecomputedChunk('" data-sty="');
2494
- var clientRenderScript1Full = stringToPrecomputedChunk(
2497
+ var clientRenderScriptFunctionOnly = stringToPrecomputedChunk(
2498
+ '$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())};'
2499
+ ),
2500
+ clientRenderScript1Full = stringToPrecomputedChunk(
2495
2501
  '$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("'
2496
2502
  ),
2497
2503
  clientRenderScript1Partial = stringToPrecomputedChunk('$RX("'),
@@ -2669,6 +2675,17 @@ var blockingRenderChunkStart = stringToPrecomputedChunk(
2669
2675
  ),
2670
2676
  blockingRenderChunkEnd = stringToPrecomputedChunk('" blocking="render"/>'),
2671
2677
  completedShellIdAttributeStart = stringToPrecomputedChunk(' id="');
2678
+ function writeCompletedShellIdAttribute(destination, resumableState) {
2679
+ 0 === (resumableState.instructions & 32) &&
2680
+ ((resumableState.instructions |= 32),
2681
+ (resumableState = "\u00ab" + resumableState.idPrefix + "R\u00bb"),
2682
+ writeChunk(destination, completedShellIdAttributeStart),
2683
+ writeChunk(
2684
+ destination,
2685
+ stringToChunk(escapeTextForBrowser(resumableState))
2686
+ ),
2687
+ writeChunk(destination, attributeEnd));
2688
+ }
2672
2689
  function pushCompletedShellIdAttribute(target, resumableState) {
2673
2690
  0 === (resumableState.instructions & 32) &&
2674
2691
  ((resumableState.instructions |= 32),
@@ -6019,13 +6036,16 @@ function flushCompletedBoundary(request, destination, boundary) {
6019
6036
  writeChunk(destination, request.startInlineScript);
6020
6037
  writeChunk(destination, endOfStartTag);
6021
6038
  requiresStyleInsertion
6022
- ? 0 === (completedSegments.instructions & 2)
6023
- ? ((completedSegments.instructions |= 10),
6024
- writeChunk(destination, completeBoundaryWithStylesScript1FullBoth))
6025
- : 0 === (completedSegments.instructions & 8)
6039
+ ? (0 === (completedSegments.instructions & 4) &&
6040
+ ((completedSegments.instructions |= 4),
6041
+ writeChunk(destination, clientRenderScriptFunctionOnly)),
6042
+ 0 === (completedSegments.instructions & 2) &&
6043
+ ((completedSegments.instructions |= 2),
6044
+ writeChunk(destination, completeBoundaryScriptFunctionOnly)),
6045
+ 0 === (completedSegments.instructions & 8)
6026
6046
  ? ((completedSegments.instructions |= 8),
6027
6047
  writeChunk(destination, completeBoundaryWithStylesScript1FullPartial))
6028
- : writeChunk(destination, completeBoundaryWithStylesScript1Partial)
6048
+ : writeChunk(destination, completeBoundaryWithStylesScript1Partial))
6029
6049
  : 0 === (completedSegments.instructions & 2)
6030
6050
  ? ((completedSegments.instructions |= 2),
6031
6051
  writeChunk(destination, completeBoundaryScript1Full))
@@ -6166,20 +6186,27 @@ function flushCompletedQueues(request, destination) {
6166
6186
  flushSegment(request, destination, completedRootSegment, null);
6167
6187
  request.completedRootSegment = null;
6168
6188
  var resumableState$jscomp$0 = request.resumableState,
6169
- renderState$jscomp$0 = request.renderState,
6170
- preamble$jscomp$1 = renderState$jscomp$0.preamble;
6171
- if (
6172
- (preamble$jscomp$1.htmlChunks || preamble$jscomp$1.headChunks) &&
6173
- 0 === (resumableState$jscomp$0.instructions & 32)
6174
- ) {
6175
- var bootstrapChunks = renderState$jscomp$0.bootstrapChunks;
6176
- bootstrapChunks.push(startChunkForTag("template"));
6177
- pushCompletedShellIdAttribute(
6178
- bootstrapChunks,
6179
- resumableState$jscomp$0
6180
- );
6181
- bootstrapChunks.push(endOfStartTag, endChunkForTag("template"));
6182
- }
6189
+ renderState$jscomp$0 = request.renderState;
6190
+ (0 === request.allPendingTasks &&
6191
+ 0 === request.clientRenderedBoundaries.length &&
6192
+ 0 === request.completedBoundaries.length &&
6193
+ (null === request.trackedPostpones ||
6194
+ (0 === request.trackedPostpones.rootNodes.length &&
6195
+ null === request.trackedPostpones.rootSlots))) ||
6196
+ 0 !== (resumableState$jscomp$0.instructions & 64) ||
6197
+ ((resumableState$jscomp$0.instructions |= 64),
6198
+ writeChunk(destination, renderState$jscomp$0.startInlineScript),
6199
+ writeCompletedShellIdAttribute(destination, resumableState$jscomp$0),
6200
+ writeChunk(destination, endOfStartTag),
6201
+ writeChunk(destination, shellTimeRuntimeScript),
6202
+ writeChunkAndReturn(destination, endInlineScript));
6203
+ var preamble$jscomp$1 = renderState$jscomp$0.preamble;
6204
+ (preamble$jscomp$1.htmlChunks || preamble$jscomp$1.headChunks) &&
6205
+ 0 === (resumableState$jscomp$0.instructions & 32) &&
6206
+ (writeChunk(destination, startChunkForTag("template")),
6207
+ writeCompletedShellIdAttribute(destination, resumableState$jscomp$0),
6208
+ writeChunk(destination, endOfStartTag),
6209
+ writeChunk(destination, endChunkForTag("template")));
6183
6210
  writeBootstrap(destination, renderState$jscomp$0);
6184
6211
  }
6185
6212
  var renderState$jscomp$1 = request.renderState;
@@ -6324,7 +6351,6 @@ function flushCompletedQueues(request, destination) {
6324
6351
  }
6325
6352
  } finally {
6326
6353
  0 === request.allPendingTasks &&
6327
- 0 === request.pingedTasks.length &&
6328
6354
  0 === request.clientRenderedBoundaries.length &&
6329
6355
  0 === request.completedBoundaries.length
6330
6356
  ? ((request.flushScheduled = !1),
@@ -6413,11 +6439,11 @@ function abort(request, reason) {
6413
6439
  }
6414
6440
  function ensureCorrectIsomorphicReactVersion() {
6415
6441
  var isomorphicReactPackageVersion = React.version;
6416
- if ("19.2.0-canary-408d055a-20250430" !== isomorphicReactPackageVersion)
6442
+ if ("19.2.0-canary-f7396427-20250501" !== isomorphicReactPackageVersion)
6417
6443
  throw Error(
6418
6444
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6419
6445
  (isomorphicReactPackageVersion +
6420
- "\n - react-dom: 19.2.0-canary-408d055a-20250430\nLearn more: https://react.dev/warnings/version-mismatch")
6446
+ "\n - react-dom: 19.2.0-canary-f7396427-20250501\nLearn more: https://react.dev/warnings/version-mismatch")
6421
6447
  );
6422
6448
  }
6423
6449
  ensureCorrectIsomorphicReactVersion();
@@ -6563,4 +6589,4 @@ exports.renderToReadableStream = function (children, options) {
6563
6589
  startWork(request);
6564
6590
  });
6565
6591
  };
6566
- exports.version = "19.2.0-canary-408d055a-20250430";
6592
+ exports.version = "19.2.0-canary-f7396427-20250501";