react-dom 19.2.0-canary-edac0dde-20250723 → 19.2.0-canary-19baee81-20250725

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.
@@ -854,11 +854,10 @@
854
854
  var fiber = workInProgress;
855
855
  workInProgress = fiber._debugOwner;
856
856
  var debugStack = fiber._debugStack;
857
- workInProgress &&
858
- debugStack &&
859
- ("string" !== typeof debugStack &&
860
- (fiber._debugStack = debugStack = formatOwnerStack(debugStack)),
861
- "" !== debugStack && (info += "\n" + debugStack));
857
+ if (workInProgress && debugStack) {
858
+ var formattedStack = formatOwnerStack(debugStack);
859
+ "" !== formattedStack && (info += "\n" + formattedStack);
860
+ }
862
861
  } else if (null != workInProgress.debugStack) {
863
862
  var ownerStack = workInProgress.debugStack;
864
863
  (workInProgress = workInProgress.owner) &&
@@ -9726,24 +9725,24 @@
9726
9725
  return current;
9727
9726
  }
9728
9727
  function updateSuspenseComponent(current, workInProgress, renderLanes) {
9729
- var JSCompiler_object_inline_digest_2556;
9730
- var JSCompiler_object_inline_stack_2557 = workInProgress.pendingProps;
9728
+ var JSCompiler_object_inline_digest_2557;
9729
+ var JSCompiler_object_inline_stack_2558 = workInProgress.pendingProps;
9731
9730
  shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
9732
- var JSCompiler_object_inline_message_2555 = !1;
9731
+ var JSCompiler_object_inline_message_2556 = !1;
9733
9732
  var didSuspend = 0 !== (workInProgress.flags & 128);
9734
- (JSCompiler_object_inline_digest_2556 = didSuspend) ||
9735
- (JSCompiler_object_inline_digest_2556 =
9733
+ (JSCompiler_object_inline_digest_2557 = didSuspend) ||
9734
+ (JSCompiler_object_inline_digest_2557 =
9736
9735
  null !== current && null === current.memoizedState
9737
9736
  ? !1
9738
9737
  : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
9739
- JSCompiler_object_inline_digest_2556 &&
9740
- ((JSCompiler_object_inline_message_2555 = !0),
9738
+ JSCompiler_object_inline_digest_2557 &&
9739
+ ((JSCompiler_object_inline_message_2556 = !0),
9741
9740
  (workInProgress.flags &= -129));
9742
- JSCompiler_object_inline_digest_2556 = 0 !== (workInProgress.flags & 32);
9741
+ JSCompiler_object_inline_digest_2557 = 0 !== (workInProgress.flags & 32);
9743
9742
  workInProgress.flags &= -33;
9744
9743
  if (null === current) {
9745
9744
  if (isHydrating) {
9746
- JSCompiler_object_inline_message_2555
9745
+ JSCompiler_object_inline_message_2556
9747
9746
  ? pushPrimaryTreeSuspenseHandler(workInProgress)
9748
9747
  : reuseSuspenseHandlerOnStack(workInProgress);
9749
9748
  (current = nextHydratableInstance)
@@ -9756,18 +9755,18 @@
9756
9755
  ? renderLanes
9757
9756
  : null),
9758
9757
  null !== renderLanes &&
9759
- ((JSCompiler_object_inline_digest_2556 = {
9758
+ ((JSCompiler_object_inline_digest_2557 = {
9760
9759
  dehydrated: renderLanes,
9761
9760
  treeContext: getSuspendedTreeContext(),
9762
9761
  retryLane: 536870912,
9763
9762
  hydrationErrors: null
9764
9763
  }),
9765
9764
  (workInProgress.memoizedState =
9766
- JSCompiler_object_inline_digest_2556),
9767
- (JSCompiler_object_inline_digest_2556 =
9765
+ JSCompiler_object_inline_digest_2557),
9766
+ (JSCompiler_object_inline_digest_2557 =
9768
9767
  createFiberFromDehydratedFragment(renderLanes)),
9769
- (JSCompiler_object_inline_digest_2556.return = workInProgress),
9770
- (workInProgress.child = JSCompiler_object_inline_digest_2556),
9768
+ (JSCompiler_object_inline_digest_2557.return = workInProgress),
9769
+ (workInProgress.child = JSCompiler_object_inline_digest_2557),
9771
9770
  (hydrationParentFiber = workInProgress),
9772
9771
  (nextHydratableInstance = null)))
9773
9772
  : (renderLanes = null);
@@ -9781,36 +9780,36 @@
9781
9780
  : (workInProgress.lanes = 536870912);
9782
9781
  return null;
9783
9782
  }
9784
- var nextPrimaryChildren = JSCompiler_object_inline_stack_2557.children;
9785
- JSCompiler_object_inline_stack_2557 =
9786
- JSCompiler_object_inline_stack_2557.fallback;
9787
- if (JSCompiler_object_inline_message_2555) {
9783
+ var nextPrimaryChildren = JSCompiler_object_inline_stack_2558.children;
9784
+ JSCompiler_object_inline_stack_2558 =
9785
+ JSCompiler_object_inline_stack_2558.fallback;
9786
+ if (JSCompiler_object_inline_message_2556) {
9788
9787
  reuseSuspenseHandlerOnStack(workInProgress);
9789
9788
  var mode = workInProgress.mode;
9790
9789
  nextPrimaryChildren = mountWorkInProgressOffscreenFiber(
9791
9790
  { mode: "hidden", children: nextPrimaryChildren },
9792
9791
  mode
9793
9792
  );
9794
- JSCompiler_object_inline_stack_2557 = createFiberFromFragment(
9795
- JSCompiler_object_inline_stack_2557,
9793
+ JSCompiler_object_inline_stack_2558 = createFiberFromFragment(
9794
+ JSCompiler_object_inline_stack_2558,
9796
9795
  mode,
9797
9796
  renderLanes,
9798
9797
  null
9799
9798
  );
9800
9799
  nextPrimaryChildren.return = workInProgress;
9801
- JSCompiler_object_inline_stack_2557.return = workInProgress;
9802
- nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2557;
9800
+ JSCompiler_object_inline_stack_2558.return = workInProgress;
9801
+ nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2558;
9803
9802
  workInProgress.child = nextPrimaryChildren;
9804
9803
  nextPrimaryChildren = workInProgress.child;
9805
9804
  nextPrimaryChildren.memoizedState =
9806
9805
  mountSuspenseOffscreenState(renderLanes);
9807
9806
  nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
9808
9807
  current,
9809
- JSCompiler_object_inline_digest_2556,
9808
+ JSCompiler_object_inline_digest_2557,
9810
9809
  renderLanes
9811
9810
  );
9812
9811
  workInProgress.memoizedState = SUSPENDED_MARKER;
9813
- return JSCompiler_object_inline_stack_2557;
9812
+ return JSCompiler_object_inline_stack_2558;
9814
9813
  }
9815
9814
  pushPrimaryTreeSuspenseHandler(workInProgress);
9816
9815
  return mountSuspensePrimaryChildren(
@@ -9820,8 +9819,8 @@
9820
9819
  }
9821
9820
  var prevState = current.memoizedState;
9822
9821
  if (null !== prevState) {
9823
- var JSCompiler_object_inline_componentStack_2558 = prevState.dehydrated;
9824
- if (null !== JSCompiler_object_inline_componentStack_2558) {
9822
+ var JSCompiler_object_inline_componentStack_2559 = prevState.dehydrated;
9823
+ if (null !== JSCompiler_object_inline_componentStack_2559) {
9825
9824
  if (didSuspend)
9826
9825
  workInProgress.flags & 256
9827
9826
  ? (pushPrimaryTreeSuspenseHandler(workInProgress),
@@ -9838,13 +9837,13 @@
9838
9837
  (workInProgress = null))
9839
9838
  : (reuseSuspenseHandlerOnStack(workInProgress),
9840
9839
  (nextPrimaryChildren =
9841
- JSCompiler_object_inline_stack_2557.fallback),
9840
+ JSCompiler_object_inline_stack_2558.fallback),
9842
9841
  (mode = workInProgress.mode),
9843
- (JSCompiler_object_inline_stack_2557 =
9842
+ (JSCompiler_object_inline_stack_2558 =
9844
9843
  mountWorkInProgressOffscreenFiber(
9845
9844
  {
9846
9845
  mode: "visible",
9847
- children: JSCompiler_object_inline_stack_2557.children
9846
+ children: JSCompiler_object_inline_stack_2558.children
9848
9847
  },
9849
9848
  mode
9850
9849
  )),
@@ -9855,24 +9854,24 @@
9855
9854
  null
9856
9855
  )),
9857
9856
  (nextPrimaryChildren.flags |= 2),
9858
- (JSCompiler_object_inline_stack_2557.return = workInProgress),
9857
+ (JSCompiler_object_inline_stack_2558.return = workInProgress),
9859
9858
  (nextPrimaryChildren.return = workInProgress),
9860
- (JSCompiler_object_inline_stack_2557.sibling =
9859
+ (JSCompiler_object_inline_stack_2558.sibling =
9861
9860
  nextPrimaryChildren),
9862
- (workInProgress.child = JSCompiler_object_inline_stack_2557),
9861
+ (workInProgress.child = JSCompiler_object_inline_stack_2558),
9863
9862
  reconcileChildFibers(
9864
9863
  workInProgress,
9865
9864
  current.child,
9866
9865
  null,
9867
9866
  renderLanes
9868
9867
  ),
9869
- (JSCompiler_object_inline_stack_2557 = workInProgress.child),
9870
- (JSCompiler_object_inline_stack_2557.memoizedState =
9868
+ (JSCompiler_object_inline_stack_2558 = workInProgress.child),
9869
+ (JSCompiler_object_inline_stack_2558.memoizedState =
9871
9870
  mountSuspenseOffscreenState(renderLanes)),
9872
- (JSCompiler_object_inline_stack_2557.childLanes =
9871
+ (JSCompiler_object_inline_stack_2558.childLanes =
9873
9872
  getRemainingWorkInPrimaryTree(
9874
9873
  current,
9875
- JSCompiler_object_inline_digest_2556,
9874
+ JSCompiler_object_inline_digest_2557,
9876
9875
  renderLanes
9877
9876
  )),
9878
9877
  (workInProgress.memoizedState = SUSPENDED_MARKER),
@@ -9881,45 +9880,45 @@
9881
9880
  (pushPrimaryTreeSuspenseHandler(workInProgress),
9882
9881
  warnIfHydrating(),
9883
9882
  isSuspenseInstanceFallback(
9884
- JSCompiler_object_inline_componentStack_2558
9883
+ JSCompiler_object_inline_componentStack_2559
9885
9884
  ))
9886
9885
  ) {
9887
- JSCompiler_object_inline_digest_2556 =
9888
- JSCompiler_object_inline_componentStack_2558.nextSibling &&
9889
- JSCompiler_object_inline_componentStack_2558.nextSibling.dataset;
9890
- if (JSCompiler_object_inline_digest_2556) {
9891
- nextPrimaryChildren = JSCompiler_object_inline_digest_2556.dgst;
9892
- var message = JSCompiler_object_inline_digest_2556.msg;
9893
- mode = JSCompiler_object_inline_digest_2556.stck;
9894
- var componentStack = JSCompiler_object_inline_digest_2556.cstck;
9886
+ JSCompiler_object_inline_digest_2557 =
9887
+ JSCompiler_object_inline_componentStack_2559.nextSibling &&
9888
+ JSCompiler_object_inline_componentStack_2559.nextSibling.dataset;
9889
+ if (JSCompiler_object_inline_digest_2557) {
9890
+ nextPrimaryChildren = JSCompiler_object_inline_digest_2557.dgst;
9891
+ var message = JSCompiler_object_inline_digest_2557.msg;
9892
+ mode = JSCompiler_object_inline_digest_2557.stck;
9893
+ var componentStack = JSCompiler_object_inline_digest_2557.cstck;
9895
9894
  }
9896
- JSCompiler_object_inline_message_2555 = message;
9897
- JSCompiler_object_inline_digest_2556 = nextPrimaryChildren;
9898
- JSCompiler_object_inline_stack_2557 = mode;
9899
- JSCompiler_object_inline_componentStack_2558 = componentStack;
9900
- nextPrimaryChildren = JSCompiler_object_inline_message_2555;
9901
- mode = JSCompiler_object_inline_componentStack_2558;
9895
+ JSCompiler_object_inline_message_2556 = message;
9896
+ JSCompiler_object_inline_digest_2557 = nextPrimaryChildren;
9897
+ JSCompiler_object_inline_stack_2558 = mode;
9898
+ JSCompiler_object_inline_componentStack_2559 = componentStack;
9899
+ nextPrimaryChildren = JSCompiler_object_inline_message_2556;
9900
+ mode = JSCompiler_object_inline_componentStack_2559;
9902
9901
  nextPrimaryChildren = nextPrimaryChildren
9903
9902
  ? Error(nextPrimaryChildren)
9904
9903
  : Error(
9905
9904
  "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
9906
9905
  );
9907
9906
  nextPrimaryChildren.stack =
9908
- JSCompiler_object_inline_stack_2557 || "";
9909
- nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2556;
9910
- JSCompiler_object_inline_digest_2556 =
9907
+ JSCompiler_object_inline_stack_2558 || "";
9908
+ nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2557;
9909
+ JSCompiler_object_inline_digest_2557 =
9911
9910
  void 0 === mode ? null : mode;
9912
- JSCompiler_object_inline_stack_2557 = {
9911
+ JSCompiler_object_inline_stack_2558 = {
9913
9912
  value: nextPrimaryChildren,
9914
9913
  source: null,
9915
- stack: JSCompiler_object_inline_digest_2556
9914
+ stack: JSCompiler_object_inline_digest_2557
9916
9915
  };
9917
- "string" === typeof JSCompiler_object_inline_digest_2556 &&
9916
+ "string" === typeof JSCompiler_object_inline_digest_2557 &&
9918
9917
  CapturedStacks.set(
9919
9918
  nextPrimaryChildren,
9920
- JSCompiler_object_inline_stack_2557
9919
+ JSCompiler_object_inline_stack_2558
9921
9920
  );
9922
- queueHydrationError(JSCompiler_object_inline_stack_2557);
9921
+ queueHydrationError(JSCompiler_object_inline_stack_2558);
9923
9922
  workInProgress = retrySuspenseComponentWithoutHydrating(
9924
9923
  current,
9925
9924
  workInProgress,
@@ -9933,35 +9932,35 @@
9933
9932
  renderLanes,
9934
9933
  !1
9935
9934
  ),
9936
- (JSCompiler_object_inline_digest_2556 =
9935
+ (JSCompiler_object_inline_digest_2557 =
9937
9936
  0 !== (renderLanes & current.childLanes)),
9938
- didReceiveUpdate || JSCompiler_object_inline_digest_2556)
9937
+ didReceiveUpdate || JSCompiler_object_inline_digest_2557)
9939
9938
  ) {
9940
- JSCompiler_object_inline_digest_2556 = workInProgressRoot;
9939
+ JSCompiler_object_inline_digest_2557 = workInProgressRoot;
9941
9940
  if (
9942
- null !== JSCompiler_object_inline_digest_2556 &&
9943
- ((JSCompiler_object_inline_stack_2557 = getBumpedLaneForHydration(
9944
- JSCompiler_object_inline_digest_2556,
9941
+ null !== JSCompiler_object_inline_digest_2557 &&
9942
+ ((JSCompiler_object_inline_stack_2558 = getBumpedLaneForHydration(
9943
+ JSCompiler_object_inline_digest_2557,
9945
9944
  renderLanes
9946
9945
  )),
9947
- 0 !== JSCompiler_object_inline_stack_2557 &&
9948
- JSCompiler_object_inline_stack_2557 !== prevState.retryLane)
9946
+ 0 !== JSCompiler_object_inline_stack_2558 &&
9947
+ JSCompiler_object_inline_stack_2558 !== prevState.retryLane)
9949
9948
  )
9950
9949
  throw (
9951
- ((prevState.retryLane = JSCompiler_object_inline_stack_2557),
9950
+ ((prevState.retryLane = JSCompiler_object_inline_stack_2558),
9952
9951
  enqueueConcurrentRenderForLane(
9953
9952
  current,
9954
- JSCompiler_object_inline_stack_2557
9953
+ JSCompiler_object_inline_stack_2558
9955
9954
  ),
9956
9955
  scheduleUpdateOnFiber(
9957
- JSCompiler_object_inline_digest_2556,
9956
+ JSCompiler_object_inline_digest_2557,
9958
9957
  current,
9959
- JSCompiler_object_inline_stack_2557
9958
+ JSCompiler_object_inline_stack_2558
9960
9959
  ),
9961
9960
  SelectiveHydrationException)
9962
9961
  );
9963
9962
  isSuspenseInstancePending(
9964
- JSCompiler_object_inline_componentStack_2558
9963
+ JSCompiler_object_inline_componentStack_2559
9965
9964
  ) || renderDidSuspendDelayIfPossible();
9966
9965
  workInProgress = retrySuspenseComponentWithoutHydrating(
9967
9966
  current,
@@ -9970,14 +9969,14 @@
9970
9969
  );
9971
9970
  } else
9972
9971
  isSuspenseInstancePending(
9973
- JSCompiler_object_inline_componentStack_2558
9972
+ JSCompiler_object_inline_componentStack_2559
9974
9973
  )
9975
9974
  ? ((workInProgress.flags |= 192),
9976
9975
  (workInProgress.child = current.child),
9977
9976
  (workInProgress = null))
9978
9977
  : ((current = prevState.treeContext),
9979
9978
  (nextHydratableInstance = getNextHydratable(
9980
- JSCompiler_object_inline_componentStack_2558.nextSibling
9979
+ JSCompiler_object_inline_componentStack_2559.nextSibling
9981
9980
  )),
9982
9981
  (hydrationParentFiber = workInProgress),
9983
9982
  (isHydrating = !0),
@@ -9989,32 +9988,32 @@
9989
9988
  restoreSuspendedTreeContext(workInProgress, current),
9990
9989
  (workInProgress = mountSuspensePrimaryChildren(
9991
9990
  workInProgress,
9992
- JSCompiler_object_inline_stack_2557.children
9991
+ JSCompiler_object_inline_stack_2558.children
9993
9992
  )),
9994
9993
  (workInProgress.flags |= 4096));
9995
9994
  return workInProgress;
9996
9995
  }
9997
9996
  }
9998
- if (JSCompiler_object_inline_message_2555)
9997
+ if (JSCompiler_object_inline_message_2556)
9999
9998
  return (
10000
9999
  reuseSuspenseHandlerOnStack(workInProgress),
10001
- (nextPrimaryChildren = JSCompiler_object_inline_stack_2557.fallback),
10000
+ (nextPrimaryChildren = JSCompiler_object_inline_stack_2558.fallback),
10002
10001
  (mode = workInProgress.mode),
10003
10002
  (componentStack = current.child),
10004
- (JSCompiler_object_inline_componentStack_2558 =
10003
+ (JSCompiler_object_inline_componentStack_2559 =
10005
10004
  componentStack.sibling),
10006
- (JSCompiler_object_inline_stack_2557 = createWorkInProgress(
10005
+ (JSCompiler_object_inline_stack_2558 = createWorkInProgress(
10007
10006
  componentStack,
10008
10007
  {
10009
10008
  mode: "hidden",
10010
- children: JSCompiler_object_inline_stack_2557.children
10009
+ children: JSCompiler_object_inline_stack_2558.children
10011
10010
  }
10012
10011
  )),
10013
- (JSCompiler_object_inline_stack_2557.subtreeFlags =
10012
+ (JSCompiler_object_inline_stack_2558.subtreeFlags =
10014
10013
  componentStack.subtreeFlags & 65011712),
10015
- null !== JSCompiler_object_inline_componentStack_2558
10014
+ null !== JSCompiler_object_inline_componentStack_2559
10016
10015
  ? (nextPrimaryChildren = createWorkInProgress(
10017
- JSCompiler_object_inline_componentStack_2558,
10016
+ JSCompiler_object_inline_componentStack_2559,
10018
10017
  nextPrimaryChildren
10019
10018
  ))
10020
10019
  : ((nextPrimaryChildren = createFiberFromFragment(
@@ -10025,24 +10024,24 @@
10025
10024
  )),
10026
10025
  (nextPrimaryChildren.flags |= 2)),
10027
10026
  (nextPrimaryChildren.return = workInProgress),
10028
- (JSCompiler_object_inline_stack_2557.return = workInProgress),
10029
- (JSCompiler_object_inline_stack_2557.sibling = nextPrimaryChildren),
10030
- (workInProgress.child = JSCompiler_object_inline_stack_2557),
10031
- (JSCompiler_object_inline_stack_2557 = nextPrimaryChildren),
10027
+ (JSCompiler_object_inline_stack_2558.return = workInProgress),
10028
+ (JSCompiler_object_inline_stack_2558.sibling = nextPrimaryChildren),
10029
+ (workInProgress.child = JSCompiler_object_inline_stack_2558),
10030
+ (JSCompiler_object_inline_stack_2558 = nextPrimaryChildren),
10032
10031
  (nextPrimaryChildren = workInProgress.child),
10033
10032
  (mode = current.child.memoizedState),
10034
10033
  null === mode
10035
10034
  ? (mode = mountSuspenseOffscreenState(renderLanes))
10036
10035
  : ((componentStack = mode.cachePool),
10037
10036
  null !== componentStack
10038
- ? ((JSCompiler_object_inline_componentStack_2558 =
10037
+ ? ((JSCompiler_object_inline_componentStack_2559 =
10039
10038
  CacheContext._currentValue),
10040
10039
  (componentStack =
10041
10040
  componentStack.parent !==
10042
- JSCompiler_object_inline_componentStack_2558
10041
+ JSCompiler_object_inline_componentStack_2559
10043
10042
  ? {
10044
- parent: JSCompiler_object_inline_componentStack_2558,
10045
- pool: JSCompiler_object_inline_componentStack_2558
10043
+ parent: JSCompiler_object_inline_componentStack_2559,
10044
+ pool: JSCompiler_object_inline_componentStack_2559
10046
10045
  }
10047
10046
  : componentStack))
10048
10047
  : (componentStack = getSuspendedCache()),
@@ -10053,27 +10052,27 @@
10053
10052
  (nextPrimaryChildren.memoizedState = mode),
10054
10053
  (nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
10055
10054
  current,
10056
- JSCompiler_object_inline_digest_2556,
10055
+ JSCompiler_object_inline_digest_2557,
10057
10056
  renderLanes
10058
10057
  )),
10059
10058
  (workInProgress.memoizedState = SUSPENDED_MARKER),
10060
- JSCompiler_object_inline_stack_2557
10059
+ JSCompiler_object_inline_stack_2558
10061
10060
  );
10062
10061
  pushPrimaryTreeSuspenseHandler(workInProgress);
10063
10062
  renderLanes = current.child;
10064
10063
  current = renderLanes.sibling;
10065
10064
  renderLanes = createWorkInProgress(renderLanes, {
10066
10065
  mode: "visible",
10067
- children: JSCompiler_object_inline_stack_2557.children
10066
+ children: JSCompiler_object_inline_stack_2558.children
10068
10067
  });
10069
10068
  renderLanes.return = workInProgress;
10070
10069
  renderLanes.sibling = null;
10071
10070
  null !== current &&
10072
- ((JSCompiler_object_inline_digest_2556 = workInProgress.deletions),
10073
- null === JSCompiler_object_inline_digest_2556
10071
+ ((JSCompiler_object_inline_digest_2557 = workInProgress.deletions),
10072
+ null === JSCompiler_object_inline_digest_2557
10074
10073
  ? ((workInProgress.deletions = [current]),
10075
10074
  (workInProgress.flags |= 16))
10076
- : JSCompiler_object_inline_digest_2556.push(current));
10075
+ : JSCompiler_object_inline_digest_2557.push(current));
10077
10076
  workInProgress.child = renderLanes;
10078
10077
  workInProgress.memoizedState = null;
10079
10078
  return renderLanes;
@@ -25559,11 +25558,11 @@
25559
25558
  };
25560
25559
  (function () {
25561
25560
  var isomorphicReactPackageVersion = React.version;
25562
- if ("19.2.0-canary-edac0dde-20250723" !== isomorphicReactPackageVersion)
25561
+ if ("19.2.0-canary-19baee81-20250725" !== isomorphicReactPackageVersion)
25563
25562
  throw Error(
25564
25563
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25565
25564
  (isomorphicReactPackageVersion +
25566
- "\n - react-dom: 19.2.0-canary-edac0dde-20250723\nLearn more: https://react.dev/warnings/version-mismatch")
25565
+ "\n - react-dom: 19.2.0-canary-19baee81-20250725\nLearn more: https://react.dev/warnings/version-mismatch")
25567
25566
  );
25568
25567
  })();
25569
25568
  ("function" === typeof Map &&
@@ -25600,10 +25599,10 @@
25600
25599
  !(function () {
25601
25600
  var internals = {
25602
25601
  bundleType: 1,
25603
- version: "19.2.0-canary-edac0dde-20250723",
25602
+ version: "19.2.0-canary-19baee81-20250725",
25604
25603
  rendererPackageName: "react-dom",
25605
25604
  currentDispatcherRef: ReactSharedInternals,
25606
- reconcilerVersion: "19.2.0-canary-edac0dde-20250723"
25605
+ reconcilerVersion: "19.2.0-canary-19baee81-20250725"
25607
25606
  };
25608
25607
  internals.overrideHookState = overrideHookState;
25609
25608
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -26071,7 +26070,7 @@
26071
26070
  exports.useFormStatus = function () {
26072
26071
  return resolveDispatcher().useHostTransitionStatus();
26073
26072
  };
26074
- exports.version = "19.2.0-canary-edac0dde-20250723";
26073
+ exports.version = "19.2.0-canary-19baee81-20250725";
26075
26074
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
26076
26075
  "function" ===
26077
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-edac0dde-20250723" !==
16420
+ "19.2.0-canary-19baee81-20250725" !==
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-edac0dde-20250723"
16427
+ "19.2.0-canary-19baee81-20250725"
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-edac0dde-20250723",
16449
+ version: "19.2.0-canary-19baee81-20250725",
16450
16450
  rendererPackageName: "react-dom",
16451
16451
  currentDispatcherRef: ReactSharedInternals,
16452
- reconcilerVersion: "19.2.0-canary-edac0dde-20250723",
16452
+ reconcilerVersion: "19.2.0-canary-19baee81-20250725",
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-edac0dde-20250723";
16725
+ exports.version = "19.2.0-canary-19baee81-20250725";
16726
16726
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16727
16727
  "function" ===
16728
16728
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -4687,6 +4687,27 @@
4687
4687
  }
4688
4688
  return JSCompiler_inline_result$jscomp$0;
4689
4689
  }
4690
+ function pushHaltedAwaitOnComponentStack(task, debugInfo) {
4691
+ if (null != debugInfo)
4692
+ for (var i = debugInfo.length - 1; 0 <= i; i--) {
4693
+ var info = debugInfo[i];
4694
+ if ("string" === typeof info.name) break;
4695
+ if ("number" === typeof info.time) break;
4696
+ if (null != info.awaited) {
4697
+ var bestStack = null == info.debugStack ? info.awaited : info;
4698
+ if (void 0 !== bestStack.debugStack) {
4699
+ task.componentStack = {
4700
+ parent: task.componentStack,
4701
+ type: info,
4702
+ owner: bestStack.owner,
4703
+ stack: bestStack.debugStack
4704
+ };
4705
+ task.debugTask = bestStack.debugTask;
4706
+ break;
4707
+ }
4708
+ }
4709
+ }
4710
+ }
4690
4711
  function pushServerComponentStack(task, debugInfo) {
4691
4712
  if (null != debugInfo)
4692
4713
  for (var i = 0; i < debugInfo.length; i++) {
@@ -6893,6 +6914,10 @@
6893
6914
  segment.status = ABORTED;
6894
6915
  }
6895
6916
  segment = getThrownInfo(task.componentStack);
6917
+ var node = task.node;
6918
+ null !== node &&
6919
+ "object" === typeof node &&
6920
+ pushHaltedAwaitOnComponentStack(task, node._debugInfo);
6896
6921
  if (null === boundary) {
6897
6922
  if (13 !== request.status && request.status !== CLOSED) {
6898
6923
  boundary = task.replay;
@@ -6902,38 +6927,28 @@
6902
6927
  return;
6903
6928
  }
6904
6929
  boundary.pendingTasks--;
6905
- if (0 === boundary.pendingTasks && 0 < boundary.nodes.length) {
6906
- var errorDigest = logRecoverableError(
6907
- request,
6908
- error,
6909
- segment,
6910
- null
6911
- );
6930
+ 0 === boundary.pendingTasks &&
6931
+ 0 < boundary.nodes.length &&
6932
+ ((node = logRecoverableError(request, error, segment, null)),
6912
6933
  abortRemainingReplayNodes(
6913
6934
  request,
6914
6935
  null,
6915
6936
  boundary.nodes,
6916
6937
  boundary.slots,
6917
6938
  error,
6918
- errorDigest,
6939
+ node,
6919
6940
  segment,
6920
6941
  !0
6921
- );
6922
- }
6942
+ ));
6923
6943
  request.pendingRootTasks--;
6924
6944
  0 === request.pendingRootTasks && completeShell(request);
6925
6945
  }
6926
6946
  } else
6927
6947
  boundary.status !== CLIENT_RENDERED &&
6928
6948
  ((boundary.status = CLIENT_RENDERED),
6929
- (errorDigest = logRecoverableError(
6930
- request,
6931
- error,
6932
- segment,
6933
- task.debugTask
6934
- )),
6949
+ (node = logRecoverableError(request, error, segment, task.debugTask)),
6935
6950
  (boundary.status = CLIENT_RENDERED),
6936
- encodeErrorForBoundary(boundary, errorDigest, error, segment, !0),
6951
+ encodeErrorForBoundary(boundary, node, error, segment, !0),
6937
6952
  untrackBoundary(request, boundary),
6938
6953
  boundary.parentFlushed &&
6939
6954
  request.clientRenderedBoundaries.push(boundary)),
@@ -9701,5 +9716,5 @@
9701
9716
  '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'
9702
9717
  );
9703
9718
  };
9704
- exports.version = "19.2.0-canary-edac0dde-20250723";
9719
+ exports.version = "19.2.0-canary-19baee81-20250725";
9705
9720
  })();
@@ -6467,4 +6467,4 @@ exports.renderToString = function (children, options) {
6467
6467
  '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
6468
  );
6469
6469
  };
6470
- exports.version = "19.2.0-canary-edac0dde-20250723";
6470
+ exports.version = "19.2.0-canary-19baee81-20250725";