react-dom 19.3.0-canary-67f7d47a-20251103 → 19.3.0-canary-dd048c3b-20251105

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.
@@ -4673,7 +4673,6 @@
4673
4673
  onShellReady,
4674
4674
  onShellError,
4675
4675
  onFatalError,
4676
- onPostpone,
4677
4676
  formState
4678
4677
  ) {
4679
4678
  var abortSet = new Set();
@@ -4696,7 +4695,6 @@
4696
4695
  this.partialBoundaries = [];
4697
4696
  this.trackedPostpones = null;
4698
4697
  this.onError = void 0 === onError ? defaultErrorHandler : onError;
4699
- this.onPostpone = void 0 === onPostpone ? noop : onPostpone;
4700
4698
  this.onAllReady = void 0 === onAllReady ? noop : onAllReady;
4701
4699
  this.onShellReady = void 0 === onShellReady ? noop : onShellReady;
4702
4700
  this.onShellError = void 0 === onShellError ? noop : onShellError;
@@ -4715,7 +4713,6 @@
4715
4713
  onShellReady,
4716
4714
  onShellError,
4717
4715
  onFatalError,
4718
- onPostpone,
4719
4716
  formState
4720
4717
  ) {
4721
4718
  resetOwnerStackLimit();
@@ -4729,7 +4726,6 @@
4729
4726
  onShellReady,
4730
4727
  onShellError,
4731
4728
  onFatalError,
4732
- onPostpone,
4733
4729
  formState
4734
4730
  );
4735
4731
  renderState = createPendingSegment(
@@ -4774,8 +4770,7 @@
4774
4770
  onAllReady,
4775
4771
  onShellReady,
4776
4772
  onShellError,
4777
- onFatalError,
4778
- onPostpone
4773
+ onFatalError
4779
4774
  ) {
4780
4775
  children = createRequest(
4781
4776
  children,
@@ -4788,7 +4783,6 @@
4788
4783
  onShellReady,
4789
4784
  onShellError,
4790
4785
  onFatalError,
4791
- onPostpone,
4792
4786
  void 0
4793
4787
  );
4794
4788
  children.trackedPostpones = {
@@ -4806,8 +4800,7 @@
4806
4800
  onAllReady,
4807
4801
  onShellReady,
4808
4802
  onShellError,
4809
- onFatalError,
4810
- onPostpone
4803
+ onFatalError
4811
4804
  ) {
4812
4805
  resetOwnerStackLimit();
4813
4806
  renderState = new RequestInstance(
@@ -4820,7 +4813,6 @@
4820
4813
  onShellReady,
4821
4814
  onShellError,
4822
4815
  onFatalError,
4823
- onPostpone,
4824
4816
  null
4825
4817
  );
4826
4818
  renderState.nextSegmentId = postponedState.nextSegmentId;
@@ -4892,8 +4884,7 @@
4892
4884
  onAllReady,
4893
4885
  onShellReady,
4894
4886
  onShellError,
4895
- onFatalError,
4896
- onPostpone
4887
+ onFatalError
4897
4888
  ) {
4898
4889
  children = resumeRequest(
4899
4890
  children,
@@ -4903,8 +4894,7 @@
4903
4894
  onAllReady,
4904
4895
  onShellReady,
4905
4896
  onShellError,
4906
- onFatalError,
4907
- onPostpone
4897
+ onFatalError
4908
4898
  );
4909
4899
  children.trackedPostpones = {
4910
4900
  workingMap: new Map(),
@@ -6444,13 +6434,13 @@
6444
6434
  } else
6445
6435
  (contentRootSegment.status = ERRORED),
6446
6436
  (error = thrownValue$2);
6447
- var thrownInfo = getThrownInfo(task.componentStack);
6448
- var errorDigest = logRecoverableError(
6449
- request,
6450
- error,
6451
- thrownInfo,
6452
- task.debugTask
6453
- );
6437
+ var thrownInfo = getThrownInfo(task.componentStack),
6438
+ errorDigest = logRecoverableError(
6439
+ request,
6440
+ error,
6441
+ thrownInfo,
6442
+ task.debugTask
6443
+ );
6454
6444
  encodeErrorForBoundary(
6455
6445
  newBoundary,
6456
6446
  errorDigest,
@@ -6667,10 +6657,14 @@
6667
6657
  name +
6668
6658
  ">. The tree doesn't match so React will fallback to client rendering."
6669
6659
  );
6670
- var childNodes = node[2];
6671
- name = node[3];
6672
- keyOrIndex = task.node;
6673
- task.replay = { nodes: childNodes, slots: name, pendingTasks: 1 };
6660
+ var childNodes = node[2],
6661
+ childSlots = node[3];
6662
+ name = task.node;
6663
+ task.replay = {
6664
+ nodes: childNodes,
6665
+ slots: childSlots,
6666
+ pendingTasks: 1
6667
+ };
6674
6668
  try {
6675
6669
  renderElement(request, task, keyPath, type, props, ref);
6676
6670
  if (
@@ -6688,7 +6682,7 @@
6688
6682
  (x === SuspenseException || "function" === typeof x.then)
6689
6683
  )
6690
6684
  throw (
6691
- (task.node === keyOrIndex
6685
+ (task.node === name
6692
6686
  ? (task.replay = replay)
6693
6687
  : childIndex.splice(i, 1),
6694
6688
  x)
@@ -6696,17 +6690,16 @@
6696
6690
  task.replay.pendingTasks--;
6697
6691
  type = getThrownInfo(task.componentStack);
6698
6692
  props = request;
6699
- request = task.blockedBoundary;
6700
- keyPath = x;
6701
- ref = name;
6702
- name = logRecoverableError(props, keyPath, type, task.debugTask);
6693
+ keyPath = task.blockedBoundary;
6694
+ request = x;
6695
+ ref = logRecoverableError(props, request, type, task.debugTask);
6703
6696
  abortRemainingReplayNodes(
6704
6697
  props,
6705
- request,
6698
+ keyPath,
6706
6699
  childNodes,
6700
+ childSlots,
6701
+ request,
6707
6702
  ref,
6708
- keyPath,
6709
- name,
6710
6703
  type,
6711
6704
  !1
6712
6705
  );
@@ -6720,14 +6713,14 @@
6720
6713
  ">. The tree doesn't match so React will fallback to client rendering."
6721
6714
  );
6722
6715
  a: {
6723
- replay = void 0;
6724
- name = node[5];
6716
+ replay = request;
6717
+ request = node[5];
6725
6718
  type = node[2];
6726
6719
  ref = node[3];
6727
- keyOrIndex = null === node[4] ? [] : node[4][2];
6720
+ name = null === node[4] ? [] : node[4][2];
6728
6721
  node = null === node[4] ? null : node[4][3];
6729
- var prevKeyPath = task.keyPath,
6730
- prevContext = task.formatContext,
6722
+ keyOrIndex = task.keyPath;
6723
+ var prevContext = task.formatContext,
6731
6724
  prevRow = task.row,
6732
6725
  previousReplaySet = task.replay,
6733
6726
  parentBoundary = task.blockedBoundary,
@@ -6738,32 +6731,32 @@
6738
6731
  props =
6739
6732
  task.formatContext.insertionMode < HTML_MODE
6740
6733
  ? createSuspenseBoundary(
6741
- request,
6734
+ replay,
6742
6735
  task.row,
6743
6736
  fallbackAbortSet,
6744
6737
  createPreambleState(),
6745
6738
  createPreambleState()
6746
6739
  )
6747
6740
  : createSuspenseBoundary(
6748
- request,
6741
+ replay,
6749
6742
  task.row,
6750
6743
  fallbackAbortSet,
6751
6744
  null,
6752
6745
  null
6753
6746
  );
6754
6747
  props.parentFlushed = !0;
6755
- props.rootSegmentID = name;
6748
+ props.rootSegmentID = request;
6756
6749
  task.blockedBoundary = props;
6757
6750
  task.hoistableState = props.contentState;
6758
6751
  task.keyPath = keyPath;
6759
6752
  task.formatContext = getSuspenseContentFormatContext(
6760
- request.resumableState,
6753
+ replay.resumableState,
6761
6754
  prevContext
6762
6755
  );
6763
6756
  task.row = null;
6764
6757
  task.replay = { nodes: type, slots: ref, pendingTasks: 1 };
6765
6758
  try {
6766
- renderNode(request, task, content, -1);
6759
+ renderNode(replay, task, content, -1);
6767
6760
  if (
6768
6761
  1 === task.replay.pendingTasks &&
6769
6762
  0 < task.replay.nodes.length
@@ -6774,33 +6767,39 @@
6774
6767
  task.replay.pendingTasks--;
6775
6768
  if (0 === props.pendingTasks && props.status === PENDING) {
6776
6769
  props.status = COMPLETED;
6777
- request.completedBoundaries.push(props);
6770
+ replay.completedBoundaries.push(props);
6778
6771
  break a;
6779
6772
  }
6780
6773
  } catch (error) {
6781
6774
  (props.status = CLIENT_RENDERED),
6782
6775
  (childNodes = getThrownInfo(task.componentStack)),
6783
- (replay = logRecoverableError(
6784
- request,
6776
+ (childSlots = logRecoverableError(
6777
+ replay,
6785
6778
  error,
6786
6779
  childNodes,
6787
6780
  task.debugTask
6788
6781
  )),
6789
- encodeErrorForBoundary(props, replay, error, childNodes, !1),
6782
+ encodeErrorForBoundary(
6783
+ props,
6784
+ childSlots,
6785
+ error,
6786
+ childNodes,
6787
+ !1
6788
+ ),
6790
6789
  task.replay.pendingTasks--,
6791
- request.clientRenderedBoundaries.push(props);
6790
+ replay.clientRenderedBoundaries.push(props);
6792
6791
  } finally {
6793
6792
  (task.blockedBoundary = parentBoundary),
6794
6793
  (task.hoistableState = parentHoistableState),
6795
6794
  (task.replay = previousReplaySet),
6796
- (task.keyPath = prevKeyPath),
6795
+ (task.keyPath = keyOrIndex),
6797
6796
  (task.formatContext = prevContext),
6798
6797
  (task.row = prevRow);
6799
6798
  }
6800
6799
  props = createReplayTask(
6801
- request,
6800
+ replay,
6802
6801
  null,
6803
- { nodes: keyOrIndex, slots: node, pendingTasks: 0 },
6802
+ { nodes: name, slots: node, pendingTasks: 0 },
6804
6803
  fallback,
6805
6804
  -1,
6806
6805
  parentBoundary,
@@ -6808,7 +6807,7 @@
6808
6807
  fallbackAbortSet,
6809
6808
  [keyPath[0], "Suspense Fallback", keyPath[2]],
6810
6809
  getSuspenseFallbackFormatContext(
6811
- request.resumableState,
6810
+ replay.resumableState,
6812
6811
  task.formatContext
6813
6812
  ),
6814
6813
  task.context,
@@ -6821,7 +6820,7 @@
6821
6820
  task.debugTask
6822
6821
  );
6823
6822
  pushComponentStack(props);
6824
- request.pingedTasks.push(props);
6823
+ replay.pingedTasks.push(props);
6825
6824
  }
6826
6825
  }
6827
6826
  childIndex.splice(i, 1);
@@ -7117,20 +7116,19 @@
7117
7116
  var thrownInfo = getThrownInfo(task.componentStack);
7118
7117
  children = task.blockedBoundary;
7119
7118
  var error = x,
7120
- resumeSlots = node;
7121
- node = logRecoverableError(
7122
- request,
7123
- error,
7124
- thrownInfo,
7125
- task.debugTask
7126
- );
7119
+ errorDigest = logRecoverableError(
7120
+ request,
7121
+ error,
7122
+ thrownInfo,
7123
+ task.debugTask
7124
+ );
7127
7125
  abortRemainingReplayNodes(
7128
7126
  request,
7129
7127
  children,
7130
7128
  childIndex,
7131
- resumeSlots,
7132
- error,
7133
7129
  node,
7130
+ error,
7131
+ errorDigest,
7134
7132
  thrownInfo,
7135
7133
  !1
7136
7134
  );
@@ -7836,10 +7834,10 @@
7836
7834
  tryToResolveTogetherRow(request, boundary);
7837
7835
  0 === request.allPendingTasks && completeAll(request);
7838
7836
  }
7839
- function performWork(request$jscomp$2) {
7837
+ function performWork(request$jscomp$1) {
7840
7838
  if (
7841
- request$jscomp$2.status !== CLOSED &&
7842
- 13 !== request$jscomp$2.status
7839
+ request$jscomp$1.status !== CLOSED &&
7840
+ 13 !== request$jscomp$1.status
7843
7841
  ) {
7844
7842
  var prevContext = currentActiveSnapshot,
7845
7843
  prevDispatcher = ReactSharedInternals.H;
@@ -7847,49 +7845,48 @@
7847
7845
  var prevAsyncDispatcher = ReactSharedInternals.A;
7848
7846
  ReactSharedInternals.A = DefaultAsyncDispatcher;
7849
7847
  var prevRequest = currentRequest;
7850
- currentRequest = request$jscomp$2;
7848
+ currentRequest = request$jscomp$1;
7851
7849
  var prevGetCurrentStackImpl = ReactSharedInternals.getCurrentStack;
7852
7850
  ReactSharedInternals.getCurrentStack = getCurrentStackInDEV;
7853
7851
  var prevResumableState = currentResumableState;
7854
- currentResumableState = request$jscomp$2.resumableState;
7852
+ currentResumableState = request$jscomp$1.resumableState;
7855
7853
  try {
7856
- var pingedTasks = request$jscomp$2.pingedTasks,
7854
+ var pingedTasks = request$jscomp$1.pingedTasks,
7857
7855
  i;
7858
7856
  for (i = 0; i < pingedTasks.length; i++) {
7859
- var request = request$jscomp$2,
7857
+ var request = request$jscomp$1,
7860
7858
  task = pingedTasks[i],
7861
7859
  segment = task.blockedSegment;
7862
7860
  if (null === segment) {
7863
7861
  var prevTaskInDEV = void 0,
7864
- request$jscomp$0 = request;
7865
- request = task;
7866
- if (0 !== request.replay.pendingTasks) {
7867
- switchContext(request.context);
7862
+ task$jscomp$0 = task;
7863
+ if (0 !== task$jscomp$0.replay.pendingTasks) {
7864
+ switchContext(task$jscomp$0.context);
7868
7865
  prevTaskInDEV = currentTaskInDEV;
7869
- currentTaskInDEV = request;
7866
+ currentTaskInDEV = task$jscomp$0;
7870
7867
  try {
7871
- "number" === typeof request.replay.slots
7868
+ "number" === typeof task$jscomp$0.replay.slots
7872
7869
  ? resumeNode(
7873
- request$jscomp$0,
7874
7870
  request,
7875
- request.replay.slots,
7876
- request.node,
7877
- request.childIndex
7871
+ task$jscomp$0,
7872
+ task$jscomp$0.replay.slots,
7873
+ task$jscomp$0.node,
7874
+ task$jscomp$0.childIndex
7878
7875
  )
7879
- : retryNode(request$jscomp$0, request);
7876
+ : retryNode(request, task$jscomp$0);
7880
7877
  if (
7881
- 1 === request.replay.pendingTasks &&
7882
- 0 < request.replay.nodes.length
7878
+ 1 === task$jscomp$0.replay.pendingTasks &&
7879
+ 0 < task$jscomp$0.replay.nodes.length
7883
7880
  )
7884
7881
  throw Error(
7885
7882
  "Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering."
7886
7883
  );
7887
- request.replay.pendingTasks--;
7888
- request.abortSet.delete(request);
7884
+ task$jscomp$0.replay.pendingTasks--;
7885
+ task$jscomp$0.abortSet.delete(task$jscomp$0);
7889
7886
  finishedTask(
7890
- request$jscomp$0,
7891
- request.blockedBoundary,
7892
- request.row,
7887
+ request,
7888
+ task$jscomp$0.blockedBoundary,
7889
+ task$jscomp$0.row,
7893
7890
  null
7894
7891
  );
7895
7892
  } catch (thrownValue) {
@@ -7903,34 +7900,31 @@
7903
7900
  null !== x &&
7904
7901
  "function" === typeof x.then
7905
7902
  ) {
7906
- var ping = request.ping;
7903
+ var ping = task$jscomp$0.ping;
7907
7904
  x.then(ping, ping);
7908
- request.thenableState =
7905
+ task$jscomp$0.thenableState =
7909
7906
  thrownValue === SuspenseException
7910
7907
  ? getThenableStateAfterSuspending()
7911
7908
  : null;
7912
7909
  } else {
7913
- request.replay.pendingTasks--;
7914
- request.abortSet.delete(request);
7915
- var errorInfo = getThrownInfo(request.componentStack),
7916
- errorDigest = void 0,
7917
- request$jscomp$1 = request$jscomp$0,
7918
- boundary = request.blockedBoundary,
7910
+ task$jscomp$0.replay.pendingTasks--;
7911
+ task$jscomp$0.abortSet.delete(task$jscomp$0);
7912
+ var errorInfo = getThrownInfo(task$jscomp$0.componentStack),
7913
+ request$jscomp$0 = request,
7914
+ boundary = task$jscomp$0.blockedBoundary,
7919
7915
  error$jscomp$0 =
7920
- 12 === request$jscomp$0.status
7921
- ? request$jscomp$0.fatalError
7922
- : x,
7916
+ 12 === request.status ? request.fatalError : x,
7923
7917
  errorInfo$jscomp$0 = errorInfo,
7924
- replayNodes = request.replay.nodes,
7925
- resumeSlots = request.replay.slots;
7926
- errorDigest = logRecoverableError(
7927
- request$jscomp$1,
7928
- error$jscomp$0,
7929
- errorInfo$jscomp$0,
7930
- request.debugTask
7931
- );
7918
+ replayNodes = task$jscomp$0.replay.nodes,
7919
+ resumeSlots = task$jscomp$0.replay.slots,
7920
+ errorDigest = logRecoverableError(
7921
+ request$jscomp$0,
7922
+ error$jscomp$0,
7923
+ errorInfo$jscomp$0,
7924
+ task$jscomp$0.debugTask
7925
+ );
7932
7926
  abortRemainingReplayNodes(
7933
- request$jscomp$1,
7927
+ request$jscomp$0,
7934
7928
  boundary,
7935
7929
  replayNodes,
7936
7930
  resumeSlots,
@@ -7939,51 +7933,49 @@
7939
7933
  errorInfo$jscomp$0,
7940
7934
  !1
7941
7935
  );
7942
- request$jscomp$0.pendingRootTasks--;
7943
- 0 === request$jscomp$0.pendingRootTasks &&
7944
- completeShell(request$jscomp$0);
7945
- request$jscomp$0.allPendingTasks--;
7946
- 0 === request$jscomp$0.allPendingTasks &&
7947
- completeAll(request$jscomp$0);
7936
+ request.pendingRootTasks--;
7937
+ 0 === request.pendingRootTasks && completeShell(request);
7938
+ request.allPendingTasks--;
7939
+ 0 === request.allPendingTasks && completeAll(request);
7948
7940
  }
7949
7941
  } finally {
7950
7942
  currentTaskInDEV = prevTaskInDEV;
7951
7943
  }
7952
7944
  }
7953
7945
  } else if (
7954
- ((request$jscomp$0 = prevTaskInDEV = void 0),
7955
- (errorDigest = task),
7956
- (request$jscomp$1 = segment),
7957
- request$jscomp$1.status === PENDING)
7946
+ ((prevTaskInDEV = void 0),
7947
+ (task$jscomp$0 = task),
7948
+ (request$jscomp$0 = segment),
7949
+ request$jscomp$0.status === PENDING)
7958
7950
  ) {
7959
- request$jscomp$1.status = 6;
7960
- switchContext(errorDigest.context);
7961
- request$jscomp$0 = currentTaskInDEV;
7962
- currentTaskInDEV = errorDigest;
7963
- var childrenLength = request$jscomp$1.children.length,
7964
- chunkLength = request$jscomp$1.chunks.length;
7951
+ request$jscomp$0.status = 6;
7952
+ switchContext(task$jscomp$0.context);
7953
+ prevTaskInDEV = currentTaskInDEV;
7954
+ currentTaskInDEV = task$jscomp$0;
7955
+ var childrenLength = request$jscomp$0.children.length,
7956
+ chunkLength = request$jscomp$0.chunks.length;
7965
7957
  try {
7966
- retryNode(request, errorDigest),
7967
- request$jscomp$1.lastPushedText &&
7968
- request$jscomp$1.textEmbedded &&
7969
- request$jscomp$1.chunks.push(textSeparator),
7970
- errorDigest.abortSet.delete(errorDigest),
7971
- (request$jscomp$1.status = COMPLETED),
7958
+ retryNode(request, task$jscomp$0),
7959
+ request$jscomp$0.lastPushedText &&
7960
+ request$jscomp$0.textEmbedded &&
7961
+ request$jscomp$0.chunks.push(textSeparator),
7962
+ task$jscomp$0.abortSet.delete(task$jscomp$0),
7963
+ (request$jscomp$0.status = COMPLETED),
7972
7964
  finishedSegment(
7973
7965
  request,
7974
- errorDigest.blockedBoundary,
7975
- request$jscomp$1
7966
+ task$jscomp$0.blockedBoundary,
7967
+ request$jscomp$0
7976
7968
  ),
7977
7969
  finishedTask(
7978
7970
  request,
7979
- errorDigest.blockedBoundary,
7980
- errorDigest.row,
7981
- request$jscomp$1
7971
+ task$jscomp$0.blockedBoundary,
7972
+ task$jscomp$0.row,
7973
+ request$jscomp$0
7982
7974
  );
7983
7975
  } catch (thrownValue) {
7984
7976
  resetHooksState();
7985
- request$jscomp$1.children.length = childrenLength;
7986
- request$jscomp$1.chunks.length = chunkLength;
7977
+ request$jscomp$0.children.length = childrenLength;
7978
+ request$jscomp$0.chunks.length = chunkLength;
7987
7979
  var x$jscomp$0 =
7988
7980
  thrownValue === SuspenseException
7989
7981
  ? getSuspendedThenable()
@@ -7995,52 +7987,52 @@
7995
7987
  null !== request.trackedPostpones
7996
7988
  ) {
7997
7989
  var trackedPostpones = request.trackedPostpones,
7998
- thrownInfo = getThrownInfo(errorDigest.componentStack);
7999
- errorDigest.abortSet.delete(errorDigest);
7990
+ thrownInfo = getThrownInfo(task$jscomp$0.componentStack);
7991
+ task$jscomp$0.abortSet.delete(task$jscomp$0);
8000
7992
  logRecoverableError(
8001
7993
  request,
8002
7994
  x$jscomp$0,
8003
7995
  thrownInfo,
8004
- errorDigest.debugTask
7996
+ task$jscomp$0.debugTask
8005
7997
  );
8006
7998
  trackPostpone(
8007
7999
  request,
8008
8000
  trackedPostpones,
8009
- errorDigest,
8010
- request$jscomp$1
8001
+ task$jscomp$0,
8002
+ request$jscomp$0
8011
8003
  );
8012
8004
  finishedTask(
8013
8005
  request,
8014
- errorDigest.blockedBoundary,
8015
- errorDigest.row,
8016
- request$jscomp$1
8006
+ task$jscomp$0.blockedBoundary,
8007
+ task$jscomp$0.row,
8008
+ request$jscomp$0
8017
8009
  );
8018
8010
  } else if (
8019
8011
  "object" === typeof x$jscomp$0 &&
8020
8012
  null !== x$jscomp$0 &&
8021
8013
  "function" === typeof x$jscomp$0.then
8022
8014
  ) {
8023
- request$jscomp$1.status = PENDING;
8024
- errorDigest.thenableState =
8015
+ request$jscomp$0.status = PENDING;
8016
+ task$jscomp$0.thenableState =
8025
8017
  thrownValue === SuspenseException
8026
8018
  ? getThenableStateAfterSuspending()
8027
8019
  : null;
8028
- var ping$jscomp$0 = errorDigest.ping;
8020
+ var ping$jscomp$0 = task$jscomp$0.ping;
8029
8021
  x$jscomp$0.then(ping$jscomp$0, ping$jscomp$0);
8030
8022
  } else {
8031
8023
  var errorInfo$jscomp$1 = getThrownInfo(
8032
- errorDigest.componentStack
8024
+ task$jscomp$0.componentStack
8033
8025
  );
8034
- errorDigest.abortSet.delete(errorDigest);
8035
- request$jscomp$1.status = ERRORED;
8036
- var boundary$jscomp$0 = errorDigest.blockedBoundary,
8037
- row = errorDigest.row,
8038
- debugTask = errorDigest.debugTask;
8026
+ task$jscomp$0.abortSet.delete(task$jscomp$0);
8027
+ request$jscomp$0.status = ERRORED;
8028
+ var boundary$jscomp$0 = task$jscomp$0.blockedBoundary,
8029
+ row = task$jscomp$0.row,
8030
+ debugTask = task$jscomp$0.debugTask;
8039
8031
  null !== row &&
8040
8032
  0 === --row.pendingTasks &&
8041
8033
  finishSuspenseListRow(request, row);
8042
8034
  request.allPendingTasks--;
8043
- prevTaskInDEV = logRecoverableError(
8035
+ var errorDigest$jscomp$0 = logRecoverableError(
8044
8036
  request,
8045
8037
  x$jscomp$0,
8046
8038
  errorInfo$jscomp$1,
@@ -8060,7 +8052,7 @@
8060
8052
  boundary$jscomp$0.status = CLIENT_RENDERED;
8061
8053
  encodeErrorForBoundary(
8062
8054
  boundary$jscomp$0,
8063
- prevTaskInDEV,
8055
+ errorDigest$jscomp$0,
8064
8056
  x$jscomp$0,
8065
8057
  errorInfo$jscomp$1,
8066
8058
  !1
@@ -8080,20 +8072,20 @@
8080
8072
  0 === request.allPendingTasks && completeAll(request);
8081
8073
  }
8082
8074
  } finally {
8083
- currentTaskInDEV = request$jscomp$0;
8075
+ currentTaskInDEV = prevTaskInDEV;
8084
8076
  }
8085
8077
  }
8086
8078
  }
8087
8079
  pingedTasks.splice(0, i);
8088
- null !== request$jscomp$2.destination &&
8080
+ null !== request$jscomp$1.destination &&
8089
8081
  flushCompletedQueues(
8090
- request$jscomp$2,
8091
- request$jscomp$2.destination
8082
+ request$jscomp$1,
8083
+ request$jscomp$1.destination
8092
8084
  );
8093
8085
  } catch (error) {
8094
8086
  (pingedTasks = {}),
8095
- logRecoverableError(request$jscomp$2, error, pingedTasks, null),
8096
- fatalError(request$jscomp$2, error, pingedTasks, null);
8087
+ logRecoverableError(request$jscomp$1, error, pingedTasks, null),
8088
+ fatalError(request$jscomp$1, error, pingedTasks, null);
8097
8089
  } finally {
8098
8090
  (currentResumableState = prevResumableState),
8099
8091
  (ReactSharedInternals.H = prevDispatcher),
@@ -8987,11 +8979,11 @@
8987
8979
  }
8988
8980
  function ensureCorrectIsomorphicReactVersion() {
8989
8981
  var isomorphicReactPackageVersion = React.version;
8990
- if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
8982
+ if ("19.3.0-canary-dd048c3b-20251105" !== isomorphicReactPackageVersion)
8991
8983
  throw Error(
8992
8984
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8993
8985
  (isomorphicReactPackageVersion +
8994
- "\n - react-dom: 19.3.0-canary-67f7d47a-20251103\nLearn more: https://react.dev/warnings/version-mismatch")
8986
+ "\n - react-dom: 19.3.0-canary-dd048c3b-20251105\nLearn more: https://react.dev/warnings/version-mismatch")
8995
8987
  );
8996
8988
  }
8997
8989
  var React = require("react"),
@@ -10596,8 +10588,7 @@
10596
10588
  },
10597
10589
  void 0,
10598
10590
  void 0,
10599
- reject,
10600
- options ? options.onPostpone : void 0
10591
+ reject
10601
10592
  );
10602
10593
  if (options && options.signal) {
10603
10594
  var signal = options.signal;
@@ -10671,7 +10662,6 @@
10671
10662
  reject(error);
10672
10663
  },
10673
10664
  onFatalError,
10674
- options ? options.onPostpone : void 0,
10675
10665
  options ? options.formState : void 0
10676
10666
  );
10677
10667
  if (options && options.signal) {
@@ -10730,8 +10720,7 @@
10730
10720
  allReady.catch(function () {});
10731
10721
  reject(error);
10732
10722
  },
10733
- onFatalError,
10734
- options ? options.onPostpone : void 0
10723
+ onFatalError
10735
10724
  );
10736
10725
  if (options && options.signal) {
10737
10726
  var signal = options.signal;
@@ -10780,8 +10769,7 @@
10780
10769
  },
10781
10770
  void 0,
10782
10771
  void 0,
10783
- reject,
10784
- options ? options.onPostpone : void 0
10772
+ reject
10785
10773
  );
10786
10774
  if (options && options.signal) {
10787
10775
  var signal = options.signal;
@@ -10797,5 +10785,5 @@
10797
10785
  startWork(request);
10798
10786
  });
10799
10787
  };
10800
- exports.version = "19.3.0-canary-67f7d47a-20251103";
10788
+ exports.version = "19.3.0-canary-dd048c3b-20251105";
10801
10789
  })();