react-dom 19.2.0-canary-19baee81-20250725 → 19.2.0-canary-eaee5308-20250728

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.
@@ -25506,11 +25506,11 @@
25506
25506
  };
25507
25507
  (function () {
25508
25508
  var isomorphicReactPackageVersion = React.version;
25509
- if ("19.2.0-canary-19baee81-20250725" !== isomorphicReactPackageVersion)
25509
+ if ("19.2.0-canary-eaee5308-20250728" !== isomorphicReactPackageVersion)
25510
25510
  throw Error(
25511
25511
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25512
25512
  (isomorphicReactPackageVersion +
25513
- "\n - react-dom: 19.2.0-canary-19baee81-20250725\nLearn more: https://react.dev/warnings/version-mismatch")
25513
+ "\n - react-dom: 19.2.0-canary-eaee5308-20250728\nLearn more: https://react.dev/warnings/version-mismatch")
25514
25514
  );
25515
25515
  })();
25516
25516
  ("function" === typeof Map &&
@@ -25547,10 +25547,10 @@
25547
25547
  !(function () {
25548
25548
  var internals = {
25549
25549
  bundleType: 1,
25550
- version: "19.2.0-canary-19baee81-20250725",
25550
+ version: "19.2.0-canary-eaee5308-20250728",
25551
25551
  rendererPackageName: "react-dom",
25552
25552
  currentDispatcherRef: ReactSharedInternals,
25553
- reconcilerVersion: "19.2.0-canary-19baee81-20250725"
25553
+ reconcilerVersion: "19.2.0-canary-eaee5308-20250728"
25554
25554
  };
25555
25555
  internals.overrideHookState = overrideHookState;
25556
25556
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25688,7 +25688,7 @@
25688
25688
  listenToAllSupportedEvents(container);
25689
25689
  return new ReactDOMHydrationRoot(initialChildren);
25690
25690
  };
25691
- exports.version = "19.2.0-canary-19baee81-20250725";
25691
+ exports.version = "19.2.0-canary-eaee5308-20250728";
25692
25692
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25693
25693
  "function" ===
25694
25694
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15716,14 +15716,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15716
15716
  };
15717
15717
  var isomorphicReactPackageVersion$jscomp$inline_1838 = React.version;
15718
15718
  if (
15719
- "19.2.0-canary-19baee81-20250725" !==
15719
+ "19.2.0-canary-eaee5308-20250728" !==
15720
15720
  isomorphicReactPackageVersion$jscomp$inline_1838
15721
15721
  )
15722
15722
  throw Error(
15723
15723
  formatProdErrorMessage(
15724
15724
  527,
15725
15725
  isomorphicReactPackageVersion$jscomp$inline_1838,
15726
- "19.2.0-canary-19baee81-20250725"
15726
+ "19.2.0-canary-eaee5308-20250728"
15727
15727
  )
15728
15728
  );
15729
15729
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15745,10 +15745,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15745
15745
  };
15746
15746
  var internals$jscomp$inline_2331 = {
15747
15747
  bundleType: 0,
15748
- version: "19.2.0-canary-19baee81-20250725",
15748
+ version: "19.2.0-canary-eaee5308-20250728",
15749
15749
  rendererPackageName: "react-dom",
15750
15750
  currentDispatcherRef: ReactSharedInternals,
15751
- reconcilerVersion: "19.2.0-canary-19baee81-20250725"
15751
+ reconcilerVersion: "19.2.0-canary-eaee5308-20250728"
15752
15752
  };
15753
15753
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15754
15754
  var hook$jscomp$inline_2332 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15846,4 +15846,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15846
15846
  listenToAllSupportedEvents(container);
15847
15847
  return new ReactDOMHydrationRoot(initialChildren);
15848
15848
  };
15849
- exports.version = "19.2.0-canary-19baee81-20250725";
15849
+ exports.version = "19.2.0-canary-eaee5308-20250728";
@@ -25558,11 +25558,11 @@
25558
25558
  };
25559
25559
  (function () {
25560
25560
  var isomorphicReactPackageVersion = React.version;
25561
- if ("19.2.0-canary-19baee81-20250725" !== isomorphicReactPackageVersion)
25561
+ if ("19.2.0-canary-eaee5308-20250728" !== isomorphicReactPackageVersion)
25562
25562
  throw Error(
25563
25563
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25564
25564
  (isomorphicReactPackageVersion +
25565
- "\n - react-dom: 19.2.0-canary-19baee81-20250725\nLearn more: https://react.dev/warnings/version-mismatch")
25565
+ "\n - react-dom: 19.2.0-canary-eaee5308-20250728\nLearn more: https://react.dev/warnings/version-mismatch")
25566
25566
  );
25567
25567
  })();
25568
25568
  ("function" === typeof Map &&
@@ -25599,10 +25599,10 @@
25599
25599
  !(function () {
25600
25600
  var internals = {
25601
25601
  bundleType: 1,
25602
- version: "19.2.0-canary-19baee81-20250725",
25602
+ version: "19.2.0-canary-eaee5308-20250728",
25603
25603
  rendererPackageName: "react-dom",
25604
25604
  currentDispatcherRef: ReactSharedInternals,
25605
- reconcilerVersion: "19.2.0-canary-19baee81-20250725"
25605
+ reconcilerVersion: "19.2.0-canary-eaee5308-20250728"
25606
25606
  };
25607
25607
  internals.overrideHookState = overrideHookState;
25608
25608
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -26070,7 +26070,7 @@
26070
26070
  exports.useFormStatus = function () {
26071
26071
  return resolveDispatcher().useHostTransitionStatus();
26072
26072
  };
26073
- exports.version = "19.2.0-canary-19baee81-20250725";
26073
+ exports.version = "19.2.0-canary-eaee5308-20250728";
26074
26074
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
26075
26075
  "function" ===
26076
26076
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -16417,14 +16417,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
16417
16417
  };
16418
16418
  var isomorphicReactPackageVersion$jscomp$inline_1942 = React.version;
16419
16419
  if (
16420
- "19.2.0-canary-19baee81-20250725" !==
16420
+ "19.2.0-canary-eaee5308-20250728" !==
16421
16421
  isomorphicReactPackageVersion$jscomp$inline_1942
16422
16422
  )
16423
16423
  throw Error(
16424
16424
  formatProdErrorMessage(
16425
16425
  527,
16426
16426
  isomorphicReactPackageVersion$jscomp$inline_1942,
16427
- "19.2.0-canary-19baee81-20250725"
16427
+ "19.2.0-canary-eaee5308-20250728"
16428
16428
  )
16429
16429
  );
16430
16430
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16446,10 +16446,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
16446
16446
  };
16447
16447
  var internals$jscomp$inline_1949 = {
16448
16448
  bundleType: 0,
16449
- version: "19.2.0-canary-19baee81-20250725",
16449
+ version: "19.2.0-canary-eaee5308-20250728",
16450
16450
  rendererPackageName: "react-dom",
16451
16451
  currentDispatcherRef: ReactSharedInternals,
16452
- reconcilerVersion: "19.2.0-canary-19baee81-20250725",
16452
+ reconcilerVersion: "19.2.0-canary-eaee5308-20250728",
16453
16453
  getLaneLabelMap: function () {
16454
16454
  for (
16455
16455
  var map = new Map(), lane = 1, index$281 = 0;
@@ -16722,7 +16722,7 @@ exports.useFormState = function (action, initialState, permalink) {
16722
16722
  exports.useFormStatus = function () {
16723
16723
  return ReactSharedInternals.H.useHostTransitionStatus();
16724
16724
  };
16725
- exports.version = "19.2.0-canary-19baee81-20250725";
16725
+ exports.version = "19.2.0-canary-eaee5308-20250728";
16726
16726
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16727
16727
  "function" ===
16728
16728
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -6741,7 +6741,10 @@
6741
6741
  "object" === typeof node && null !== node)
6742
6742
  ) {
6743
6743
  if ("function" === typeof node.then) {
6744
- childIndex = getThenableStateAfterSuspending();
6744
+ childIndex =
6745
+ thrownValue === SuspenseException
6746
+ ? getThenableStateAfterSuspending()
6747
+ : null;
6745
6748
  request = spawnNewSuspendedReplayTask(
6746
6749
  request,
6747
6750
  task,
@@ -6759,7 +6762,10 @@
6759
6762
  return;
6760
6763
  }
6761
6764
  if ("Maximum call stack size exceeded" === node.message) {
6762
- node = getThenableStateAfterSuspending();
6765
+ node =
6766
+ thrownValue === SuspenseException
6767
+ ? getThenableStateAfterSuspending()
6768
+ : null;
6763
6769
  node = spawnNewSuspendedReplayTask(request, task, node);
6764
6770
  request.pingedTasks.push(node);
6765
6771
  task.formatContext = previousFormatContext;
@@ -6792,7 +6798,10 @@
6792
6798
  ) {
6793
6799
  if ("function" === typeof node.then) {
6794
6800
  segment = node;
6795
- node = getThenableStateAfterSuspending();
6801
+ node =
6802
+ thrownValue$3 === SuspenseException
6803
+ ? getThenableStateAfterSuspending()
6804
+ : null;
6796
6805
  request = spawnNewSuspendedRenderTask(request, task, node).ping;
6797
6806
  segment.then(request, request);
6798
6807
  task.formatContext = previousFormatContext;
@@ -6805,7 +6814,10 @@
6805
6814
  return;
6806
6815
  }
6807
6816
  if ("Maximum call stack size exceeded" === node.message) {
6808
- segment = getThenableStateAfterSuspending();
6817
+ segment =
6818
+ thrownValue$3 === SuspenseException
6819
+ ? getThenableStateAfterSuspending()
6820
+ : null;
6809
6821
  segment = spawnNewSuspendedRenderTask(request, task, segment);
6810
6822
  request.pingedTasks.push(segment);
6811
6823
  task.formatContext = previousFormatContext;
@@ -7261,7 +7273,10 @@
7261
7273
  ) {
7262
7274
  var ping = request.ping;
7263
7275
  x.then(ping, ping);
7264
- request.thenableState = getThenableStateAfterSuspending();
7276
+ request.thenableState =
7277
+ thrownValue === SuspenseException
7278
+ ? getThenableStateAfterSuspending()
7279
+ : null;
7265
7280
  } else {
7266
7281
  request.replay.pendingTasks--;
7267
7282
  request.abortSet.delete(request);
@@ -7347,7 +7362,10 @@
7347
7362
  "function" === typeof x$jscomp$0.then
7348
7363
  ) {
7349
7364
  request$jscomp$1.status = PENDING;
7350
- errorDigest.thenableState = getThenableStateAfterSuspending();
7365
+ errorDigest.thenableState =
7366
+ thrownValue === SuspenseException
7367
+ ? getThenableStateAfterSuspending()
7368
+ : null;
7351
7369
  var ping$jscomp$0 = errorDigest.ping;
7352
7370
  x$jscomp$0.then(ping$jscomp$0, ping$jscomp$0);
7353
7371
  } else {
@@ -9716,5 +9734,5 @@
9716
9734
  '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'
9717
9735
  );
9718
9736
  };
9719
- exports.version = "19.2.0-canary-19baee81-20250725";
9737
+ exports.version = "19.2.0-canary-eaee5308-20250728";
9720
9738
  })();
@@ -5179,7 +5179,10 @@ function renderNode(request, task, node, childIndex) {
5179
5179
  "object" === typeof node && null !== node)
5180
5180
  ) {
5181
5181
  if ("function" === typeof node.then) {
5182
- childIndex = getThenableStateAfterSuspending();
5182
+ childIndex =
5183
+ thrownValue === SuspenseException
5184
+ ? getThenableStateAfterSuspending()
5185
+ : null;
5183
5186
  request = spawnNewSuspendedReplayTask(request, task, childIndex).ping;
5184
5187
  node.then(request, request);
5185
5188
  task.formatContext = previousFormatContext;
@@ -5192,7 +5195,10 @@ function renderNode(request, task, node, childIndex) {
5192
5195
  return;
5193
5196
  }
5194
5197
  if ("Maximum call stack size exceeded" === node.message) {
5195
- node = getThenableStateAfterSuspending();
5198
+ node =
5199
+ thrownValue === SuspenseException
5200
+ ? getThenableStateAfterSuspending()
5201
+ : null;
5196
5202
  node = spawnNewSuspendedReplayTask(request, task, node);
5197
5203
  request.pingedTasks.push(node);
5198
5204
  task.formatContext = previousFormatContext;
@@ -5224,7 +5230,10 @@ function renderNode(request, task, node, childIndex) {
5224
5230
  ) {
5225
5231
  if ("function" === typeof node.then) {
5226
5232
  segment = node;
5227
- node = getThenableStateAfterSuspending();
5233
+ node =
5234
+ thrownValue$60 === SuspenseException
5235
+ ? getThenableStateAfterSuspending()
5236
+ : null;
5228
5237
  request = spawnNewSuspendedRenderTask(request, task, node).ping;
5229
5238
  segment.then(request, request);
5230
5239
  task.formatContext = previousFormatContext;
@@ -5236,7 +5245,10 @@ function renderNode(request, task, node, childIndex) {
5236
5245
  return;
5237
5246
  }
5238
5247
  if ("Maximum call stack size exceeded" === node.message) {
5239
- segment = getThenableStateAfterSuspending();
5248
+ segment =
5249
+ thrownValue$60 === SuspenseException
5250
+ ? getThenableStateAfterSuspending()
5251
+ : null;
5240
5252
  segment = spawnNewSuspendedRenderTask(request, task, segment);
5241
5253
  request.pingedTasks.push(segment);
5242
5254
  task.formatContext = previousFormatContext;
@@ -5632,7 +5644,10 @@ function performWork(request$jscomp$2) {
5632
5644
  ) {
5633
5645
  var ping = task.ping;
5634
5646
  x.then(ping, ping);
5635
- task.thenableState = getThenableStateAfterSuspending();
5647
+ task.thenableState =
5648
+ thrownValue === SuspenseException
5649
+ ? getThenableStateAfterSuspending()
5650
+ : null;
5636
5651
  } else {
5637
5652
  task.replay.pendingTasks--;
5638
5653
  task.abortSet.delete(task);
@@ -5710,7 +5725,10 @@ function performWork(request$jscomp$2) {
5710
5725
  "function" === typeof x$jscomp$0.then
5711
5726
  ) {
5712
5727
  request$jscomp$1.status = 0;
5713
- task.thenableState = getThenableStateAfterSuspending();
5728
+ task.thenableState =
5729
+ thrownValue === SuspenseException
5730
+ ? getThenableStateAfterSuspending()
5731
+ : null;
5714
5732
  var ping$jscomp$0 = task.ping;
5715
5733
  x$jscomp$0.then(ping$jscomp$0, ping$jscomp$0);
5716
5734
  } else {
@@ -6467,4 +6485,4 @@ exports.renderToString = function (children, options) {
6467
6485
  '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'
6468
6486
  );
6469
6487
  };
6470
- exports.version = "19.2.0-canary-19baee81-20250725";
6488
+ exports.version = "19.2.0-canary-eaee5308-20250728";
@@ -6741,7 +6741,10 @@
6741
6741
  "object" === typeof node && null !== node)
6742
6742
  ) {
6743
6743
  if ("function" === typeof node.then) {
6744
- childIndex = getThenableStateAfterSuspending();
6744
+ childIndex =
6745
+ thrownValue === SuspenseException
6746
+ ? getThenableStateAfterSuspending()
6747
+ : null;
6745
6748
  request = spawnNewSuspendedReplayTask(
6746
6749
  request,
6747
6750
  task,
@@ -6759,7 +6762,10 @@
6759
6762
  return;
6760
6763
  }
6761
6764
  if ("Maximum call stack size exceeded" === node.message) {
6762
- node = getThenableStateAfterSuspending();
6765
+ node =
6766
+ thrownValue === SuspenseException
6767
+ ? getThenableStateAfterSuspending()
6768
+ : null;
6763
6769
  node = spawnNewSuspendedReplayTask(request, task, node);
6764
6770
  request.pingedTasks.push(node);
6765
6771
  task.formatContext = previousFormatContext;
@@ -6792,7 +6798,10 @@
6792
6798
  ) {
6793
6799
  if ("function" === typeof node.then) {
6794
6800
  segment = node;
6795
- node = getThenableStateAfterSuspending();
6801
+ node =
6802
+ thrownValue$3 === SuspenseException
6803
+ ? getThenableStateAfterSuspending()
6804
+ : null;
6796
6805
  request = spawnNewSuspendedRenderTask(request, task, node).ping;
6797
6806
  segment.then(request, request);
6798
6807
  task.formatContext = previousFormatContext;
@@ -6805,7 +6814,10 @@
6805
6814
  return;
6806
6815
  }
6807
6816
  if ("Maximum call stack size exceeded" === node.message) {
6808
- segment = getThenableStateAfterSuspending();
6817
+ segment =
6818
+ thrownValue$3 === SuspenseException
6819
+ ? getThenableStateAfterSuspending()
6820
+ : null;
6809
6821
  segment = spawnNewSuspendedRenderTask(request, task, segment);
6810
6822
  request.pingedTasks.push(segment);
6811
6823
  task.formatContext = previousFormatContext;
@@ -7261,7 +7273,10 @@
7261
7273
  ) {
7262
7274
  var ping = request.ping;
7263
7275
  x.then(ping, ping);
7264
- request.thenableState = getThenableStateAfterSuspending();
7276
+ request.thenableState =
7277
+ thrownValue === SuspenseException
7278
+ ? getThenableStateAfterSuspending()
7279
+ : null;
7265
7280
  } else {
7266
7281
  request.replay.pendingTasks--;
7267
7282
  request.abortSet.delete(request);
@@ -7347,7 +7362,10 @@
7347
7362
  "function" === typeof x$jscomp$0.then
7348
7363
  ) {
7349
7364
  request$jscomp$1.status = PENDING;
7350
- errorDigest.thenableState = getThenableStateAfterSuspending();
7365
+ errorDigest.thenableState =
7366
+ thrownValue === SuspenseException
7367
+ ? getThenableStateAfterSuspending()
7368
+ : null;
7351
7369
  var ping$jscomp$0 = errorDigest.ping;
7352
7370
  x$jscomp$0.then(ping$jscomp$0, ping$jscomp$0);
7353
7371
  } else {
@@ -9716,5 +9734,5 @@
9716
9734
  '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'
9717
9735
  );
9718
9736
  };
9719
- exports.version = "19.2.0-canary-19baee81-20250725";
9737
+ exports.version = "19.2.0-canary-eaee5308-20250728";
9720
9738
  })();
@@ -5239,7 +5239,10 @@ function renderNode(request, task, node, childIndex) {
5239
5239
  "object" === typeof node && null !== node)
5240
5240
  ) {
5241
5241
  if ("function" === typeof node.then) {
5242
- childIndex = getThenableStateAfterSuspending();
5242
+ childIndex =
5243
+ thrownValue === SuspenseException
5244
+ ? getThenableStateAfterSuspending()
5245
+ : null;
5243
5246
  request = spawnNewSuspendedReplayTask(request, task, childIndex).ping;
5244
5247
  node.then(request, request);
5245
5248
  task.formatContext = previousFormatContext;
@@ -5252,7 +5255,10 @@ function renderNode(request, task, node, childIndex) {
5252
5255
  return;
5253
5256
  }
5254
5257
  if ("Maximum call stack size exceeded" === node.message) {
5255
- node = getThenableStateAfterSuspending();
5258
+ node =
5259
+ thrownValue === SuspenseException
5260
+ ? getThenableStateAfterSuspending()
5261
+ : null;
5256
5262
  node = spawnNewSuspendedReplayTask(request, task, node);
5257
5263
  request.pingedTasks.push(node);
5258
5264
  task.formatContext = previousFormatContext;
@@ -5284,7 +5290,10 @@ function renderNode(request, task, node, childIndex) {
5284
5290
  ) {
5285
5291
  if ("function" === typeof node.then) {
5286
5292
  segment = node;
5287
- node = getThenableStateAfterSuspending();
5293
+ node =
5294
+ thrownValue$60 === SuspenseException
5295
+ ? getThenableStateAfterSuspending()
5296
+ : null;
5288
5297
  request = spawnNewSuspendedRenderTask(request, task, node).ping;
5289
5298
  segment.then(request, request);
5290
5299
  task.formatContext = previousFormatContext;
@@ -5296,7 +5305,10 @@ function renderNode(request, task, node, childIndex) {
5296
5305
  return;
5297
5306
  }
5298
5307
  if ("Maximum call stack size exceeded" === node.message) {
5299
- segment = getThenableStateAfterSuspending();
5308
+ segment =
5309
+ thrownValue$60 === SuspenseException
5310
+ ? getThenableStateAfterSuspending()
5311
+ : null;
5300
5312
  segment = spawnNewSuspendedRenderTask(request, task, segment);
5301
5313
  request.pingedTasks.push(segment);
5302
5314
  task.formatContext = previousFormatContext;
@@ -5702,7 +5714,10 @@ function performWork(request$jscomp$2) {
5702
5714
  ) {
5703
5715
  var ping = task.ping;
5704
5716
  x.then(ping, ping);
5705
- task.thenableState = getThenableStateAfterSuspending();
5717
+ task.thenableState =
5718
+ thrownValue === SuspenseException
5719
+ ? getThenableStateAfterSuspending()
5720
+ : null;
5706
5721
  } else {
5707
5722
  task.replay.pendingTasks--;
5708
5723
  task.abortSet.delete(task);
@@ -5780,7 +5795,10 @@ function performWork(request$jscomp$2) {
5780
5795
  "function" === typeof x$jscomp$0.then
5781
5796
  ) {
5782
5797
  request$jscomp$1.status = 0;
5783
- task.thenableState = getThenableStateAfterSuspending();
5798
+ task.thenableState =
5799
+ thrownValue === SuspenseException
5800
+ ? getThenableStateAfterSuspending()
5801
+ : null;
5784
5802
  var ping$jscomp$0 = task.ping;
5785
5803
  x$jscomp$0.then(ping$jscomp$0, ping$jscomp$0);
5786
5804
  } else {
@@ -6550,4 +6568,4 @@ exports.renderToString = function (children, options) {
6550
6568
  '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'
6551
6569
  );
6552
6570
  };
6553
- exports.version = "19.2.0-canary-19baee81-20250725";
6571
+ exports.version = "19.2.0-canary-eaee5308-20250728";
@@ -6954,7 +6954,10 @@
6954
6954
  "object" === typeof node && null !== node)
6955
6955
  ) {
6956
6956
  if ("function" === typeof node.then) {
6957
- childIndex = getThenableStateAfterSuspending();
6957
+ childIndex =
6958
+ thrownValue === SuspenseException
6959
+ ? getThenableStateAfterSuspending()
6960
+ : null;
6958
6961
  request = spawnNewSuspendedReplayTask(
6959
6962
  request,
6960
6963
  task,
@@ -6972,7 +6975,10 @@
6972
6975
  return;
6973
6976
  }
6974
6977
  if ("Maximum call stack size exceeded" === node.message) {
6975
- node = getThenableStateAfterSuspending();
6978
+ node =
6979
+ thrownValue === SuspenseException
6980
+ ? getThenableStateAfterSuspending()
6981
+ : null;
6976
6982
  node = spawnNewSuspendedReplayTask(request, task, node);
6977
6983
  request.pingedTasks.push(node);
6978
6984
  task.formatContext = previousFormatContext;
@@ -7005,7 +7011,10 @@
7005
7011
  ) {
7006
7012
  if ("function" === typeof node.then) {
7007
7013
  segment = node;
7008
- node = getThenableStateAfterSuspending();
7014
+ node =
7015
+ thrownValue$3 === SuspenseException
7016
+ ? getThenableStateAfterSuspending()
7017
+ : null;
7009
7018
  request = spawnNewSuspendedRenderTask(request, task, node).ping;
7010
7019
  segment.then(request, request);
7011
7020
  task.formatContext = previousFormatContext;
@@ -7018,7 +7027,10 @@
7018
7027
  return;
7019
7028
  }
7020
7029
  if ("Maximum call stack size exceeded" === node.message) {
7021
- segment = getThenableStateAfterSuspending();
7030
+ segment =
7031
+ thrownValue$3 === SuspenseException
7032
+ ? getThenableStateAfterSuspending()
7033
+ : null;
7022
7034
  segment = spawnNewSuspendedRenderTask(request, task, segment);
7023
7035
  request.pingedTasks.push(segment);
7024
7036
  task.formatContext = previousFormatContext;
@@ -7484,7 +7496,10 @@
7484
7496
  ) {
7485
7497
  var ping = request.ping;
7486
7498
  x.then(ping, ping);
7487
- request.thenableState = getThenableStateAfterSuspending();
7499
+ request.thenableState =
7500
+ thrownValue === SuspenseException
7501
+ ? getThenableStateAfterSuspending()
7502
+ : null;
7488
7503
  } else {
7489
7504
  request.replay.pendingTasks--;
7490
7505
  request.abortSet.delete(request);
@@ -7572,7 +7587,10 @@
7572
7587
  "function" === typeof x$jscomp$0.then
7573
7588
  ) {
7574
7589
  request$jscomp$1.status = PENDING;
7575
- errorDigest.thenableState = getThenableStateAfterSuspending();
7590
+ errorDigest.thenableState =
7591
+ thrownValue === SuspenseException
7592
+ ? getThenableStateAfterSuspending()
7593
+ : null;
7576
7594
  var ping$jscomp$0 = errorDigest.ping;
7577
7595
  x$jscomp$0.then(ping$jscomp$0, ping$jscomp$0);
7578
7596
  } else {
@@ -8463,11 +8481,11 @@
8463
8481
  }
8464
8482
  function ensureCorrectIsomorphicReactVersion() {
8465
8483
  var isomorphicReactPackageVersion = React.version;
8466
- if ("19.2.0-canary-19baee81-20250725" !== isomorphicReactPackageVersion)
8484
+ if ("19.2.0-canary-eaee5308-20250728" !== isomorphicReactPackageVersion)
8467
8485
  throw Error(
8468
8486
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8469
8487
  (isomorphicReactPackageVersion +
8470
- "\n - react-dom: 19.2.0-canary-19baee81-20250725\nLearn more: https://react.dev/warnings/version-mismatch")
8488
+ "\n - react-dom: 19.2.0-canary-eaee5308-20250728\nLearn more: https://react.dev/warnings/version-mismatch")
8471
8489
  );
8472
8490
  }
8473
8491
  var React = require("react"),
@@ -10157,5 +10175,5 @@
10157
10175
  startWork(request);
10158
10176
  });
10159
10177
  };
10160
- exports.version = "19.2.0-canary-19baee81-20250725";
10178
+ exports.version = "19.2.0-canary-eaee5308-20250728";
10161
10179
  })();
@@ -5621,7 +5621,10 @@ function renderNode(request, task, node, childIndex) {
5621
5621
  "object" === typeof node && null !== node)
5622
5622
  ) {
5623
5623
  if ("function" === typeof node.then) {
5624
- childIndex = getThenableStateAfterSuspending();
5624
+ childIndex =
5625
+ thrownValue === SuspenseException
5626
+ ? getThenableStateAfterSuspending()
5627
+ : null;
5625
5628
  request = spawnNewSuspendedReplayTask(request, task, childIndex).ping;
5626
5629
  node.then(request, request);
5627
5630
  task.formatContext = previousFormatContext;
@@ -5634,7 +5637,10 @@ function renderNode(request, task, node, childIndex) {
5634
5637
  return;
5635
5638
  }
5636
5639
  if ("Maximum call stack size exceeded" === node.message) {
5637
- node = getThenableStateAfterSuspending();
5640
+ node =
5641
+ thrownValue === SuspenseException
5642
+ ? getThenableStateAfterSuspending()
5643
+ : null;
5638
5644
  node = spawnNewSuspendedReplayTask(request, task, node);
5639
5645
  request.pingedTasks.push(node);
5640
5646
  task.formatContext = previousFormatContext;
@@ -5666,7 +5672,10 @@ function renderNode(request, task, node, childIndex) {
5666
5672
  ) {
5667
5673
  if ("function" === typeof node.then) {
5668
5674
  segment = node;
5669
- node = getThenableStateAfterSuspending();
5675
+ node =
5676
+ thrownValue$60 === SuspenseException
5677
+ ? getThenableStateAfterSuspending()
5678
+ : null;
5670
5679
  request = spawnNewSuspendedRenderTask(request, task, node).ping;
5671
5680
  segment.then(request, request);
5672
5681
  task.formatContext = previousFormatContext;
@@ -5678,7 +5687,10 @@ function renderNode(request, task, node, childIndex) {
5678
5687
  return;
5679
5688
  }
5680
5689
  if ("Maximum call stack size exceeded" === node.message) {
5681
- segment = getThenableStateAfterSuspending();
5690
+ segment =
5691
+ thrownValue$60 === SuspenseException
5692
+ ? getThenableStateAfterSuspending()
5693
+ : null;
5682
5694
  segment = spawnNewSuspendedRenderTask(request, task, segment);
5683
5695
  request.pingedTasks.push(segment);
5684
5696
  task.formatContext = previousFormatContext;
@@ -6084,7 +6096,10 @@ function performWork(request$jscomp$2) {
6084
6096
  ) {
6085
6097
  var ping = task.ping;
6086
6098
  x.then(ping, ping);
6087
- task.thenableState = getThenableStateAfterSuspending();
6099
+ task.thenableState =
6100
+ thrownValue === SuspenseException
6101
+ ? getThenableStateAfterSuspending()
6102
+ : null;
6088
6103
  } else {
6089
6104
  task.replay.pendingTasks--;
6090
6105
  task.abortSet.delete(task);
@@ -6160,7 +6175,10 @@ function performWork(request$jscomp$2) {
6160
6175
  "function" === typeof x$jscomp$0.then
6161
6176
  ) {
6162
6177
  request$jscomp$1.status = 0;
6163
- task.thenableState = getThenableStateAfterSuspending();
6178
+ task.thenableState =
6179
+ thrownValue === SuspenseException
6180
+ ? getThenableStateAfterSuspending()
6181
+ : null;
6164
6182
  var ping$jscomp$0 = task.ping;
6165
6183
  x$jscomp$0.then(ping$jscomp$0, ping$jscomp$0);
6166
6184
  } else {
@@ -6851,12 +6869,12 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
6851
6869
  }
6852
6870
  function ensureCorrectIsomorphicReactVersion() {
6853
6871
  var isomorphicReactPackageVersion = React.version;
6854
- if ("19.2.0-canary-19baee81-20250725" !== isomorphicReactPackageVersion)
6872
+ if ("19.2.0-canary-eaee5308-20250728" !== isomorphicReactPackageVersion)
6855
6873
  throw Error(
6856
6874
  formatProdErrorMessage(
6857
6875
  527,
6858
6876
  isomorphicReactPackageVersion,
6859
- "19.2.0-canary-19baee81-20250725"
6877
+ "19.2.0-canary-eaee5308-20250728"
6860
6878
  )
6861
6879
  );
6862
6880
  }
@@ -7003,4 +7021,4 @@ exports.renderToReadableStream = function (children, options) {
7003
7021
  startWork(request);
7004
7022
  });
7005
7023
  };
7006
- exports.version = "19.2.0-canary-19baee81-20250725";
7024
+ exports.version = "19.2.0-canary-eaee5308-20250728";
@@ -7972,7 +7972,10 @@ function renderNode(request, task, node, childIndex) {
7972
7972
  "object" === typeof node && null !== node)
7973
7973
  ) {
7974
7974
  if ("function" === typeof node.then) {
7975
- childIndex = getThenableStateAfterSuspending();
7975
+ childIndex =
7976
+ thrownValue === SuspenseException
7977
+ ? getThenableStateAfterSuspending()
7978
+ : null;
7976
7979
  request = spawnNewSuspendedReplayTask(request, task, childIndex).ping;
7977
7980
  node.then(request, request);
7978
7981
  task.formatContext = previousFormatContext;
@@ -7986,7 +7989,10 @@ function renderNode(request, task, node, childIndex) {
7986
7989
  return;
7987
7990
  }
7988
7991
  if ("Maximum call stack size exceeded" === node.message) {
7989
- node = getThenableStateAfterSuspending();
7992
+ node =
7993
+ thrownValue === SuspenseException
7994
+ ? getThenableStateAfterSuspending()
7995
+ : null;
7990
7996
  node = spawnNewSuspendedReplayTask(request, task, node);
7991
7997
  request.pingedTasks.push(node);
7992
7998
  task.formatContext = previousFormatContext;
@@ -8019,7 +8025,10 @@ function renderNode(request, task, node, childIndex) {
8019
8025
  ) {
8020
8026
  if ("function" === typeof node.then) {
8021
8027
  segment = node;
8022
- node = getThenableStateAfterSuspending();
8028
+ node =
8029
+ thrownValue$3 === SuspenseException
8030
+ ? getThenableStateAfterSuspending()
8031
+ : null;
8023
8032
  request = spawnNewSuspendedRenderTask(request, task, node).ping;
8024
8033
  segment.then(request, request);
8025
8034
  task.formatContext = previousFormatContext;
@@ -8032,7 +8041,10 @@ function renderNode(request, task, node, childIndex) {
8032
8041
  return;
8033
8042
  }
8034
8043
  if ("Maximum call stack size exceeded" === node.message) {
8035
- segment = getThenableStateAfterSuspending();
8044
+ segment =
8045
+ thrownValue$3 === SuspenseException
8046
+ ? getThenableStateAfterSuspending()
8047
+ : null;
8036
8048
  segment = spawnNewSuspendedRenderTask(request, task, segment);
8037
8049
  request.pingedTasks.push(segment);
8038
8050
  task.formatContext = previousFormatContext;
@@ -8480,7 +8492,10 @@ function performWork(request$jscomp$2) {
8480
8492
  ) {
8481
8493
  var ping = request.ping;
8482
8494
  x.then(ping, ping);
8483
- request.thenableState = getThenableStateAfterSuspending();
8495
+ request.thenableState =
8496
+ thrownValue === SuspenseException
8497
+ ? getThenableStateAfterSuspending()
8498
+ : null;
8484
8499
  } else {
8485
8500
  request.replay.pendingTasks--;
8486
8501
  request.abortSet.delete(request);
@@ -8571,7 +8586,10 @@ function performWork(request$jscomp$2) {
8571
8586
  "function" === typeof x$jscomp$0.then
8572
8587
  ) {
8573
8588
  request$jscomp$1.status = PENDING;
8574
- errorDigest.thenableState = getThenableStateAfterSuspending();
8589
+ errorDigest.thenableState =
8590
+ thrownValue === SuspenseException
8591
+ ? getThenableStateAfterSuspending()
8592
+ : null;
8575
8593
  var ping$jscomp$0 = errorDigest.ping;
8576
8594
  x$jscomp$0.then(ping$jscomp$0, ping$jscomp$0);
8577
8595
  } else {
@@ -9345,13 +9363,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
9345
9363
  }
9346
9364
  var isomorphicReactPackageVersion$jscomp$inline_764 = React.version;
9347
9365
  if (
9348
- "19.2.0-canary-19baee81-20250725" !==
9366
+ "19.2.0-canary-eaee5308-20250728" !==
9349
9367
  isomorphicReactPackageVersion$jscomp$inline_764
9350
9368
  )
9351
9369
  throw Error(
9352
9370
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
9353
9371
  (isomorphicReactPackageVersion$jscomp$inline_764 +
9354
- "\n - react-dom: 19.2.0-canary-19baee81-20250725\nLearn more: https://react.dev/warnings/version-mismatch")
9372
+ "\n - react-dom: 19.2.0-canary-eaee5308-20250728\nLearn more: https://react.dev/warnings/version-mismatch")
9355
9373
  );
9356
9374
  exports.renderToReadableStream = function (children, options) {
9357
9375
  return new Promise(function (resolve, reject) {
@@ -9444,4 +9462,4 @@ exports.renderToReadableStream = function (children, options) {
9444
9462
  startWork(request$jscomp$0);
9445
9463
  });
9446
9464
  };
9447
- exports.version = "19.2.0-canary-19baee81-20250725";
9465
+ exports.version = "19.2.0-canary-eaee5308-20250728";
@@ -5256,7 +5256,10 @@ function renderNode(request, task, node, childIndex) {
5256
5256
  "object" === typeof node && null !== node)
5257
5257
  ) {
5258
5258
  if ("function" === typeof node.then) {
5259
- childIndex = getThenableStateAfterSuspending();
5259
+ childIndex =
5260
+ thrownValue === SuspenseException
5261
+ ? getThenableStateAfterSuspending()
5262
+ : null;
5260
5263
  request = spawnNewSuspendedReplayTask(request, task, childIndex).ping;
5261
5264
  node.then(request, request);
5262
5265
  task.formatContext = previousFormatContext;
@@ -5269,7 +5272,10 @@ function renderNode(request, task, node, childIndex) {
5269
5272
  return;
5270
5273
  }
5271
5274
  if ("Maximum call stack size exceeded" === node.message) {
5272
- node = getThenableStateAfterSuspending();
5275
+ node =
5276
+ thrownValue === SuspenseException
5277
+ ? getThenableStateAfterSuspending()
5278
+ : null;
5273
5279
  node = spawnNewSuspendedReplayTask(request, task, node);
5274
5280
  request.pingedTasks.push(node);
5275
5281
  task.formatContext = previousFormatContext;
@@ -5301,7 +5307,10 @@ function renderNode(request, task, node, childIndex) {
5301
5307
  ) {
5302
5308
  if ("function" === typeof node.then) {
5303
5309
  segment = node;
5304
- node = getThenableStateAfterSuspending();
5310
+ node =
5311
+ thrownValue$60 === SuspenseException
5312
+ ? getThenableStateAfterSuspending()
5313
+ : null;
5305
5314
  request = spawnNewSuspendedRenderTask(request, task, node).ping;
5306
5315
  segment.then(request, request);
5307
5316
  task.formatContext = previousFormatContext;
@@ -5313,7 +5322,10 @@ function renderNode(request, task, node, childIndex) {
5313
5322
  return;
5314
5323
  }
5315
5324
  if ("Maximum call stack size exceeded" === node.message) {
5316
- segment = getThenableStateAfterSuspending();
5325
+ segment =
5326
+ thrownValue$60 === SuspenseException
5327
+ ? getThenableStateAfterSuspending()
5328
+ : null;
5317
5329
  segment = spawnNewSuspendedRenderTask(request, task, segment);
5318
5330
  request.pingedTasks.push(segment);
5319
5331
  task.formatContext = previousFormatContext;
@@ -5729,7 +5741,10 @@ function performWork(request$jscomp$2) {
5729
5741
  ) {
5730
5742
  var ping = task.ping;
5731
5743
  x.then(ping, ping);
5732
- task.thenableState = getThenableStateAfterSuspending();
5744
+ task.thenableState =
5745
+ thrownValue === SuspenseException
5746
+ ? getThenableStateAfterSuspending()
5747
+ : null;
5733
5748
  } else {
5734
5749
  task.replay.pendingTasks--;
5735
5750
  task.abortSet.delete(task);
@@ -5808,7 +5823,10 @@ function performWork(request$jscomp$2) {
5808
5823
  "function" === typeof x$jscomp$0.then
5809
5824
  ) {
5810
5825
  request$jscomp$1.status = 0;
5811
- task.thenableState = getThenableStateAfterSuspending();
5826
+ task.thenableState =
5827
+ thrownValue === SuspenseException
5828
+ ? getThenableStateAfterSuspending()
5829
+ : null;
5812
5830
  var ping$jscomp$0 = task.ping;
5813
5831
  x$jscomp$0.then(ping$jscomp$0, ping$jscomp$0);
5814
5832
  } else {
@@ -6499,13 +6517,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
6499
6517
  }
6500
6518
  var isomorphicReactPackageVersion$jscomp$inline_816 = React.version;
6501
6519
  if (
6502
- "19.2.0-canary-19baee81-20250725" !==
6520
+ "19.2.0-canary-eaee5308-20250728" !==
6503
6521
  isomorphicReactPackageVersion$jscomp$inline_816
6504
6522
  )
6505
6523
  throw Error(
6506
6524
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6507
6525
  (isomorphicReactPackageVersion$jscomp$inline_816 +
6508
- "\n - react-dom: 19.2.0-canary-19baee81-20250725\nLearn more: https://react.dev/warnings/version-mismatch")
6526
+ "\n - react-dom: 19.2.0-canary-eaee5308-20250728\nLearn more: https://react.dev/warnings/version-mismatch")
6509
6527
  );
6510
6528
  exports.renderToReadableStream = function (children, options) {
6511
6529
  return new Promise(function (resolve, reject) {
@@ -6596,4 +6614,4 @@ exports.renderToReadableStream = function (children, options) {
6596
6614
  startWork(request);
6597
6615
  });
6598
6616
  };
6599
- exports.version = "19.2.0-canary-19baee81-20250725";
6617
+ exports.version = "19.2.0-canary-eaee5308-20250728";
@@ -6964,7 +6964,10 @@
6964
6964
  "object" === typeof node && null !== node)
6965
6965
  ) {
6966
6966
  if ("function" === typeof node.then) {
6967
- childIndex = getThenableStateAfterSuspending();
6967
+ childIndex =
6968
+ thrownValue === SuspenseException
6969
+ ? getThenableStateAfterSuspending()
6970
+ : null;
6968
6971
  request = spawnNewSuspendedReplayTask(
6969
6972
  request,
6970
6973
  task,
@@ -6982,7 +6985,10 @@
6982
6985
  return;
6983
6986
  }
6984
6987
  if ("Maximum call stack size exceeded" === node.message) {
6985
- node = getThenableStateAfterSuspending();
6988
+ node =
6989
+ thrownValue === SuspenseException
6990
+ ? getThenableStateAfterSuspending()
6991
+ : null;
6986
6992
  node = spawnNewSuspendedReplayTask(request, task, node);
6987
6993
  request.pingedTasks.push(node);
6988
6994
  task.formatContext = previousFormatContext;
@@ -7015,7 +7021,10 @@
7015
7021
  ) {
7016
7022
  if ("function" === typeof node.then) {
7017
7023
  segment = node;
7018
- node = getThenableStateAfterSuspending();
7024
+ node =
7025
+ thrownValue$3 === SuspenseException
7026
+ ? getThenableStateAfterSuspending()
7027
+ : null;
7019
7028
  request = spawnNewSuspendedRenderTask(request, task, node).ping;
7020
7029
  segment.then(request, request);
7021
7030
  task.formatContext = previousFormatContext;
@@ -7028,7 +7037,10 @@
7028
7037
  return;
7029
7038
  }
7030
7039
  if ("Maximum call stack size exceeded" === node.message) {
7031
- segment = getThenableStateAfterSuspending();
7040
+ segment =
7041
+ thrownValue$3 === SuspenseException
7042
+ ? getThenableStateAfterSuspending()
7043
+ : null;
7032
7044
  segment = spawnNewSuspendedRenderTask(request, task, segment);
7033
7045
  request.pingedTasks.push(segment);
7034
7046
  task.formatContext = previousFormatContext;
@@ -7494,7 +7506,10 @@
7494
7506
  ) {
7495
7507
  var ping = request.ping;
7496
7508
  x.then(ping, ping);
7497
- request.thenableState = getThenableStateAfterSuspending();
7509
+ request.thenableState =
7510
+ thrownValue === SuspenseException
7511
+ ? getThenableStateAfterSuspending()
7512
+ : null;
7498
7513
  } else {
7499
7514
  request.replay.pendingTasks--;
7500
7515
  request.abortSet.delete(request);
@@ -7582,7 +7597,10 @@
7582
7597
  "function" === typeof x$jscomp$0.then
7583
7598
  ) {
7584
7599
  request$jscomp$1.status = PENDING;
7585
- errorDigest.thenableState = getThenableStateAfterSuspending();
7600
+ errorDigest.thenableState =
7601
+ thrownValue === SuspenseException
7602
+ ? getThenableStateAfterSuspending()
7603
+ : null;
7586
7604
  var ping$jscomp$0 = errorDigest.ping;
7587
7605
  x$jscomp$0.then(ping$jscomp$0, ping$jscomp$0);
7588
7606
  } else {
@@ -8486,11 +8504,11 @@
8486
8504
  }
8487
8505
  function ensureCorrectIsomorphicReactVersion() {
8488
8506
  var isomorphicReactPackageVersion = React.version;
8489
- if ("19.2.0-canary-19baee81-20250725" !== isomorphicReactPackageVersion)
8507
+ if ("19.2.0-canary-eaee5308-20250728" !== isomorphicReactPackageVersion)
8490
8508
  throw Error(
8491
8509
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8492
8510
  (isomorphicReactPackageVersion +
8493
- "\n - react-dom: 19.2.0-canary-19baee81-20250725\nLearn more: https://react.dev/warnings/version-mismatch")
8511
+ "\n - react-dom: 19.2.0-canary-eaee5308-20250728\nLearn more: https://react.dev/warnings/version-mismatch")
8494
8512
  );
8495
8513
  }
8496
8514
  var React = require("react"),
@@ -10176,5 +10194,5 @@
10176
10194
  startWork(request);
10177
10195
  });
10178
10196
  };
10179
- exports.version = "19.2.0-canary-19baee81-20250725";
10197
+ exports.version = "19.2.0-canary-eaee5308-20250728";
10180
10198
  })();
@@ -5686,7 +5686,10 @@ function renderNode(request, task, node, childIndex) {
5686
5686
  "object" === typeof node && null !== node)
5687
5687
  ) {
5688
5688
  if ("function" === typeof node.then) {
5689
- childIndex = getThenableStateAfterSuspending();
5689
+ childIndex =
5690
+ thrownValue === SuspenseException
5691
+ ? getThenableStateAfterSuspending()
5692
+ : null;
5690
5693
  request = spawnNewSuspendedReplayTask(request, task, childIndex).ping;
5691
5694
  node.then(request, request);
5692
5695
  task.formatContext = previousFormatContext;
@@ -5699,7 +5702,10 @@ function renderNode(request, task, node, childIndex) {
5699
5702
  return;
5700
5703
  }
5701
5704
  if ("Maximum call stack size exceeded" === node.message) {
5702
- node = getThenableStateAfterSuspending();
5705
+ node =
5706
+ thrownValue === SuspenseException
5707
+ ? getThenableStateAfterSuspending()
5708
+ : null;
5703
5709
  node = spawnNewSuspendedReplayTask(request, task, node);
5704
5710
  request.pingedTasks.push(node);
5705
5711
  task.formatContext = previousFormatContext;
@@ -5731,7 +5737,10 @@ function renderNode(request, task, node, childIndex) {
5731
5737
  ) {
5732
5738
  if ("function" === typeof node.then) {
5733
5739
  segment = node;
5734
- node = getThenableStateAfterSuspending();
5740
+ node =
5741
+ thrownValue$60 === SuspenseException
5742
+ ? getThenableStateAfterSuspending()
5743
+ : null;
5735
5744
  request = spawnNewSuspendedRenderTask(request, task, node).ping;
5736
5745
  segment.then(request, request);
5737
5746
  task.formatContext = previousFormatContext;
@@ -5743,7 +5752,10 @@ function renderNode(request, task, node, childIndex) {
5743
5752
  return;
5744
5753
  }
5745
5754
  if ("Maximum call stack size exceeded" === node.message) {
5746
- segment = getThenableStateAfterSuspending();
5755
+ segment =
5756
+ thrownValue$60 === SuspenseException
5757
+ ? getThenableStateAfterSuspending()
5758
+ : null;
5747
5759
  segment = spawnNewSuspendedRenderTask(request, task, segment);
5748
5760
  request.pingedTasks.push(segment);
5749
5761
  task.formatContext = previousFormatContext;
@@ -6159,7 +6171,10 @@ function performWork(request$jscomp$2) {
6159
6171
  ) {
6160
6172
  var ping = task.ping;
6161
6173
  x.then(ping, ping);
6162
- task.thenableState = getThenableStateAfterSuspending();
6174
+ task.thenableState =
6175
+ thrownValue === SuspenseException
6176
+ ? getThenableStateAfterSuspending()
6177
+ : null;
6163
6178
  } else {
6164
6179
  task.replay.pendingTasks--;
6165
6180
  task.abortSet.delete(task);
@@ -6235,7 +6250,10 @@ function performWork(request$jscomp$2) {
6235
6250
  "function" === typeof x$jscomp$0.then
6236
6251
  ) {
6237
6252
  request$jscomp$1.status = 0;
6238
- task.thenableState = getThenableStateAfterSuspending();
6253
+ task.thenableState =
6254
+ thrownValue === SuspenseException
6255
+ ? getThenableStateAfterSuspending()
6256
+ : null;
6239
6257
  var ping$jscomp$0 = task.ping;
6240
6258
  x$jscomp$0.then(ping$jscomp$0, ping$jscomp$0);
6241
6259
  } else {
@@ -6949,11 +6967,11 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
6949
6967
  }
6950
6968
  function ensureCorrectIsomorphicReactVersion() {
6951
6969
  var isomorphicReactPackageVersion = React.version;
6952
- if ("19.2.0-canary-19baee81-20250725" !== isomorphicReactPackageVersion)
6970
+ if ("19.2.0-canary-eaee5308-20250728" !== isomorphicReactPackageVersion)
6953
6971
  throw Error(
6954
6972
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6955
6973
  (isomorphicReactPackageVersion +
6956
- "\n - react-dom: 19.2.0-canary-19baee81-20250725\nLearn more: https://react.dev/warnings/version-mismatch")
6974
+ "\n - react-dom: 19.2.0-canary-eaee5308-20250728\nLearn more: https://react.dev/warnings/version-mismatch")
6957
6975
  );
6958
6976
  }
6959
6977
  ensureCorrectIsomorphicReactVersion();
@@ -7099,4 +7117,4 @@ exports.renderToReadableStream = function (children, options) {
7099
7117
  startWork(request);
7100
7118
  });
7101
7119
  };
7102
- exports.version = "19.2.0-canary-19baee81-20250725";
7120
+ exports.version = "19.2.0-canary-eaee5308-20250728";
@@ -6863,7 +6863,10 @@
6863
6863
  "object" === typeof node && null !== node)
6864
6864
  ) {
6865
6865
  if ("function" === typeof node.then) {
6866
- childIndex = getThenableStateAfterSuspending();
6866
+ childIndex =
6867
+ thrownValue === SuspenseException
6868
+ ? getThenableStateAfterSuspending()
6869
+ : null;
6867
6870
  request = spawnNewSuspendedReplayTask(
6868
6871
  request,
6869
6872
  task,
@@ -6881,7 +6884,10 @@
6881
6884
  return;
6882
6885
  }
6883
6886
  if ("Maximum call stack size exceeded" === node.message) {
6884
- node = getThenableStateAfterSuspending();
6887
+ node =
6888
+ thrownValue === SuspenseException
6889
+ ? getThenableStateAfterSuspending()
6890
+ : null;
6885
6891
  node = spawnNewSuspendedReplayTask(request, task, node);
6886
6892
  request.pingedTasks.push(node);
6887
6893
  task.formatContext = previousFormatContext;
@@ -6914,7 +6920,10 @@
6914
6920
  ) {
6915
6921
  if ("function" === typeof node.then) {
6916
6922
  segment = node;
6917
- node = getThenableStateAfterSuspending();
6923
+ node =
6924
+ thrownValue$3 === SuspenseException
6925
+ ? getThenableStateAfterSuspending()
6926
+ : null;
6918
6927
  request = spawnNewSuspendedRenderTask(request, task, node).ping;
6919
6928
  segment.then(request, request);
6920
6929
  task.formatContext = previousFormatContext;
@@ -6927,7 +6936,10 @@
6927
6936
  return;
6928
6937
  }
6929
6938
  if ("Maximum call stack size exceeded" === node.message) {
6930
- segment = getThenableStateAfterSuspending();
6939
+ segment =
6940
+ thrownValue$3 === SuspenseException
6941
+ ? getThenableStateAfterSuspending()
6942
+ : null;
6931
6943
  segment = spawnNewSuspendedRenderTask(request, task, segment);
6932
6944
  request.pingedTasks.push(segment);
6933
6945
  task.formatContext = previousFormatContext;
@@ -7393,7 +7405,10 @@
7393
7405
  ) {
7394
7406
  var ping = request.ping;
7395
7407
  x.then(ping, ping);
7396
- request.thenableState = getThenableStateAfterSuspending();
7408
+ request.thenableState =
7409
+ thrownValue === SuspenseException
7410
+ ? getThenableStateAfterSuspending()
7411
+ : null;
7397
7412
  } else {
7398
7413
  request.replay.pendingTasks--;
7399
7414
  request.abortSet.delete(request);
@@ -7481,7 +7496,10 @@
7481
7496
  "function" === typeof x$jscomp$0.then
7482
7497
  ) {
7483
7498
  request$jscomp$1.status = PENDING;
7484
- errorDigest.thenableState = getThenableStateAfterSuspending();
7499
+ errorDigest.thenableState =
7500
+ thrownValue === SuspenseException
7501
+ ? getThenableStateAfterSuspending()
7502
+ : null;
7485
7503
  var ping$jscomp$0 = errorDigest.ping;
7486
7504
  x$jscomp$0.then(ping$jscomp$0, ping$jscomp$0);
7487
7505
  } else {
@@ -8361,11 +8379,11 @@
8361
8379
  }
8362
8380
  function ensureCorrectIsomorphicReactVersion() {
8363
8381
  var isomorphicReactPackageVersion = React.version;
8364
- if ("19.2.0-canary-19baee81-20250725" !== isomorphicReactPackageVersion)
8382
+ if ("19.2.0-canary-eaee5308-20250728" !== isomorphicReactPackageVersion)
8365
8383
  throw Error(
8366
8384
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8367
8385
  (isomorphicReactPackageVersion +
8368
- "\n - react-dom: 19.2.0-canary-19baee81-20250725\nLearn more: https://react.dev/warnings/version-mismatch")
8386
+ "\n - react-dom: 19.2.0-canary-eaee5308-20250728\nLearn more: https://react.dev/warnings/version-mismatch")
8369
8387
  );
8370
8388
  }
8371
8389
  function createDrainHandler(destination, request) {
@@ -10236,5 +10254,5 @@
10236
10254
  startWork(request);
10237
10255
  });
10238
10256
  };
10239
- exports.version = "19.2.0-canary-19baee81-20250725";
10257
+ exports.version = "19.2.0-canary-eaee5308-20250728";
10240
10258
  })();
@@ -5586,7 +5586,10 @@ function renderNode(request, task, node, childIndex) {
5586
5586
  "object" === typeof node && null !== node)
5587
5587
  ) {
5588
5588
  if ("function" === typeof node.then) {
5589
- childIndex = getThenableStateAfterSuspending();
5589
+ childIndex =
5590
+ thrownValue === SuspenseException
5591
+ ? getThenableStateAfterSuspending()
5592
+ : null;
5590
5593
  request = spawnNewSuspendedReplayTask(request, task, childIndex).ping;
5591
5594
  node.then(request, request);
5592
5595
  task.formatContext = previousFormatContext;
@@ -5599,7 +5602,10 @@ function renderNode(request, task, node, childIndex) {
5599
5602
  return;
5600
5603
  }
5601
5604
  if ("Maximum call stack size exceeded" === node.message) {
5602
- node = getThenableStateAfterSuspending();
5605
+ node =
5606
+ thrownValue === SuspenseException
5607
+ ? getThenableStateAfterSuspending()
5608
+ : null;
5603
5609
  node = spawnNewSuspendedReplayTask(request, task, node);
5604
5610
  request.pingedTasks.push(node);
5605
5611
  task.formatContext = previousFormatContext;
@@ -5631,7 +5637,10 @@ function renderNode(request, task, node, childIndex) {
5631
5637
  ) {
5632
5638
  if ("function" === typeof node.then) {
5633
5639
  segment = node;
5634
- node = getThenableStateAfterSuspending();
5640
+ node =
5641
+ thrownValue$60 === SuspenseException
5642
+ ? getThenableStateAfterSuspending()
5643
+ : null;
5635
5644
  request = spawnNewSuspendedRenderTask(request, task, node).ping;
5636
5645
  segment.then(request, request);
5637
5646
  task.formatContext = previousFormatContext;
@@ -5643,7 +5652,10 @@ function renderNode(request, task, node, childIndex) {
5643
5652
  return;
5644
5653
  }
5645
5654
  if ("Maximum call stack size exceeded" === node.message) {
5646
- segment = getThenableStateAfterSuspending();
5655
+ segment =
5656
+ thrownValue$60 === SuspenseException
5657
+ ? getThenableStateAfterSuspending()
5658
+ : null;
5647
5659
  segment = spawnNewSuspendedRenderTask(request, task, segment);
5648
5660
  request.pingedTasks.push(segment);
5649
5661
  task.formatContext = previousFormatContext;
@@ -6059,7 +6071,10 @@ function performWork(request$jscomp$2) {
6059
6071
  ) {
6060
6072
  var ping = task.ping;
6061
6073
  x.then(ping, ping);
6062
- task.thenableState = getThenableStateAfterSuspending();
6074
+ task.thenableState =
6075
+ thrownValue === SuspenseException
6076
+ ? getThenableStateAfterSuspending()
6077
+ : null;
6063
6078
  } else {
6064
6079
  task.replay.pendingTasks--;
6065
6080
  task.abortSet.delete(task);
@@ -6135,7 +6150,10 @@ function performWork(request$jscomp$2) {
6135
6150
  "function" === typeof x$jscomp$0.then
6136
6151
  ) {
6137
6152
  request$jscomp$1.status = 0;
6138
- task.thenableState = getThenableStateAfterSuspending();
6153
+ task.thenableState =
6154
+ thrownValue === SuspenseException
6155
+ ? getThenableStateAfterSuspending()
6156
+ : null;
6139
6157
  var ping$jscomp$0 = task.ping;
6140
6158
  x$jscomp$0.then(ping$jscomp$0, ping$jscomp$0);
6141
6159
  } else {
@@ -6841,11 +6859,11 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
6841
6859
  }
6842
6860
  function ensureCorrectIsomorphicReactVersion() {
6843
6861
  var isomorphicReactPackageVersion = React.version;
6844
- if ("19.2.0-canary-19baee81-20250725" !== isomorphicReactPackageVersion)
6862
+ if ("19.2.0-canary-eaee5308-20250728" !== isomorphicReactPackageVersion)
6845
6863
  throw Error(
6846
6864
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6847
6865
  (isomorphicReactPackageVersion +
6848
- "\n - react-dom: 19.2.0-canary-19baee81-20250725\nLearn more: https://react.dev/warnings/version-mismatch")
6866
+ "\n - react-dom: 19.2.0-canary-eaee5308-20250728\nLearn more: https://react.dev/warnings/version-mismatch")
6849
6867
  );
6850
6868
  }
6851
6869
  ensureCorrectIsomorphicReactVersion();
@@ -7183,4 +7201,4 @@ exports.renderToReadableStream = function (children, options) {
7183
7201
  startWork(request);
7184
7202
  });
7185
7203
  };
7186
- exports.version = "19.2.0-canary-19baee81-20250725";
7204
+ exports.version = "19.2.0-canary-eaee5308-20250728";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.2.0-canary-19baee81-20250725";
419
+ exports.version = "19.2.0-canary-eaee5308-20250728";
420
420
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
421
421
  "function" ===
422
422
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -207,4 +207,4 @@ exports.useFormState = function (action, initialState, permalink) {
207
207
  exports.useFormStatus = function () {
208
208
  return ReactSharedInternals.H.useHostTransitionStatus();
209
209
  };
210
- exports.version = "19.2.0-canary-19baee81-20250725";
210
+ exports.version = "19.2.0-canary-eaee5308-20250728";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.2.0-canary-19baee81-20250725";
339
+ exports.version = "19.2.0-canary-eaee5308-20250728";
340
340
  })();
@@ -149,4 +149,4 @@ exports.preloadModule = function (href, options) {
149
149
  });
150
150
  } else Internals.d.m(href);
151
151
  };
152
- exports.version = "19.2.0-canary-19baee81-20250725";
152
+ exports.version = "19.2.0-canary-eaee5308-20250728";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.2.0-canary-19baee81-20250725",
3
+ "version": "19.2.0-canary-eaee5308-20250728",
4
4
  "description": "React package for working with the DOM.",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -17,10 +17,10 @@
17
17
  },
18
18
  "homepage": "https://react.dev/",
19
19
  "dependencies": {
20
- "scheduler": "0.27.0-canary-19baee81-20250725"
20
+ "scheduler": "0.27.0-canary-eaee5308-20250728"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.2.0-canary-19baee81-20250725"
23
+ "react": "19.2.0-canary-eaee5308-20250728"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",