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.
@@ -4675,7 +4675,6 @@
4675
4675
  onShellReady,
4676
4676
  onShellError,
4677
4677
  onFatalError,
4678
- onPostpone,
4679
4678
  formState
4680
4679
  ) {
4681
4680
  var abortSet = new Set();
@@ -4698,7 +4697,6 @@
4698
4697
  this.partialBoundaries = [];
4699
4698
  this.trackedPostpones = null;
4700
4699
  this.onError = void 0 === onError ? defaultErrorHandler : onError;
4701
- this.onPostpone = void 0 === onPostpone ? noop : onPostpone;
4702
4700
  this.onAllReady = void 0 === onAllReady ? noop : onAllReady;
4703
4701
  this.onShellReady = void 0 === onShellReady ? noop : onShellReady;
4704
4702
  this.onShellError = void 0 === onShellError ? noop : onShellError;
@@ -4717,7 +4715,6 @@
4717
4715
  onShellReady,
4718
4716
  onShellError,
4719
4717
  onFatalError,
4720
- onPostpone,
4721
4718
  formState
4722
4719
  ) {
4723
4720
  resetOwnerStackLimit();
@@ -4731,7 +4728,6 @@
4731
4728
  onShellReady,
4732
4729
  onShellError,
4733
4730
  onFatalError,
4734
- onPostpone,
4735
4731
  formState
4736
4732
  );
4737
4733
  renderState = createPendingSegment(
@@ -4776,8 +4772,7 @@
4776
4772
  onAllReady,
4777
4773
  onShellReady,
4778
4774
  onShellError,
4779
- onFatalError,
4780
- onPostpone
4775
+ onFatalError
4781
4776
  ) {
4782
4777
  children = createRequest(
4783
4778
  children,
@@ -4790,7 +4785,6 @@
4790
4785
  onShellReady,
4791
4786
  onShellError,
4792
4787
  onFatalError,
4793
- onPostpone,
4794
4788
  void 0
4795
4789
  );
4796
4790
  children.trackedPostpones = {
@@ -4808,8 +4802,7 @@
4808
4802
  onAllReady,
4809
4803
  onShellReady,
4810
4804
  onShellError,
4811
- onFatalError,
4812
- onPostpone
4805
+ onFatalError
4813
4806
  ) {
4814
4807
  resetOwnerStackLimit();
4815
4808
  renderState = new RequestInstance(
@@ -4822,7 +4815,6 @@
4822
4815
  onShellReady,
4823
4816
  onShellError,
4824
4817
  onFatalError,
4825
- onPostpone,
4826
4818
  null
4827
4819
  );
4828
4820
  renderState.nextSegmentId = postponedState.nextSegmentId;
@@ -4894,8 +4886,7 @@
4894
4886
  onAllReady,
4895
4887
  onShellReady,
4896
4888
  onShellError,
4897
- onFatalError,
4898
- onPostpone
4889
+ onFatalError
4899
4890
  ) {
4900
4891
  children = resumeRequest(
4901
4892
  children,
@@ -4905,8 +4896,7 @@
4905
4896
  onAllReady,
4906
4897
  onShellReady,
4907
4898
  onShellError,
4908
- onFatalError,
4909
- onPostpone
4899
+ onFatalError
4910
4900
  );
4911
4901
  children.trackedPostpones = {
4912
4902
  workingMap: new Map(),
@@ -6454,13 +6444,13 @@
6454
6444
  } else
6455
6445
  (contentRootSegment.status = ERRORED),
6456
6446
  (error = thrownValue$2);
6457
- var thrownInfo = getThrownInfo(task.componentStack);
6458
- var errorDigest = logRecoverableError(
6459
- request,
6460
- error,
6461
- thrownInfo,
6462
- task.debugTask
6463
- );
6447
+ var thrownInfo = getThrownInfo(task.componentStack),
6448
+ errorDigest = logRecoverableError(
6449
+ request,
6450
+ error,
6451
+ thrownInfo,
6452
+ task.debugTask
6453
+ );
6464
6454
  encodeErrorForBoundary(
6465
6455
  newBoundary,
6466
6456
  errorDigest,
@@ -6677,10 +6667,14 @@
6677
6667
  name +
6678
6668
  ">. The tree doesn't match so React will fallback to client rendering."
6679
6669
  );
6680
- var childNodes = node[2];
6681
- name = node[3];
6682
- keyOrIndex = task.node;
6683
- task.replay = { nodes: childNodes, slots: name, pendingTasks: 1 };
6670
+ var childNodes = node[2],
6671
+ childSlots = node[3];
6672
+ name = task.node;
6673
+ task.replay = {
6674
+ nodes: childNodes,
6675
+ slots: childSlots,
6676
+ pendingTasks: 1
6677
+ };
6684
6678
  try {
6685
6679
  renderElement(request, task, keyPath, type, props, ref);
6686
6680
  if (
@@ -6698,7 +6692,7 @@
6698
6692
  (x === SuspenseException || "function" === typeof x.then)
6699
6693
  )
6700
6694
  throw (
6701
- (task.node === keyOrIndex
6695
+ (task.node === name
6702
6696
  ? (task.replay = replay)
6703
6697
  : childIndex.splice(i, 1),
6704
6698
  x)
@@ -6706,17 +6700,16 @@
6706
6700
  task.replay.pendingTasks--;
6707
6701
  type = getThrownInfo(task.componentStack);
6708
6702
  props = request;
6709
- request = task.blockedBoundary;
6710
- keyPath = x;
6711
- ref = name;
6712
- name = logRecoverableError(props, keyPath, type, task.debugTask);
6703
+ keyPath = task.blockedBoundary;
6704
+ request = x;
6705
+ ref = logRecoverableError(props, request, type, task.debugTask);
6713
6706
  abortRemainingReplayNodes(
6714
6707
  props,
6715
- request,
6708
+ keyPath,
6716
6709
  childNodes,
6710
+ childSlots,
6711
+ request,
6717
6712
  ref,
6718
- keyPath,
6719
- name,
6720
6713
  type,
6721
6714
  !1
6722
6715
  );
@@ -6730,14 +6723,14 @@
6730
6723
  ">. The tree doesn't match so React will fallback to client rendering."
6731
6724
  );
6732
6725
  a: {
6733
- replay = void 0;
6734
- name = node[5];
6726
+ replay = request;
6727
+ request = node[5];
6735
6728
  type = node[2];
6736
6729
  ref = node[3];
6737
- keyOrIndex = null === node[4] ? [] : node[4][2];
6730
+ name = null === node[4] ? [] : node[4][2];
6738
6731
  node = null === node[4] ? null : node[4][3];
6739
- var prevKeyPath = task.keyPath,
6740
- prevContext = task.formatContext,
6732
+ keyOrIndex = task.keyPath;
6733
+ var prevContext = task.formatContext,
6741
6734
  prevRow = task.row,
6742
6735
  previousReplaySet = task.replay,
6743
6736
  parentBoundary = task.blockedBoundary,
@@ -6748,32 +6741,32 @@
6748
6741
  props =
6749
6742
  task.formatContext.insertionMode < HTML_MODE
6750
6743
  ? createSuspenseBoundary(
6751
- request,
6744
+ replay,
6752
6745
  task.row,
6753
6746
  fallbackAbortSet,
6754
6747
  createPreambleState(),
6755
6748
  createPreambleState()
6756
6749
  )
6757
6750
  : createSuspenseBoundary(
6758
- request,
6751
+ replay,
6759
6752
  task.row,
6760
6753
  fallbackAbortSet,
6761
6754
  null,
6762
6755
  null
6763
6756
  );
6764
6757
  props.parentFlushed = !0;
6765
- props.rootSegmentID = name;
6758
+ props.rootSegmentID = request;
6766
6759
  task.blockedBoundary = props;
6767
6760
  task.hoistableState = props.contentState;
6768
6761
  task.keyPath = keyPath;
6769
6762
  task.formatContext = getSuspenseContentFormatContext(
6770
- request.resumableState,
6763
+ replay.resumableState,
6771
6764
  prevContext
6772
6765
  );
6773
6766
  task.row = null;
6774
6767
  task.replay = { nodes: type, slots: ref, pendingTasks: 1 };
6775
6768
  try {
6776
- renderNode(request, task, content, -1);
6769
+ renderNode(replay, task, content, -1);
6777
6770
  if (
6778
6771
  1 === task.replay.pendingTasks &&
6779
6772
  0 < task.replay.nodes.length
@@ -6784,33 +6777,39 @@
6784
6777
  task.replay.pendingTasks--;
6785
6778
  if (0 === props.pendingTasks && props.status === PENDING) {
6786
6779
  props.status = COMPLETED;
6787
- request.completedBoundaries.push(props);
6780
+ replay.completedBoundaries.push(props);
6788
6781
  break a;
6789
6782
  }
6790
6783
  } catch (error) {
6791
6784
  (props.status = CLIENT_RENDERED),
6792
6785
  (childNodes = getThrownInfo(task.componentStack)),
6793
- (replay = logRecoverableError(
6794
- request,
6786
+ (childSlots = logRecoverableError(
6787
+ replay,
6795
6788
  error,
6796
6789
  childNodes,
6797
6790
  task.debugTask
6798
6791
  )),
6799
- encodeErrorForBoundary(props, replay, error, childNodes, !1),
6792
+ encodeErrorForBoundary(
6793
+ props,
6794
+ childSlots,
6795
+ error,
6796
+ childNodes,
6797
+ !1
6798
+ ),
6800
6799
  task.replay.pendingTasks--,
6801
- request.clientRenderedBoundaries.push(props);
6800
+ replay.clientRenderedBoundaries.push(props);
6802
6801
  } finally {
6803
6802
  (task.blockedBoundary = parentBoundary),
6804
6803
  (task.hoistableState = parentHoistableState),
6805
6804
  (task.replay = previousReplaySet),
6806
- (task.keyPath = prevKeyPath),
6805
+ (task.keyPath = keyOrIndex),
6807
6806
  (task.formatContext = prevContext),
6808
6807
  (task.row = prevRow);
6809
6808
  }
6810
6809
  props = createReplayTask(
6811
- request,
6810
+ replay,
6812
6811
  null,
6813
- { nodes: keyOrIndex, slots: node, pendingTasks: 0 },
6812
+ { nodes: name, slots: node, pendingTasks: 0 },
6814
6813
  fallback,
6815
6814
  -1,
6816
6815
  parentBoundary,
@@ -6818,7 +6817,7 @@
6818
6817
  fallbackAbortSet,
6819
6818
  [keyPath[0], "Suspense Fallback", keyPath[2]],
6820
6819
  getSuspenseFallbackFormatContext(
6821
- request.resumableState,
6820
+ replay.resumableState,
6822
6821
  task.formatContext
6823
6822
  ),
6824
6823
  task.context,
@@ -6831,7 +6830,7 @@
6831
6830
  task.debugTask
6832
6831
  );
6833
6832
  pushComponentStack(props);
6834
- request.pingedTasks.push(props);
6833
+ replay.pingedTasks.push(props);
6835
6834
  }
6836
6835
  }
6837
6836
  childIndex.splice(i, 1);
@@ -7127,20 +7126,19 @@
7127
7126
  var thrownInfo = getThrownInfo(task.componentStack);
7128
7127
  children = task.blockedBoundary;
7129
7128
  var error = x,
7130
- resumeSlots = node;
7131
- node = logRecoverableError(
7132
- request,
7133
- error,
7134
- thrownInfo,
7135
- task.debugTask
7136
- );
7129
+ errorDigest = logRecoverableError(
7130
+ request,
7131
+ error,
7132
+ thrownInfo,
7133
+ task.debugTask
7134
+ );
7137
7135
  abortRemainingReplayNodes(
7138
7136
  request,
7139
7137
  children,
7140
7138
  childIndex,
7141
- resumeSlots,
7142
- error,
7143
7139
  node,
7140
+ error,
7141
+ errorDigest,
7144
7142
  thrownInfo,
7145
7143
  !1
7146
7144
  );
@@ -7846,10 +7844,10 @@
7846
7844
  tryToResolveTogetherRow(request, boundary);
7847
7845
  0 === request.allPendingTasks && completeAll(request);
7848
7846
  }
7849
- function performWork(request$jscomp$2) {
7847
+ function performWork(request$jscomp$1) {
7850
7848
  if (
7851
- request$jscomp$2.status !== CLOSED &&
7852
- 13 !== request$jscomp$2.status
7849
+ request$jscomp$1.status !== CLOSED &&
7850
+ 13 !== request$jscomp$1.status
7853
7851
  ) {
7854
7852
  var prevContext = currentActiveSnapshot,
7855
7853
  prevDispatcher = ReactSharedInternals.H;
@@ -7857,49 +7855,48 @@
7857
7855
  var prevAsyncDispatcher = ReactSharedInternals.A;
7858
7856
  ReactSharedInternals.A = DefaultAsyncDispatcher;
7859
7857
  var prevRequest = currentRequest;
7860
- currentRequest = request$jscomp$2;
7858
+ currentRequest = request$jscomp$1;
7861
7859
  var prevGetCurrentStackImpl = ReactSharedInternals.getCurrentStack;
7862
7860
  ReactSharedInternals.getCurrentStack = getCurrentStackInDEV;
7863
7861
  var prevResumableState = currentResumableState;
7864
- currentResumableState = request$jscomp$2.resumableState;
7862
+ currentResumableState = request$jscomp$1.resumableState;
7865
7863
  try {
7866
- var pingedTasks = request$jscomp$2.pingedTasks,
7864
+ var pingedTasks = request$jscomp$1.pingedTasks,
7867
7865
  i;
7868
7866
  for (i = 0; i < pingedTasks.length; i++) {
7869
- var request = request$jscomp$2,
7867
+ var request = request$jscomp$1,
7870
7868
  task = pingedTasks[i],
7871
7869
  segment = task.blockedSegment;
7872
7870
  if (null === segment) {
7873
7871
  var prevTaskInDEV = void 0,
7874
- request$jscomp$0 = request;
7875
- request = task;
7876
- if (0 !== request.replay.pendingTasks) {
7877
- switchContext(request.context);
7872
+ task$jscomp$0 = task;
7873
+ if (0 !== task$jscomp$0.replay.pendingTasks) {
7874
+ switchContext(task$jscomp$0.context);
7878
7875
  prevTaskInDEV = currentTaskInDEV;
7879
- currentTaskInDEV = request;
7876
+ currentTaskInDEV = task$jscomp$0;
7880
7877
  try {
7881
- "number" === typeof request.replay.slots
7878
+ "number" === typeof task$jscomp$0.replay.slots
7882
7879
  ? resumeNode(
7883
- request$jscomp$0,
7884
7880
  request,
7885
- request.replay.slots,
7886
- request.node,
7887
- request.childIndex
7881
+ task$jscomp$0,
7882
+ task$jscomp$0.replay.slots,
7883
+ task$jscomp$0.node,
7884
+ task$jscomp$0.childIndex
7888
7885
  )
7889
- : retryNode(request$jscomp$0, request);
7886
+ : retryNode(request, task$jscomp$0);
7890
7887
  if (
7891
- 1 === request.replay.pendingTasks &&
7892
- 0 < request.replay.nodes.length
7888
+ 1 === task$jscomp$0.replay.pendingTasks &&
7889
+ 0 < task$jscomp$0.replay.nodes.length
7893
7890
  )
7894
7891
  throw Error(
7895
7892
  "Couldn't find all resumable slots by key/index during replaying. The tree doesn't match so React will fallback to client rendering."
7896
7893
  );
7897
- request.replay.pendingTasks--;
7898
- request.abortSet.delete(request);
7894
+ task$jscomp$0.replay.pendingTasks--;
7895
+ task$jscomp$0.abortSet.delete(task$jscomp$0);
7899
7896
  finishedTask(
7900
- request$jscomp$0,
7901
- request.blockedBoundary,
7902
- request.row,
7897
+ request,
7898
+ task$jscomp$0.blockedBoundary,
7899
+ task$jscomp$0.row,
7903
7900
  null
7904
7901
  );
7905
7902
  } catch (thrownValue) {
@@ -7913,34 +7910,31 @@
7913
7910
  null !== x &&
7914
7911
  "function" === typeof x.then
7915
7912
  ) {
7916
- var ping = request.ping;
7913
+ var ping = task$jscomp$0.ping;
7917
7914
  x.then(ping, ping);
7918
- request.thenableState =
7915
+ task$jscomp$0.thenableState =
7919
7916
  thrownValue === SuspenseException
7920
7917
  ? getThenableStateAfterSuspending()
7921
7918
  : null;
7922
7919
  } else {
7923
- request.replay.pendingTasks--;
7924
- request.abortSet.delete(request);
7925
- var errorInfo = getThrownInfo(request.componentStack),
7926
- errorDigest = void 0,
7927
- request$jscomp$1 = request$jscomp$0,
7928
- boundary = request.blockedBoundary,
7920
+ task$jscomp$0.replay.pendingTasks--;
7921
+ task$jscomp$0.abortSet.delete(task$jscomp$0);
7922
+ var errorInfo = getThrownInfo(task$jscomp$0.componentStack),
7923
+ request$jscomp$0 = request,
7924
+ boundary = task$jscomp$0.blockedBoundary,
7929
7925
  error$jscomp$0 =
7930
- 12 === request$jscomp$0.status
7931
- ? request$jscomp$0.fatalError
7932
- : x,
7926
+ 12 === request.status ? request.fatalError : x,
7933
7927
  errorInfo$jscomp$0 = errorInfo,
7934
- replayNodes = request.replay.nodes,
7935
- resumeSlots = request.replay.slots;
7936
- errorDigest = logRecoverableError(
7937
- request$jscomp$1,
7938
- error$jscomp$0,
7939
- errorInfo$jscomp$0,
7940
- request.debugTask
7941
- );
7928
+ replayNodes = task$jscomp$0.replay.nodes,
7929
+ resumeSlots = task$jscomp$0.replay.slots,
7930
+ errorDigest = logRecoverableError(
7931
+ request$jscomp$0,
7932
+ error$jscomp$0,
7933
+ errorInfo$jscomp$0,
7934
+ task$jscomp$0.debugTask
7935
+ );
7942
7936
  abortRemainingReplayNodes(
7943
- request$jscomp$1,
7937
+ request$jscomp$0,
7944
7938
  boundary,
7945
7939
  replayNodes,
7946
7940
  resumeSlots,
@@ -7949,51 +7943,49 @@
7949
7943
  errorInfo$jscomp$0,
7950
7944
  !1
7951
7945
  );
7952
- request$jscomp$0.pendingRootTasks--;
7953
- 0 === request$jscomp$0.pendingRootTasks &&
7954
- completeShell(request$jscomp$0);
7955
- request$jscomp$0.allPendingTasks--;
7956
- 0 === request$jscomp$0.allPendingTasks &&
7957
- completeAll(request$jscomp$0);
7946
+ request.pendingRootTasks--;
7947
+ 0 === request.pendingRootTasks && completeShell(request);
7948
+ request.allPendingTasks--;
7949
+ 0 === request.allPendingTasks && completeAll(request);
7958
7950
  }
7959
7951
  } finally {
7960
7952
  currentTaskInDEV = prevTaskInDEV;
7961
7953
  }
7962
7954
  }
7963
7955
  } else if (
7964
- ((request$jscomp$0 = prevTaskInDEV = void 0),
7965
- (errorDigest = task),
7966
- (request$jscomp$1 = segment),
7967
- request$jscomp$1.status === PENDING)
7956
+ ((prevTaskInDEV = void 0),
7957
+ (task$jscomp$0 = task),
7958
+ (request$jscomp$0 = segment),
7959
+ request$jscomp$0.status === PENDING)
7968
7960
  ) {
7969
- request$jscomp$1.status = 6;
7970
- switchContext(errorDigest.context);
7971
- request$jscomp$0 = currentTaskInDEV;
7972
- currentTaskInDEV = errorDigest;
7973
- var childrenLength = request$jscomp$1.children.length,
7974
- chunkLength = request$jscomp$1.chunks.length;
7961
+ request$jscomp$0.status = 6;
7962
+ switchContext(task$jscomp$0.context);
7963
+ prevTaskInDEV = currentTaskInDEV;
7964
+ currentTaskInDEV = task$jscomp$0;
7965
+ var childrenLength = request$jscomp$0.children.length,
7966
+ chunkLength = request$jscomp$0.chunks.length;
7975
7967
  try {
7976
- retryNode(request, errorDigest),
7977
- request$jscomp$1.lastPushedText &&
7978
- request$jscomp$1.textEmbedded &&
7979
- request$jscomp$1.chunks.push(textSeparator),
7980
- errorDigest.abortSet.delete(errorDigest),
7981
- (request$jscomp$1.status = COMPLETED),
7968
+ retryNode(request, task$jscomp$0),
7969
+ request$jscomp$0.lastPushedText &&
7970
+ request$jscomp$0.textEmbedded &&
7971
+ request$jscomp$0.chunks.push(textSeparator),
7972
+ task$jscomp$0.abortSet.delete(task$jscomp$0),
7973
+ (request$jscomp$0.status = COMPLETED),
7982
7974
  finishedSegment(
7983
7975
  request,
7984
- errorDigest.blockedBoundary,
7985
- request$jscomp$1
7976
+ task$jscomp$0.blockedBoundary,
7977
+ request$jscomp$0
7986
7978
  ),
7987
7979
  finishedTask(
7988
7980
  request,
7989
- errorDigest.blockedBoundary,
7990
- errorDigest.row,
7991
- request$jscomp$1
7981
+ task$jscomp$0.blockedBoundary,
7982
+ task$jscomp$0.row,
7983
+ request$jscomp$0
7992
7984
  );
7993
7985
  } catch (thrownValue) {
7994
7986
  resetHooksState();
7995
- request$jscomp$1.children.length = childrenLength;
7996
- request$jscomp$1.chunks.length = chunkLength;
7987
+ request$jscomp$0.children.length = childrenLength;
7988
+ request$jscomp$0.chunks.length = chunkLength;
7997
7989
  var x$jscomp$0 =
7998
7990
  thrownValue === SuspenseException
7999
7991
  ? getSuspendedThenable()
@@ -8005,52 +7997,52 @@
8005
7997
  null !== request.trackedPostpones
8006
7998
  ) {
8007
7999
  var trackedPostpones = request.trackedPostpones,
8008
- thrownInfo = getThrownInfo(errorDigest.componentStack);
8009
- errorDigest.abortSet.delete(errorDigest);
8000
+ thrownInfo = getThrownInfo(task$jscomp$0.componentStack);
8001
+ task$jscomp$0.abortSet.delete(task$jscomp$0);
8010
8002
  logRecoverableError(
8011
8003
  request,
8012
8004
  x$jscomp$0,
8013
8005
  thrownInfo,
8014
- errorDigest.debugTask
8006
+ task$jscomp$0.debugTask
8015
8007
  );
8016
8008
  trackPostpone(
8017
8009
  request,
8018
8010
  trackedPostpones,
8019
- errorDigest,
8020
- request$jscomp$1
8011
+ task$jscomp$0,
8012
+ request$jscomp$0
8021
8013
  );
8022
8014
  finishedTask(
8023
8015
  request,
8024
- errorDigest.blockedBoundary,
8025
- errorDigest.row,
8026
- request$jscomp$1
8016
+ task$jscomp$0.blockedBoundary,
8017
+ task$jscomp$0.row,
8018
+ request$jscomp$0
8027
8019
  );
8028
8020
  } else if (
8029
8021
  "object" === typeof x$jscomp$0 &&
8030
8022
  null !== x$jscomp$0 &&
8031
8023
  "function" === typeof x$jscomp$0.then
8032
8024
  ) {
8033
- request$jscomp$1.status = PENDING;
8034
- errorDigest.thenableState =
8025
+ request$jscomp$0.status = PENDING;
8026
+ task$jscomp$0.thenableState =
8035
8027
  thrownValue === SuspenseException
8036
8028
  ? getThenableStateAfterSuspending()
8037
8029
  : null;
8038
- var ping$jscomp$0 = errorDigest.ping;
8030
+ var ping$jscomp$0 = task$jscomp$0.ping;
8039
8031
  x$jscomp$0.then(ping$jscomp$0, ping$jscomp$0);
8040
8032
  } else {
8041
8033
  var errorInfo$jscomp$1 = getThrownInfo(
8042
- errorDigest.componentStack
8034
+ task$jscomp$0.componentStack
8043
8035
  );
8044
- errorDigest.abortSet.delete(errorDigest);
8045
- request$jscomp$1.status = ERRORED;
8046
- var boundary$jscomp$0 = errorDigest.blockedBoundary,
8047
- row = errorDigest.row,
8048
- debugTask = errorDigest.debugTask;
8036
+ task$jscomp$0.abortSet.delete(task$jscomp$0);
8037
+ request$jscomp$0.status = ERRORED;
8038
+ var boundary$jscomp$0 = task$jscomp$0.blockedBoundary,
8039
+ row = task$jscomp$0.row,
8040
+ debugTask = task$jscomp$0.debugTask;
8049
8041
  null !== row &&
8050
8042
  0 === --row.pendingTasks &&
8051
8043
  finishSuspenseListRow(request, row);
8052
8044
  request.allPendingTasks--;
8053
- prevTaskInDEV = logRecoverableError(
8045
+ var errorDigest$jscomp$0 = logRecoverableError(
8054
8046
  request,
8055
8047
  x$jscomp$0,
8056
8048
  errorInfo$jscomp$1,
@@ -8070,7 +8062,7 @@
8070
8062
  boundary$jscomp$0.status = CLIENT_RENDERED;
8071
8063
  encodeErrorForBoundary(
8072
8064
  boundary$jscomp$0,
8073
- prevTaskInDEV,
8065
+ errorDigest$jscomp$0,
8074
8066
  x$jscomp$0,
8075
8067
  errorInfo$jscomp$1,
8076
8068
  !1
@@ -8090,20 +8082,20 @@
8090
8082
  0 === request.allPendingTasks && completeAll(request);
8091
8083
  }
8092
8084
  } finally {
8093
- currentTaskInDEV = request$jscomp$0;
8085
+ currentTaskInDEV = prevTaskInDEV;
8094
8086
  }
8095
8087
  }
8096
8088
  }
8097
8089
  pingedTasks.splice(0, i);
8098
- null !== request$jscomp$2.destination &&
8090
+ null !== request$jscomp$1.destination &&
8099
8091
  flushCompletedQueues(
8100
- request$jscomp$2,
8101
- request$jscomp$2.destination
8092
+ request$jscomp$1,
8093
+ request$jscomp$1.destination
8102
8094
  );
8103
8095
  } catch (error) {
8104
8096
  (pingedTasks = {}),
8105
- logRecoverableError(request$jscomp$2, error, pingedTasks, null),
8106
- fatalError(request$jscomp$2, error, pingedTasks, null);
8097
+ logRecoverableError(request$jscomp$1, error, pingedTasks, null),
8098
+ fatalError(request$jscomp$1, error, pingedTasks, null);
8107
8099
  } finally {
8108
8100
  (currentResumableState = prevResumableState),
8109
8101
  (ReactSharedInternals.H = prevDispatcher),
@@ -9010,11 +9002,11 @@
9010
9002
  }
9011
9003
  function ensureCorrectIsomorphicReactVersion() {
9012
9004
  var isomorphicReactPackageVersion = React.version;
9013
- if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
9005
+ if ("19.3.0-canary-dd048c3b-20251105" !== isomorphicReactPackageVersion)
9014
9006
  throw Error(
9015
9007
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
9016
9008
  (isomorphicReactPackageVersion +
9017
- "\n - react-dom: 19.3.0-canary-67f7d47a-20251103\nLearn more: https://react.dev/warnings/version-mismatch")
9009
+ "\n - react-dom: 19.3.0-canary-dd048c3b-20251105\nLearn more: https://react.dev/warnings/version-mismatch")
9018
9010
  );
9019
9011
  }
9020
9012
  var React = require("react"),
@@ -10615,8 +10607,7 @@
10615
10607
  },
10616
10608
  void 0,
10617
10609
  void 0,
10618
- reject,
10619
- options ? options.onPostpone : void 0
10610
+ reject
10620
10611
  );
10621
10612
  if (options && options.signal) {
10622
10613
  var signal = options.signal;
@@ -10690,7 +10681,6 @@
10690
10681
  reject(error);
10691
10682
  },
10692
10683
  onFatalError,
10693
- options ? options.onPostpone : void 0,
10694
10684
  options ? options.formState : void 0
10695
10685
  );
10696
10686
  if (options && options.signal) {
@@ -10749,8 +10739,7 @@
10749
10739
  allReady.catch(function () {});
10750
10740
  reject(error);
10751
10741
  },
10752
- onFatalError,
10753
- options ? options.onPostpone : void 0
10742
+ onFatalError
10754
10743
  );
10755
10744
  if (options && options.signal) {
10756
10745
  var signal = options.signal;
@@ -10799,8 +10788,7 @@
10799
10788
  },
10800
10789
  void 0,
10801
10790
  void 0,
10802
- reject,
10803
- options ? options.onPostpone : void 0
10791
+ reject
10804
10792
  );
10805
10793
  if (options && options.signal) {
10806
10794
  var signal = options.signal;
@@ -10816,5 +10804,5 @@
10816
10804
  startWork(request);
10817
10805
  });
10818
10806
  };
10819
- exports.version = "19.3.0-canary-67f7d47a-20251103";
10807
+ exports.version = "19.3.0-canary-dd048c3b-20251105";
10820
10808
  })();