react-dom 19.2.0-canary-3820740a-20250509 → 19.2.0-canary-b94603b9-20250513

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.
@@ -25380,11 +25380,11 @@
25380
25380
  };
25381
25381
  (function () {
25382
25382
  var isomorphicReactPackageVersion = React.version;
25383
- if ("19.2.0-canary-3820740a-20250509" !== isomorphicReactPackageVersion)
25383
+ if ("19.2.0-canary-b94603b9-20250513" !== isomorphicReactPackageVersion)
25384
25384
  throw Error(
25385
25385
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25386
25386
  (isomorphicReactPackageVersion +
25387
- "\n - react-dom: 19.2.0-canary-3820740a-20250509\nLearn more: https://react.dev/warnings/version-mismatch")
25387
+ "\n - react-dom: 19.2.0-canary-b94603b9-20250513\nLearn more: https://react.dev/warnings/version-mismatch")
25388
25388
  );
25389
25389
  })();
25390
25390
  ("function" === typeof Map &&
@@ -25421,10 +25421,10 @@
25421
25421
  !(function () {
25422
25422
  var internals = {
25423
25423
  bundleType: 1,
25424
- version: "19.2.0-canary-3820740a-20250509",
25424
+ version: "19.2.0-canary-b94603b9-20250513",
25425
25425
  rendererPackageName: "react-dom",
25426
25426
  currentDispatcherRef: ReactSharedInternals,
25427
- reconcilerVersion: "19.2.0-canary-3820740a-20250509"
25427
+ reconcilerVersion: "19.2.0-canary-b94603b9-20250513"
25428
25428
  };
25429
25429
  internals.overrideHookState = overrideHookState;
25430
25430
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25562,7 +25562,7 @@
25562
25562
  listenToAllSupportedEvents(container);
25563
25563
  return new ReactDOMHydrationRoot(initialChildren);
25564
25564
  };
25565
- exports.version = "19.2.0-canary-3820740a-20250509";
25565
+ exports.version = "19.2.0-canary-b94603b9-20250513";
25566
25566
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25567
25567
  "function" ===
25568
25568
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15641,14 +15641,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15641
15641
  };
15642
15642
  var isomorphicReactPackageVersion$jscomp$inline_1849 = React.version;
15643
15643
  if (
15644
- "19.2.0-canary-3820740a-20250509" !==
15644
+ "19.2.0-canary-b94603b9-20250513" !==
15645
15645
  isomorphicReactPackageVersion$jscomp$inline_1849
15646
15646
  )
15647
15647
  throw Error(
15648
15648
  formatProdErrorMessage(
15649
15649
  527,
15650
15650
  isomorphicReactPackageVersion$jscomp$inline_1849,
15651
- "19.2.0-canary-3820740a-20250509"
15651
+ "19.2.0-canary-b94603b9-20250513"
15652
15652
  )
15653
15653
  );
15654
15654
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15670,10 +15670,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15670
15670
  };
15671
15671
  var internals$jscomp$inline_2342 = {
15672
15672
  bundleType: 0,
15673
- version: "19.2.0-canary-3820740a-20250509",
15673
+ version: "19.2.0-canary-b94603b9-20250513",
15674
15674
  rendererPackageName: "react-dom",
15675
15675
  currentDispatcherRef: ReactSharedInternals,
15676
- reconcilerVersion: "19.2.0-canary-3820740a-20250509"
15676
+ reconcilerVersion: "19.2.0-canary-b94603b9-20250513"
15677
15677
  };
15678
15678
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15679
15679
  var hook$jscomp$inline_2343 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15771,4 +15771,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15771
15771
  listenToAllSupportedEvents(container);
15772
15772
  return new ReactDOMHydrationRoot(initialChildren);
15773
15773
  };
15774
- exports.version = "19.2.0-canary-3820740a-20250509";
15774
+ exports.version = "19.2.0-canary-b94603b9-20250513";
@@ -25432,11 +25432,11 @@
25432
25432
  };
25433
25433
  (function () {
25434
25434
  var isomorphicReactPackageVersion = React.version;
25435
- if ("19.2.0-canary-3820740a-20250509" !== isomorphicReactPackageVersion)
25435
+ if ("19.2.0-canary-b94603b9-20250513" !== isomorphicReactPackageVersion)
25436
25436
  throw Error(
25437
25437
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25438
25438
  (isomorphicReactPackageVersion +
25439
- "\n - react-dom: 19.2.0-canary-3820740a-20250509\nLearn more: https://react.dev/warnings/version-mismatch")
25439
+ "\n - react-dom: 19.2.0-canary-b94603b9-20250513\nLearn more: https://react.dev/warnings/version-mismatch")
25440
25440
  );
25441
25441
  })();
25442
25442
  ("function" === typeof Map &&
@@ -25473,10 +25473,10 @@
25473
25473
  !(function () {
25474
25474
  var internals = {
25475
25475
  bundleType: 1,
25476
- version: "19.2.0-canary-3820740a-20250509",
25476
+ version: "19.2.0-canary-b94603b9-20250513",
25477
25477
  rendererPackageName: "react-dom",
25478
25478
  currentDispatcherRef: ReactSharedInternals,
25479
- reconcilerVersion: "19.2.0-canary-3820740a-20250509"
25479
+ reconcilerVersion: "19.2.0-canary-b94603b9-20250513"
25480
25480
  };
25481
25481
  internals.overrideHookState = overrideHookState;
25482
25482
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25944,7 +25944,7 @@
25944
25944
  exports.useFormStatus = function () {
25945
25945
  return resolveDispatcher().useHostTransitionStatus();
25946
25946
  };
25947
- exports.version = "19.2.0-canary-3820740a-20250509";
25947
+ exports.version = "19.2.0-canary-b94603b9-20250513";
25948
25948
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25949
25949
  "function" ===
25950
25950
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -16342,14 +16342,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
16342
16342
  };
16343
16343
  var isomorphicReactPackageVersion$jscomp$inline_1953 = React.version;
16344
16344
  if (
16345
- "19.2.0-canary-3820740a-20250509" !==
16345
+ "19.2.0-canary-b94603b9-20250513" !==
16346
16346
  isomorphicReactPackageVersion$jscomp$inline_1953
16347
16347
  )
16348
16348
  throw Error(
16349
16349
  formatProdErrorMessage(
16350
16350
  527,
16351
16351
  isomorphicReactPackageVersion$jscomp$inline_1953,
16352
- "19.2.0-canary-3820740a-20250509"
16352
+ "19.2.0-canary-b94603b9-20250513"
16353
16353
  )
16354
16354
  );
16355
16355
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16371,10 +16371,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
16371
16371
  };
16372
16372
  var internals$jscomp$inline_1960 = {
16373
16373
  bundleType: 0,
16374
- version: "19.2.0-canary-3820740a-20250509",
16374
+ version: "19.2.0-canary-b94603b9-20250513",
16375
16375
  rendererPackageName: "react-dom",
16376
16376
  currentDispatcherRef: ReactSharedInternals,
16377
- reconcilerVersion: "19.2.0-canary-3820740a-20250509",
16377
+ reconcilerVersion: "19.2.0-canary-b94603b9-20250513",
16378
16378
  getLaneLabelMap: function () {
16379
16379
  for (
16380
16380
  var map = new Map(), lane = 1, index$293 = 0;
@@ -16647,7 +16647,7 @@ exports.useFormState = function (action, initialState, permalink) {
16647
16647
  exports.useFormStatus = function () {
16648
16648
  return ReactSharedInternals.H.useHostTransitionStatus();
16649
16649
  };
16650
- exports.version = "19.2.0-canary-3820740a-20250509";
16650
+ exports.version = "19.2.0-canary-b94603b9-20250513";
16651
16651
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16652
16652
  "function" ===
16653
16653
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -3089,15 +3089,6 @@
3089
3089
  styleQueue.sheets.forEach(preloadLateStyle, this);
3090
3090
  styleQueue.sheets.clear();
3091
3091
  }
3092
- function writeCompletedShellIdAttribute(destination, resumableState) {
3093
- (resumableState.instructions & SentCompletedShellId) === NothingSent &&
3094
- ((resumableState.instructions |= SentCompletedShellId),
3095
- (resumableState = "\u00ab" + resumableState.idPrefix + "R\u00bb"),
3096
- destination.push(completedShellIdAttributeStart),
3097
- (resumableState = escapeTextForBrowser(resumableState)),
3098
- destination.push(resumableState),
3099
- destination.push(attributeEnd));
3100
- }
3101
3092
  function pushCompletedShellIdAttribute(target, resumableState) {
3102
3093
  (resumableState.instructions & SentCompletedShellId) === NothingSent &&
3103
3094
  ((resumableState.instructions |= SentCompletedShellId),
@@ -7240,8 +7231,7 @@
7240
7231
  var completedPreambleSegments = request.completedPreambleSegments;
7241
7232
  if (null === completedPreambleSegments) return;
7242
7233
  flushedByteSize = request.byteSize;
7243
- var resumableState = request.resumableState,
7244
- renderState = request.renderState,
7234
+ var renderState = request.renderState,
7245
7235
  preamble = renderState.preamble,
7246
7236
  htmlChunks = preamble.htmlChunks,
7247
7237
  headChunks = preamble.headChunks,
@@ -7300,13 +7290,6 @@
7300
7290
  renderState.scripts.clear();
7301
7291
  renderState.bulkPreloads.forEach(flushResource, destination);
7302
7292
  renderState.bulkPreloads.clear();
7303
- if (htmlChunks || headChunks) {
7304
- var shellId = "\u00ab" + resumableState.idPrefix + "R\u00bb";
7305
- destination.push(blockingRenderChunkStart);
7306
- var chunk$jscomp$0 = escapeTextForBrowser(shellId);
7307
- destination.push(chunk$jscomp$0);
7308
- destination.push(blockingRenderChunkEnd);
7309
- }
7310
7293
  var hoistableChunks = renderState.hoistableChunks;
7311
7294
  for (
7312
7295
  i$jscomp$0 = 0;
@@ -7315,23 +7298,19 @@
7315
7298
  )
7316
7299
  destination.push(hoistableChunks[i$jscomp$0]);
7317
7300
  for (
7318
- resumableState = hoistableChunks.length = 0;
7319
- resumableState < completedPreambleSegments.length;
7320
- resumableState++
7301
+ renderState = hoistableChunks.length = 0;
7302
+ renderState < completedPreambleSegments.length;
7303
+ renderState++
7321
7304
  ) {
7322
- var segments = completedPreambleSegments[resumableState];
7323
- for (
7324
- renderState = 0;
7325
- renderState < segments.length;
7326
- renderState++
7327
- )
7328
- flushSegment(request, destination, segments[renderState], null);
7305
+ var segments = completedPreambleSegments[renderState];
7306
+ for (preamble = 0; preamble < segments.length; preamble++)
7307
+ flushSegment(request, destination, segments[preamble], null);
7329
7308
  }
7330
7309
  var preamble$jscomp$0 = request.renderState.preamble,
7331
7310
  headChunks$jscomp$0 = preamble$jscomp$0.headChunks;
7332
7311
  if (preamble$jscomp$0.htmlChunks || headChunks$jscomp$0) {
7333
- var chunk$jscomp$1 = endChunkForTag("head");
7334
- destination.push(chunk$jscomp$1);
7312
+ var chunk$jscomp$0 = endChunkForTag("head");
7313
+ destination.push(chunk$jscomp$0);
7335
7314
  }
7336
7315
  var bodyChunks = preamble$jscomp$0.bodyChunks;
7337
7316
  if (bodyChunks)
@@ -7343,40 +7322,37 @@
7343
7322
  destination.push(bodyChunks[completedPreambleSegments]);
7344
7323
  flushSegment(request, destination, completedRootSegment, null);
7345
7324
  request.completedRootSegment = null;
7346
- var resumableState$jscomp$0 = request.resumableState,
7347
- renderState$jscomp$0 = request.renderState;
7348
- (0 === request.allPendingTasks &&
7349
- 0 === request.clientRenderedBoundaries.length &&
7350
- 0 === request.completedBoundaries.length &&
7351
- (null === request.trackedPostpones ||
7352
- (0 === request.trackedPostpones.rootNodes.length &&
7353
- null === request.trackedPostpones.rootSlots))) ||
7354
- (resumableState$jscomp$0.instructions & SentMarkShellTime) !==
7355
- NothingSent ||
7356
- ((resumableState$jscomp$0.instructions |= SentMarkShellTime),
7357
- destination.push(renderState$jscomp$0.startInlineScript),
7358
- writeCompletedShellIdAttribute(
7359
- destination,
7360
- resumableState$jscomp$0
7361
- ),
7362
- destination.push(endOfStartTag),
7363
- destination.push(shellTimeRuntimeScript),
7364
- destination.push(endInlineScript));
7365
- var preamble$jscomp$1 = renderState$jscomp$0.preamble;
7325
+ var renderState$jscomp$0 = request.renderState;
7366
7326
  if (
7367
- (preamble$jscomp$1.htmlChunks || preamble$jscomp$1.headChunks) &&
7368
- (resumableState$jscomp$0.instructions & SentCompletedShellId) ===
7369
- NothingSent
7327
+ 0 !== request.allPendingTasks ||
7328
+ 0 !== request.clientRenderedBoundaries.length ||
7329
+ 0 !== request.completedBoundaries.length ||
7330
+ (null !== request.trackedPostpones &&
7331
+ (0 !== request.trackedPostpones.rootNodes.length ||
7332
+ null !== request.trackedPostpones.rootSlots))
7370
7333
  ) {
7371
- var chunk$jscomp$2 = startChunkForTag("template");
7372
- destination.push(chunk$jscomp$2);
7373
- writeCompletedShellIdAttribute(
7374
- destination,
7375
- resumableState$jscomp$0
7376
- );
7377
- destination.push(endOfStartTag);
7378
- var chunk$jscomp$3 = endChunkForTag("template");
7379
- destination.push(chunk$jscomp$3);
7334
+ var resumableState = request.resumableState;
7335
+ if (
7336
+ (resumableState.instructions & SentMarkShellTime) ===
7337
+ NothingSent
7338
+ ) {
7339
+ resumableState.instructions |= SentMarkShellTime;
7340
+ destination.push(renderState$jscomp$0.startInlineScript);
7341
+ if (
7342
+ (resumableState.instructions & SentCompletedShellId) ===
7343
+ NothingSent
7344
+ ) {
7345
+ resumableState.instructions |= SentCompletedShellId;
7346
+ var shellId = "\u00ab" + resumableState.idPrefix + "R\u00bb";
7347
+ destination.push(completedShellIdAttributeStart);
7348
+ var chunk$jscomp$1 = escapeTextForBrowser(shellId);
7349
+ destination.push(chunk$jscomp$1);
7350
+ destination.push(attributeEnd);
7351
+ }
7352
+ destination.push(endOfStartTag);
7353
+ destination.push(shellTimeRuntimeScript);
7354
+ destination.push(endInlineScript);
7355
+ }
7380
7356
  }
7381
7357
  writeBootstrap(destination, renderState$jscomp$0);
7382
7358
  }
@@ -7416,7 +7392,7 @@
7416
7392
  for (i = 0; i < clientRenderedBoundaries.length; i++) {
7417
7393
  var boundary = clientRenderedBoundaries[i];
7418
7394
  renderState$jscomp$1 = destination;
7419
- var resumableState$jscomp$1 = request.resumableState,
7395
+ var resumableState$jscomp$0 = request.resumableState,
7420
7396
  renderState$jscomp$2 = request.renderState,
7421
7397
  id = boundary.rootSegmentID,
7422
7398
  errorDigest = boundary.errorDigest,
@@ -7425,16 +7401,16 @@
7425
7401
  errorComponentStack = boundary.errorComponentStack;
7426
7402
  renderState$jscomp$1.push(renderState$jscomp$2.startInlineScript);
7427
7403
  renderState$jscomp$1.push(endOfStartTag);
7428
- (resumableState$jscomp$1.instructions &
7404
+ (resumableState$jscomp$0.instructions &
7429
7405
  SentClientRenderFunction) ===
7430
7406
  NothingSent
7431
- ? ((resumableState$jscomp$1.instructions |=
7407
+ ? ((resumableState$jscomp$0.instructions |=
7432
7408
  SentClientRenderFunction),
7433
7409
  renderState$jscomp$1.push(clientRenderScript1Full))
7434
7410
  : renderState$jscomp$1.push(clientRenderScript1Partial);
7435
7411
  renderState$jscomp$1.push(renderState$jscomp$2.boundaryPrefix);
7436
- var chunk$jscomp$4 = id.toString(16);
7437
- renderState$jscomp$1.push(chunk$jscomp$4);
7412
+ var chunk$jscomp$2 = id.toString(16);
7413
+ renderState$jscomp$1.push(chunk$jscomp$2);
7438
7414
  renderState$jscomp$1.push(clientRenderScript1A);
7439
7415
  if (
7440
7416
  errorDigest ||
@@ -7443,30 +7419,30 @@
7443
7419
  errorComponentStack
7444
7420
  ) {
7445
7421
  renderState$jscomp$1.push(clientRenderErrorScriptArgInterstitial);
7446
- var chunk$jscomp$5 = escapeJSStringsForInstructionScripts(
7422
+ var chunk$jscomp$3 = escapeJSStringsForInstructionScripts(
7447
7423
  errorDigest || ""
7448
7424
  );
7449
- renderState$jscomp$1.push(chunk$jscomp$5);
7425
+ renderState$jscomp$1.push(chunk$jscomp$3);
7450
7426
  }
7451
7427
  if (errorMessage || errorStack || errorComponentStack) {
7452
7428
  renderState$jscomp$1.push(clientRenderErrorScriptArgInterstitial);
7453
- var chunk$jscomp$6 = escapeJSStringsForInstructionScripts(
7429
+ var chunk$jscomp$4 = escapeJSStringsForInstructionScripts(
7454
7430
  errorMessage || ""
7455
7431
  );
7456
- renderState$jscomp$1.push(chunk$jscomp$6);
7432
+ renderState$jscomp$1.push(chunk$jscomp$4);
7457
7433
  }
7458
7434
  if (errorStack || errorComponentStack) {
7459
7435
  renderState$jscomp$1.push(clientRenderErrorScriptArgInterstitial);
7460
- var chunk$jscomp$7 = escapeJSStringsForInstructionScripts(
7436
+ var chunk$jscomp$5 = escapeJSStringsForInstructionScripts(
7461
7437
  errorStack || ""
7462
7438
  );
7463
- renderState$jscomp$1.push(chunk$jscomp$7);
7439
+ renderState$jscomp$1.push(chunk$jscomp$5);
7464
7440
  }
7465
7441
  if (errorComponentStack) {
7466
7442
  renderState$jscomp$1.push(clientRenderErrorScriptArgInterstitial);
7467
- var chunk$jscomp$8 =
7443
+ var chunk$jscomp$6 =
7468
7444
  escapeJSStringsForInstructionScripts(errorComponentStack);
7469
- renderState$jscomp$1.push(chunk$jscomp$8);
7445
+ renderState$jscomp$1.push(chunk$jscomp$6);
7470
7446
  }
7471
7447
  var JSCompiler_inline_result = renderState$jscomp$1.push(
7472
7448
  clientRenderScriptEnd
@@ -8868,8 +8844,6 @@
8868
8844
  spaceSeparator = " ",
8869
8845
  styleTagResourceOpen3 = '">',
8870
8846
  styleTagResourceClose = "</style>",
8871
- blockingRenderChunkStart = '<link rel="expect" href="#',
8872
- blockingRenderChunkEnd = '" blocking="render"/>',
8873
8847
  completedShellIdAttributeStart = ' id="',
8874
8848
  arrayFirstOpenBracket = "[",
8875
8849
  arraySubsequentOpenBracket = ",[",
@@ -9143,5 +9117,5 @@
9143
9117
  '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'
9144
9118
  );
9145
9119
  };
9146
- exports.version = "19.2.0-canary-3820740a-20250509";
9120
+ exports.version = "19.2.0-canary-b94603b9-20250513";
9147
9121
  })();
@@ -2130,15 +2130,6 @@ function preloadLateStyles(styleQueue) {
2130
2130
  styleQueue.sheets.forEach(preloadLateStyle, this);
2131
2131
  styleQueue.sheets.clear();
2132
2132
  }
2133
- function writeCompletedShellIdAttribute(destination, resumableState) {
2134
- 0 === (resumableState.instructions & 32) &&
2135
- ((resumableState.instructions |= 32),
2136
- (resumableState = "\u00ab" + resumableState.idPrefix + "R\u00bb"),
2137
- destination.push(' id="'),
2138
- (resumableState = escapeTextForBrowser(resumableState)),
2139
- destination.push(resumableState),
2140
- destination.push('"'));
2141
- }
2142
2133
  function pushCompletedShellIdAttribute(target, resumableState) {
2143
2134
  0 === (resumableState.instructions & 32) &&
2144
2135
  ((resumableState.instructions |= 32),
@@ -2666,17 +2657,17 @@ function createRenderState(resumableState, generateStaticMarkup) {
2666
2657
  "\x3c/script>"
2667
2658
  ));
2668
2659
  bootstrapScriptContent = idPrefix + "P:";
2669
- var JSCompiler_object_inline_segmentPrefix_1628 = idPrefix + "S:";
2660
+ var JSCompiler_object_inline_segmentPrefix_1598 = idPrefix + "S:";
2670
2661
  idPrefix += "B:";
2671
- var JSCompiler_object_inline_preamble_1631 = createPreambleState(),
2672
- JSCompiler_object_inline_preconnects_1641 = new Set(),
2673
- JSCompiler_object_inline_fontPreloads_1642 = new Set(),
2674
- JSCompiler_object_inline_highImagePreloads_1643 = new Set(),
2675
- JSCompiler_object_inline_styles_1644 = new Map(),
2676
- JSCompiler_object_inline_bootstrapScripts_1645 = new Set(),
2677
- JSCompiler_object_inline_scripts_1646 = new Set(),
2678
- JSCompiler_object_inline_bulkPreloads_1647 = new Set(),
2679
- JSCompiler_object_inline_preloads_1648 = {
2662
+ var JSCompiler_object_inline_preamble_1601 = createPreambleState(),
2663
+ JSCompiler_object_inline_preconnects_1611 = new Set(),
2664
+ JSCompiler_object_inline_fontPreloads_1612 = new Set(),
2665
+ JSCompiler_object_inline_highImagePreloads_1613 = new Set(),
2666
+ JSCompiler_object_inline_styles_1614 = new Map(),
2667
+ JSCompiler_object_inline_bootstrapScripts_1615 = new Set(),
2668
+ JSCompiler_object_inline_scripts_1616 = new Set(),
2669
+ JSCompiler_object_inline_bulkPreloads_1617 = new Set(),
2670
+ JSCompiler_object_inline_preloads_1618 = {
2680
2671
  images: new Map(),
2681
2672
  stylesheets: new Map(),
2682
2673
  scripts: new Map(),
@@ -2713,7 +2704,7 @@ function createRenderState(resumableState, generateStaticMarkup) {
2713
2704
  scriptConfig.moduleScriptResources[href] = null;
2714
2705
  scriptConfig = [];
2715
2706
  pushLinkImpl(scriptConfig, props);
2716
- JSCompiler_object_inline_bootstrapScripts_1645.add(scriptConfig);
2707
+ JSCompiler_object_inline_bootstrapScripts_1615.add(scriptConfig);
2717
2708
  bootstrapChunks.push('<script src="', escapeTextForBrowser(src), '"');
2718
2709
  "string" === typeof integrity &&
2719
2710
  bootstrapChunks.push(
@@ -2760,7 +2751,7 @@ function createRenderState(resumableState, generateStaticMarkup) {
2760
2751
  (props.moduleScriptResources[scriptConfig] = null),
2761
2752
  (props = []),
2762
2753
  pushLinkImpl(props, integrity),
2763
- JSCompiler_object_inline_bootstrapScripts_1645.add(props),
2754
+ JSCompiler_object_inline_bootstrapScripts_1615.add(props),
2764
2755
  bootstrapChunks.push(
2765
2756
  '<script type="module" src="',
2766
2757
  escapeTextForBrowser(i),
@@ -2782,10 +2773,10 @@ function createRenderState(resumableState, generateStaticMarkup) {
2782
2773
  bootstrapChunks.push(' async="">\x3c/script>');
2783
2774
  return {
2784
2775
  placeholderPrefix: bootstrapScriptContent,
2785
- segmentPrefix: JSCompiler_object_inline_segmentPrefix_1628,
2776
+ segmentPrefix: JSCompiler_object_inline_segmentPrefix_1598,
2786
2777
  boundaryPrefix: idPrefix,
2787
2778
  startInlineScript: "<script",
2788
- preamble: JSCompiler_object_inline_preamble_1631,
2779
+ preamble: JSCompiler_object_inline_preamble_1601,
2789
2780
  externalRuntimeScript: null,
2790
2781
  bootstrapChunks: bootstrapChunks,
2791
2782
  importMapChunks: [],
@@ -2801,14 +2792,14 @@ function createRenderState(resumableState, generateStaticMarkup) {
2801
2792
  charsetChunks: [],
2802
2793
  viewportChunks: [],
2803
2794
  hoistableChunks: [],
2804
- preconnects: JSCompiler_object_inline_preconnects_1641,
2805
- fontPreloads: JSCompiler_object_inline_fontPreloads_1642,
2806
- highImagePreloads: JSCompiler_object_inline_highImagePreloads_1643,
2807
- styles: JSCompiler_object_inline_styles_1644,
2808
- bootstrapScripts: JSCompiler_object_inline_bootstrapScripts_1645,
2809
- scripts: JSCompiler_object_inline_scripts_1646,
2810
- bulkPreloads: JSCompiler_object_inline_bulkPreloads_1647,
2811
- preloads: JSCompiler_object_inline_preloads_1648,
2795
+ preconnects: JSCompiler_object_inline_preconnects_1611,
2796
+ fontPreloads: JSCompiler_object_inline_fontPreloads_1612,
2797
+ highImagePreloads: JSCompiler_object_inline_highImagePreloads_1613,
2798
+ styles: JSCompiler_object_inline_styles_1614,
2799
+ bootstrapScripts: JSCompiler_object_inline_bootstrapScripts_1615,
2800
+ scripts: JSCompiler_object_inline_scripts_1616,
2801
+ bulkPreloads: JSCompiler_object_inline_bulkPreloads_1617,
2802
+ preloads: JSCompiler_object_inline_preloads_1618,
2812
2803
  stylesToHoist: !1,
2813
2804
  generateStaticMarkup: generateStaticMarkup
2814
2805
  };
@@ -5618,8 +5609,7 @@ function flushCompletedQueues(request, destination) {
5618
5609
  var completedPreambleSegments = request.completedPreambleSegments;
5619
5610
  if (null === completedPreambleSegments) return;
5620
5611
  flushedByteSize = request.byteSize;
5621
- var resumableState = request.resumableState,
5622
- renderState = request.renderState,
5612
+ var renderState = request.renderState,
5623
5613
  preamble = renderState.preamble,
5624
5614
  htmlChunks = preamble.htmlChunks,
5625
5615
  headChunks = preamble.headChunks,
@@ -5662,30 +5652,23 @@ function flushCompletedQueues(request, destination) {
5662
5652
  renderState.scripts.clear();
5663
5653
  renderState.bulkPreloads.forEach(flushResource, destination);
5664
5654
  renderState.bulkPreloads.clear();
5665
- if (htmlChunks || headChunks) {
5666
- var shellId = "\u00ab" + resumableState.idPrefix + "R\u00bb";
5667
- destination.push('<link rel="expect" href="#');
5668
- var chunk$jscomp$0 = escapeTextForBrowser(shellId);
5669
- destination.push(chunk$jscomp$0);
5670
- destination.push('" blocking="render"/>');
5671
- }
5672
5655
  var hoistableChunks = renderState.hoistableChunks;
5673
5656
  for (i$jscomp$0 = 0; i$jscomp$0 < hoistableChunks.length; i$jscomp$0++)
5674
5657
  destination.push(hoistableChunks[i$jscomp$0]);
5675
5658
  for (
5676
- resumableState = hoistableChunks.length = 0;
5677
- resumableState < completedPreambleSegments.length;
5678
- resumableState++
5659
+ renderState = hoistableChunks.length = 0;
5660
+ renderState < completedPreambleSegments.length;
5661
+ renderState++
5679
5662
  ) {
5680
- var segments = completedPreambleSegments[resumableState];
5681
- for (renderState = 0; renderState < segments.length; renderState++)
5682
- flushSegment(request, destination, segments[renderState], null);
5663
+ var segments = completedPreambleSegments[renderState];
5664
+ for (preamble = 0; preamble < segments.length; preamble++)
5665
+ flushSegment(request, destination, segments[preamble], null);
5683
5666
  }
5684
5667
  var preamble$jscomp$0 = request.renderState.preamble,
5685
5668
  headChunks$jscomp$0 = preamble$jscomp$0.headChunks;
5686
5669
  if (preamble$jscomp$0.htmlChunks || headChunks$jscomp$0) {
5687
- var chunk$jscomp$1 = endChunkForTag("head");
5688
- destination.push(chunk$jscomp$1);
5670
+ var chunk$jscomp$0 = endChunkForTag("head");
5671
+ destination.push(chunk$jscomp$0);
5689
5672
  }
5690
5673
  var bodyChunks = preamble$jscomp$0.bodyChunks;
5691
5674
  if (bodyChunks)
@@ -5697,34 +5680,33 @@ function flushCompletedQueues(request, destination) {
5697
5680
  destination.push(bodyChunks[completedPreambleSegments]);
5698
5681
  flushSegment(request, destination, completedRootSegment, null);
5699
5682
  request.completedRootSegment = null;
5700
- var resumableState$jscomp$0 = request.resumableState,
5701
- renderState$jscomp$0 = request.renderState;
5702
- (0 === request.allPendingTasks &&
5703
- 0 === request.clientRenderedBoundaries.length &&
5704
- 0 === request.completedBoundaries.length &&
5705
- (null === request.trackedPostpones ||
5706
- (0 === request.trackedPostpones.rootNodes.length &&
5707
- null === request.trackedPostpones.rootSlots))) ||
5708
- 0 !== (resumableState$jscomp$0.instructions & 64) ||
5709
- ((resumableState$jscomp$0.instructions |= 64),
5710
- destination.push(renderState$jscomp$0.startInlineScript),
5711
- writeCompletedShellIdAttribute(destination, resumableState$jscomp$0),
5712
- destination.push(">"),
5713
- destination.push(
5714
- "requestAnimationFrame(function(){$RT=performance.now()});"
5715
- ),
5716
- destination.push("\x3c/script>"));
5717
- var preamble$jscomp$1 = renderState$jscomp$0.preamble;
5683
+ var renderState$jscomp$0 = request.renderState;
5718
5684
  if (
5719
- (preamble$jscomp$1.htmlChunks || preamble$jscomp$1.headChunks) &&
5720
- 0 === (resumableState$jscomp$0.instructions & 32)
5685
+ 0 !== request.allPendingTasks ||
5686
+ 0 !== request.clientRenderedBoundaries.length ||
5687
+ 0 !== request.completedBoundaries.length ||
5688
+ (null !== request.trackedPostpones &&
5689
+ (0 !== request.trackedPostpones.rootNodes.length ||
5690
+ null !== request.trackedPostpones.rootSlots))
5721
5691
  ) {
5722
- var chunk$jscomp$2 = startChunkForTag("template");
5723
- destination.push(chunk$jscomp$2);
5724
- writeCompletedShellIdAttribute(destination, resumableState$jscomp$0);
5725
- destination.push(">");
5726
- var chunk$jscomp$3 = endChunkForTag("template");
5727
- destination.push(chunk$jscomp$3);
5692
+ var resumableState = request.resumableState;
5693
+ if (0 === (resumableState.instructions & 64)) {
5694
+ resumableState.instructions |= 64;
5695
+ destination.push(renderState$jscomp$0.startInlineScript);
5696
+ if (0 === (resumableState.instructions & 32)) {
5697
+ resumableState.instructions |= 32;
5698
+ var shellId = "\u00ab" + resumableState.idPrefix + "R\u00bb";
5699
+ destination.push(' id="');
5700
+ var chunk$jscomp$1 = escapeTextForBrowser(shellId);
5701
+ destination.push(chunk$jscomp$1);
5702
+ destination.push('"');
5703
+ }
5704
+ destination.push(">");
5705
+ destination.push(
5706
+ "requestAnimationFrame(function(){$RT=performance.now()});"
5707
+ );
5708
+ destination.push("\x3c/script>");
5709
+ }
5728
5710
  }
5729
5711
  writeBootstrap(destination, renderState$jscomp$0);
5730
5712
  }
@@ -5764,28 +5746,28 @@ function flushCompletedQueues(request, destination) {
5764
5746
  for (i = 0; i < clientRenderedBoundaries.length; i++) {
5765
5747
  var boundary = clientRenderedBoundaries[i];
5766
5748
  renderState$jscomp$1 = destination;
5767
- var resumableState$jscomp$1 = request.resumableState,
5749
+ var resumableState$jscomp$0 = request.resumableState,
5768
5750
  renderState$jscomp$2 = request.renderState,
5769
5751
  id = boundary.rootSegmentID,
5770
5752
  errorDigest = boundary.errorDigest;
5771
5753
  renderState$jscomp$1.push(renderState$jscomp$2.startInlineScript);
5772
5754
  renderState$jscomp$1.push(">");
5773
- 0 === (resumableState$jscomp$1.instructions & 4)
5774
- ? ((resumableState$jscomp$1.instructions |= 4),
5755
+ 0 === (resumableState$jscomp$0.instructions & 4)
5756
+ ? ((resumableState$jscomp$0.instructions |= 4),
5775
5757
  renderState$jscomp$1.push(
5776
5758
  '$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("'
5777
5759
  ))
5778
5760
  : renderState$jscomp$1.push('$RX("');
5779
5761
  renderState$jscomp$1.push(renderState$jscomp$2.boundaryPrefix);
5780
- var chunk$jscomp$4 = id.toString(16);
5781
- renderState$jscomp$1.push(chunk$jscomp$4);
5762
+ var chunk$jscomp$2 = id.toString(16);
5763
+ renderState$jscomp$1.push(chunk$jscomp$2);
5782
5764
  renderState$jscomp$1.push('"');
5783
5765
  if (errorDigest) {
5784
5766
  renderState$jscomp$1.push(",");
5785
- var chunk$jscomp$5 = escapeJSStringsForInstructionScripts(
5767
+ var chunk$jscomp$3 = escapeJSStringsForInstructionScripts(
5786
5768
  errorDigest || ""
5787
5769
  );
5788
- renderState$jscomp$1.push(chunk$jscomp$5);
5770
+ renderState$jscomp$1.push(chunk$jscomp$3);
5789
5771
  }
5790
5772
  var JSCompiler_inline_result =
5791
5773
  renderState$jscomp$1.push(")\x3c/script>");
@@ -5987,4 +5969,4 @@ exports.renderToString = function (children, options) {
5987
5969
  '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'
5988
5970
  );
5989
5971
  };
5990
- exports.version = "19.2.0-canary-3820740a-20250509";
5972
+ exports.version = "19.2.0-canary-b94603b9-20250513";