react-dom 19.2.0-canary-7216c0f0-20250630 → 19.2.0-canary-ef8b6fa2-20250702

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.
@@ -542,7 +542,7 @@
542
542
  prevPrepareStackTrace = error.indexOf("\n");
543
543
  -1 !== prevPrepareStackTrace &&
544
544
  (error = error.slice(prevPrepareStackTrace + 1));
545
- prevPrepareStackTrace = error.indexOf("react-stack-bottom-frame");
545
+ prevPrepareStackTrace = error.indexOf("react_stack_bottom_frame");
546
546
  -1 !== prevPrepareStackTrace &&
547
547
  (prevPrepareStackTrace = error.lastIndexOf(
548
548
  "\n",
@@ -9714,24 +9714,24 @@
9714
9714
  return current;
9715
9715
  }
9716
9716
  function updateSuspenseComponent(current, workInProgress, renderLanes) {
9717
- var JSCompiler_object_inline_digest_2554;
9718
- var JSCompiler_object_inline_stack_2555 = workInProgress.pendingProps;
9717
+ var JSCompiler_object_inline_digest_2551;
9718
+ var JSCompiler_object_inline_stack_2552 = workInProgress.pendingProps;
9719
9719
  shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
9720
- var JSCompiler_object_inline_message_2553 = !1;
9720
+ var JSCompiler_object_inline_message_2550 = !1;
9721
9721
  var didSuspend = 0 !== (workInProgress.flags & 128);
9722
- (JSCompiler_object_inline_digest_2554 = didSuspend) ||
9723
- (JSCompiler_object_inline_digest_2554 =
9722
+ (JSCompiler_object_inline_digest_2551 = didSuspend) ||
9723
+ (JSCompiler_object_inline_digest_2551 =
9724
9724
  null !== current && null === current.memoizedState
9725
9725
  ? !1
9726
9726
  : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
9727
- JSCompiler_object_inline_digest_2554 &&
9728
- ((JSCompiler_object_inline_message_2553 = !0),
9727
+ JSCompiler_object_inline_digest_2551 &&
9728
+ ((JSCompiler_object_inline_message_2550 = !0),
9729
9729
  (workInProgress.flags &= -129));
9730
- JSCompiler_object_inline_digest_2554 = 0 !== (workInProgress.flags & 32);
9730
+ JSCompiler_object_inline_digest_2551 = 0 !== (workInProgress.flags & 32);
9731
9731
  workInProgress.flags &= -33;
9732
9732
  if (null === current) {
9733
9733
  if (isHydrating) {
9734
- JSCompiler_object_inline_message_2553
9734
+ JSCompiler_object_inline_message_2550
9735
9735
  ? pushPrimaryTreeSuspenseHandler(workInProgress)
9736
9736
  : reuseSuspenseHandlerOnStack(workInProgress);
9737
9737
  (current = nextHydratableInstance)
@@ -9744,18 +9744,18 @@
9744
9744
  ? renderLanes
9745
9745
  : null),
9746
9746
  null !== renderLanes &&
9747
- ((JSCompiler_object_inline_digest_2554 = {
9747
+ ((JSCompiler_object_inline_digest_2551 = {
9748
9748
  dehydrated: renderLanes,
9749
9749
  treeContext: getSuspendedTreeContext(),
9750
9750
  retryLane: 536870912,
9751
9751
  hydrationErrors: null
9752
9752
  }),
9753
9753
  (workInProgress.memoizedState =
9754
- JSCompiler_object_inline_digest_2554),
9755
- (JSCompiler_object_inline_digest_2554 =
9754
+ JSCompiler_object_inline_digest_2551),
9755
+ (JSCompiler_object_inline_digest_2551 =
9756
9756
  createFiberFromDehydratedFragment(renderLanes)),
9757
- (JSCompiler_object_inline_digest_2554.return = workInProgress),
9758
- (workInProgress.child = JSCompiler_object_inline_digest_2554),
9757
+ (JSCompiler_object_inline_digest_2551.return = workInProgress),
9758
+ (workInProgress.child = JSCompiler_object_inline_digest_2551),
9759
9759
  (hydrationParentFiber = workInProgress),
9760
9760
  (nextHydratableInstance = null)))
9761
9761
  : (renderLanes = null);
@@ -9769,36 +9769,36 @@
9769
9769
  : (workInProgress.lanes = 536870912);
9770
9770
  return null;
9771
9771
  }
9772
- var nextPrimaryChildren = JSCompiler_object_inline_stack_2555.children;
9773
- JSCompiler_object_inline_stack_2555 =
9774
- JSCompiler_object_inline_stack_2555.fallback;
9775
- if (JSCompiler_object_inline_message_2553) {
9772
+ var nextPrimaryChildren = JSCompiler_object_inline_stack_2552.children;
9773
+ JSCompiler_object_inline_stack_2552 =
9774
+ JSCompiler_object_inline_stack_2552.fallback;
9775
+ if (JSCompiler_object_inline_message_2550) {
9776
9776
  reuseSuspenseHandlerOnStack(workInProgress);
9777
9777
  var mode = workInProgress.mode;
9778
9778
  nextPrimaryChildren = mountWorkInProgressOffscreenFiber(
9779
9779
  { mode: "hidden", children: nextPrimaryChildren },
9780
9780
  mode
9781
9781
  );
9782
- JSCompiler_object_inline_stack_2555 = createFiberFromFragment(
9783
- JSCompiler_object_inline_stack_2555,
9782
+ JSCompiler_object_inline_stack_2552 = createFiberFromFragment(
9783
+ JSCompiler_object_inline_stack_2552,
9784
9784
  mode,
9785
9785
  renderLanes,
9786
9786
  null
9787
9787
  );
9788
9788
  nextPrimaryChildren.return = workInProgress;
9789
- JSCompiler_object_inline_stack_2555.return = workInProgress;
9790
- nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2555;
9789
+ JSCompiler_object_inline_stack_2552.return = workInProgress;
9790
+ nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2552;
9791
9791
  workInProgress.child = nextPrimaryChildren;
9792
9792
  nextPrimaryChildren = workInProgress.child;
9793
9793
  nextPrimaryChildren.memoizedState =
9794
9794
  mountSuspenseOffscreenState(renderLanes);
9795
9795
  nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
9796
9796
  current,
9797
- JSCompiler_object_inline_digest_2554,
9797
+ JSCompiler_object_inline_digest_2551,
9798
9798
  renderLanes
9799
9799
  );
9800
9800
  workInProgress.memoizedState = SUSPENDED_MARKER;
9801
- return JSCompiler_object_inline_stack_2555;
9801
+ return JSCompiler_object_inline_stack_2552;
9802
9802
  }
9803
9803
  pushPrimaryTreeSuspenseHandler(workInProgress);
9804
9804
  return mountSuspensePrimaryChildren(
@@ -9808,8 +9808,8 @@
9808
9808
  }
9809
9809
  var prevState = current.memoizedState;
9810
9810
  if (null !== prevState) {
9811
- var JSCompiler_object_inline_componentStack_2556 = prevState.dehydrated;
9812
- if (null !== JSCompiler_object_inline_componentStack_2556) {
9811
+ var JSCompiler_object_inline_componentStack_2553 = prevState.dehydrated;
9812
+ if (null !== JSCompiler_object_inline_componentStack_2553) {
9813
9813
  if (didSuspend)
9814
9814
  workInProgress.flags & 256
9815
9815
  ? (pushPrimaryTreeSuspenseHandler(workInProgress),
@@ -9826,13 +9826,13 @@
9826
9826
  (workInProgress = null))
9827
9827
  : (reuseSuspenseHandlerOnStack(workInProgress),
9828
9828
  (nextPrimaryChildren =
9829
- JSCompiler_object_inline_stack_2555.fallback),
9829
+ JSCompiler_object_inline_stack_2552.fallback),
9830
9830
  (mode = workInProgress.mode),
9831
- (JSCompiler_object_inline_stack_2555 =
9831
+ (JSCompiler_object_inline_stack_2552 =
9832
9832
  mountWorkInProgressOffscreenFiber(
9833
9833
  {
9834
9834
  mode: "visible",
9835
- children: JSCompiler_object_inline_stack_2555.children
9835
+ children: JSCompiler_object_inline_stack_2552.children
9836
9836
  },
9837
9837
  mode
9838
9838
  )),
@@ -9843,24 +9843,24 @@
9843
9843
  null
9844
9844
  )),
9845
9845
  (nextPrimaryChildren.flags |= 2),
9846
- (JSCompiler_object_inline_stack_2555.return = workInProgress),
9846
+ (JSCompiler_object_inline_stack_2552.return = workInProgress),
9847
9847
  (nextPrimaryChildren.return = workInProgress),
9848
- (JSCompiler_object_inline_stack_2555.sibling =
9848
+ (JSCompiler_object_inline_stack_2552.sibling =
9849
9849
  nextPrimaryChildren),
9850
- (workInProgress.child = JSCompiler_object_inline_stack_2555),
9850
+ (workInProgress.child = JSCompiler_object_inline_stack_2552),
9851
9851
  reconcileChildFibers(
9852
9852
  workInProgress,
9853
9853
  current.child,
9854
9854
  null,
9855
9855
  renderLanes
9856
9856
  ),
9857
- (JSCompiler_object_inline_stack_2555 = workInProgress.child),
9858
- (JSCompiler_object_inline_stack_2555.memoizedState =
9857
+ (JSCompiler_object_inline_stack_2552 = workInProgress.child),
9858
+ (JSCompiler_object_inline_stack_2552.memoizedState =
9859
9859
  mountSuspenseOffscreenState(renderLanes)),
9860
- (JSCompiler_object_inline_stack_2555.childLanes =
9860
+ (JSCompiler_object_inline_stack_2552.childLanes =
9861
9861
  getRemainingWorkInPrimaryTree(
9862
9862
  current,
9863
- JSCompiler_object_inline_digest_2554,
9863
+ JSCompiler_object_inline_digest_2551,
9864
9864
  renderLanes
9865
9865
  )),
9866
9866
  (workInProgress.memoizedState = SUSPENDED_MARKER),
@@ -9869,45 +9869,45 @@
9869
9869
  (pushPrimaryTreeSuspenseHandler(workInProgress),
9870
9870
  warnIfHydrating(),
9871
9871
  isSuspenseInstanceFallback(
9872
- JSCompiler_object_inline_componentStack_2556
9872
+ JSCompiler_object_inline_componentStack_2553
9873
9873
  ))
9874
9874
  ) {
9875
- JSCompiler_object_inline_digest_2554 =
9876
- JSCompiler_object_inline_componentStack_2556.nextSibling &&
9877
- JSCompiler_object_inline_componentStack_2556.nextSibling.dataset;
9878
- if (JSCompiler_object_inline_digest_2554) {
9879
- nextPrimaryChildren = JSCompiler_object_inline_digest_2554.dgst;
9880
- var message = JSCompiler_object_inline_digest_2554.msg;
9881
- mode = JSCompiler_object_inline_digest_2554.stck;
9882
- var componentStack = JSCompiler_object_inline_digest_2554.cstck;
9875
+ JSCompiler_object_inline_digest_2551 =
9876
+ JSCompiler_object_inline_componentStack_2553.nextSibling &&
9877
+ JSCompiler_object_inline_componentStack_2553.nextSibling.dataset;
9878
+ if (JSCompiler_object_inline_digest_2551) {
9879
+ nextPrimaryChildren = JSCompiler_object_inline_digest_2551.dgst;
9880
+ var message = JSCompiler_object_inline_digest_2551.msg;
9881
+ mode = JSCompiler_object_inline_digest_2551.stck;
9882
+ var componentStack = JSCompiler_object_inline_digest_2551.cstck;
9883
9883
  }
9884
- JSCompiler_object_inline_message_2553 = message;
9885
- JSCompiler_object_inline_digest_2554 = nextPrimaryChildren;
9886
- JSCompiler_object_inline_stack_2555 = mode;
9887
- JSCompiler_object_inline_componentStack_2556 = componentStack;
9888
- nextPrimaryChildren = JSCompiler_object_inline_message_2553;
9889
- mode = JSCompiler_object_inline_componentStack_2556;
9884
+ JSCompiler_object_inline_message_2550 = message;
9885
+ JSCompiler_object_inline_digest_2551 = nextPrimaryChildren;
9886
+ JSCompiler_object_inline_stack_2552 = mode;
9887
+ JSCompiler_object_inline_componentStack_2553 = componentStack;
9888
+ nextPrimaryChildren = JSCompiler_object_inline_message_2550;
9889
+ mode = JSCompiler_object_inline_componentStack_2553;
9890
9890
  nextPrimaryChildren = nextPrimaryChildren
9891
9891
  ? Error(nextPrimaryChildren)
9892
9892
  : Error(
9893
9893
  "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
9894
9894
  );
9895
9895
  nextPrimaryChildren.stack =
9896
- JSCompiler_object_inline_stack_2555 || "";
9897
- nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2554;
9898
- JSCompiler_object_inline_digest_2554 =
9896
+ JSCompiler_object_inline_stack_2552 || "";
9897
+ nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2551;
9898
+ JSCompiler_object_inline_digest_2551 =
9899
9899
  void 0 === mode ? null : mode;
9900
- JSCompiler_object_inline_stack_2555 = {
9900
+ JSCompiler_object_inline_stack_2552 = {
9901
9901
  value: nextPrimaryChildren,
9902
9902
  source: null,
9903
- stack: JSCompiler_object_inline_digest_2554
9903
+ stack: JSCompiler_object_inline_digest_2551
9904
9904
  };
9905
- "string" === typeof JSCompiler_object_inline_digest_2554 &&
9905
+ "string" === typeof JSCompiler_object_inline_digest_2551 &&
9906
9906
  CapturedStacks.set(
9907
9907
  nextPrimaryChildren,
9908
- JSCompiler_object_inline_stack_2555
9908
+ JSCompiler_object_inline_stack_2552
9909
9909
  );
9910
- queueHydrationError(JSCompiler_object_inline_stack_2555);
9910
+ queueHydrationError(JSCompiler_object_inline_stack_2552);
9911
9911
  workInProgress = retrySuspenseComponentWithoutHydrating(
9912
9912
  current,
9913
9913
  workInProgress,
@@ -9921,35 +9921,35 @@
9921
9921
  renderLanes,
9922
9922
  !1
9923
9923
  ),
9924
- (JSCompiler_object_inline_digest_2554 =
9924
+ (JSCompiler_object_inline_digest_2551 =
9925
9925
  0 !== (renderLanes & current.childLanes)),
9926
- didReceiveUpdate || JSCompiler_object_inline_digest_2554)
9926
+ didReceiveUpdate || JSCompiler_object_inline_digest_2551)
9927
9927
  ) {
9928
- JSCompiler_object_inline_digest_2554 = workInProgressRoot;
9928
+ JSCompiler_object_inline_digest_2551 = workInProgressRoot;
9929
9929
  if (
9930
- null !== JSCompiler_object_inline_digest_2554 &&
9931
- ((JSCompiler_object_inline_stack_2555 = getBumpedLaneForHydration(
9932
- JSCompiler_object_inline_digest_2554,
9930
+ null !== JSCompiler_object_inline_digest_2551 &&
9931
+ ((JSCompiler_object_inline_stack_2552 = getBumpedLaneForHydration(
9932
+ JSCompiler_object_inline_digest_2551,
9933
9933
  renderLanes
9934
9934
  )),
9935
- 0 !== JSCompiler_object_inline_stack_2555 &&
9936
- JSCompiler_object_inline_stack_2555 !== prevState.retryLane)
9935
+ 0 !== JSCompiler_object_inline_stack_2552 &&
9936
+ JSCompiler_object_inline_stack_2552 !== prevState.retryLane)
9937
9937
  )
9938
9938
  throw (
9939
- ((prevState.retryLane = JSCompiler_object_inline_stack_2555),
9939
+ ((prevState.retryLane = JSCompiler_object_inline_stack_2552),
9940
9940
  enqueueConcurrentRenderForLane(
9941
9941
  current,
9942
- JSCompiler_object_inline_stack_2555
9942
+ JSCompiler_object_inline_stack_2552
9943
9943
  ),
9944
9944
  scheduleUpdateOnFiber(
9945
- JSCompiler_object_inline_digest_2554,
9945
+ JSCompiler_object_inline_digest_2551,
9946
9946
  current,
9947
- JSCompiler_object_inline_stack_2555
9947
+ JSCompiler_object_inline_stack_2552
9948
9948
  ),
9949
9949
  SelectiveHydrationException)
9950
9950
  );
9951
9951
  isSuspenseInstancePending(
9952
- JSCompiler_object_inline_componentStack_2556
9952
+ JSCompiler_object_inline_componentStack_2553
9953
9953
  ) || renderDidSuspendDelayIfPossible();
9954
9954
  workInProgress = retrySuspenseComponentWithoutHydrating(
9955
9955
  current,
@@ -9958,14 +9958,14 @@
9958
9958
  );
9959
9959
  } else
9960
9960
  isSuspenseInstancePending(
9961
- JSCompiler_object_inline_componentStack_2556
9961
+ JSCompiler_object_inline_componentStack_2553
9962
9962
  )
9963
9963
  ? ((workInProgress.flags |= 192),
9964
9964
  (workInProgress.child = current.child),
9965
9965
  (workInProgress = null))
9966
9966
  : ((current = prevState.treeContext),
9967
9967
  (nextHydratableInstance = getNextHydratable(
9968
- JSCompiler_object_inline_componentStack_2556.nextSibling
9968
+ JSCompiler_object_inline_componentStack_2553.nextSibling
9969
9969
  )),
9970
9970
  (hydrationParentFiber = workInProgress),
9971
9971
  (isHydrating = !0),
@@ -9977,32 +9977,32 @@
9977
9977
  restoreSuspendedTreeContext(workInProgress, current),
9978
9978
  (workInProgress = mountSuspensePrimaryChildren(
9979
9979
  workInProgress,
9980
- JSCompiler_object_inline_stack_2555.children
9980
+ JSCompiler_object_inline_stack_2552.children
9981
9981
  )),
9982
9982
  (workInProgress.flags |= 4096));
9983
9983
  return workInProgress;
9984
9984
  }
9985
9985
  }
9986
- if (JSCompiler_object_inline_message_2553)
9986
+ if (JSCompiler_object_inline_message_2550)
9987
9987
  return (
9988
9988
  reuseSuspenseHandlerOnStack(workInProgress),
9989
- (nextPrimaryChildren = JSCompiler_object_inline_stack_2555.fallback),
9989
+ (nextPrimaryChildren = JSCompiler_object_inline_stack_2552.fallback),
9990
9990
  (mode = workInProgress.mode),
9991
9991
  (componentStack = current.child),
9992
- (JSCompiler_object_inline_componentStack_2556 =
9992
+ (JSCompiler_object_inline_componentStack_2553 =
9993
9993
  componentStack.sibling),
9994
- (JSCompiler_object_inline_stack_2555 = createWorkInProgress(
9994
+ (JSCompiler_object_inline_stack_2552 = createWorkInProgress(
9995
9995
  componentStack,
9996
9996
  {
9997
9997
  mode: "hidden",
9998
- children: JSCompiler_object_inline_stack_2555.children
9998
+ children: JSCompiler_object_inline_stack_2552.children
9999
9999
  }
10000
10000
  )),
10001
- (JSCompiler_object_inline_stack_2555.subtreeFlags =
10001
+ (JSCompiler_object_inline_stack_2552.subtreeFlags =
10002
10002
  componentStack.subtreeFlags & 65011712),
10003
- null !== JSCompiler_object_inline_componentStack_2556
10003
+ null !== JSCompiler_object_inline_componentStack_2553
10004
10004
  ? (nextPrimaryChildren = createWorkInProgress(
10005
- JSCompiler_object_inline_componentStack_2556,
10005
+ JSCompiler_object_inline_componentStack_2553,
10006
10006
  nextPrimaryChildren
10007
10007
  ))
10008
10008
  : ((nextPrimaryChildren = createFiberFromFragment(
@@ -10013,24 +10013,24 @@
10013
10013
  )),
10014
10014
  (nextPrimaryChildren.flags |= 2)),
10015
10015
  (nextPrimaryChildren.return = workInProgress),
10016
- (JSCompiler_object_inline_stack_2555.return = workInProgress),
10017
- (JSCompiler_object_inline_stack_2555.sibling = nextPrimaryChildren),
10018
- (workInProgress.child = JSCompiler_object_inline_stack_2555),
10019
- (JSCompiler_object_inline_stack_2555 = nextPrimaryChildren),
10016
+ (JSCompiler_object_inline_stack_2552.return = workInProgress),
10017
+ (JSCompiler_object_inline_stack_2552.sibling = nextPrimaryChildren),
10018
+ (workInProgress.child = JSCompiler_object_inline_stack_2552),
10019
+ (JSCompiler_object_inline_stack_2552 = nextPrimaryChildren),
10020
10020
  (nextPrimaryChildren = workInProgress.child),
10021
10021
  (mode = current.child.memoizedState),
10022
10022
  null === mode
10023
10023
  ? (mode = mountSuspenseOffscreenState(renderLanes))
10024
10024
  : ((componentStack = mode.cachePool),
10025
10025
  null !== componentStack
10026
- ? ((JSCompiler_object_inline_componentStack_2556 =
10026
+ ? ((JSCompiler_object_inline_componentStack_2553 =
10027
10027
  CacheContext._currentValue),
10028
10028
  (componentStack =
10029
10029
  componentStack.parent !==
10030
- JSCompiler_object_inline_componentStack_2556
10030
+ JSCompiler_object_inline_componentStack_2553
10031
10031
  ? {
10032
- parent: JSCompiler_object_inline_componentStack_2556,
10033
- pool: JSCompiler_object_inline_componentStack_2556
10032
+ parent: JSCompiler_object_inline_componentStack_2553,
10033
+ pool: JSCompiler_object_inline_componentStack_2553
10034
10034
  }
10035
10035
  : componentStack))
10036
10036
  : (componentStack = getSuspendedCache()),
@@ -10041,27 +10041,27 @@
10041
10041
  (nextPrimaryChildren.memoizedState = mode),
10042
10042
  (nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
10043
10043
  current,
10044
- JSCompiler_object_inline_digest_2554,
10044
+ JSCompiler_object_inline_digest_2551,
10045
10045
  renderLanes
10046
10046
  )),
10047
10047
  (workInProgress.memoizedState = SUSPENDED_MARKER),
10048
- JSCompiler_object_inline_stack_2555
10048
+ JSCompiler_object_inline_stack_2552
10049
10049
  );
10050
10050
  pushPrimaryTreeSuspenseHandler(workInProgress);
10051
10051
  renderLanes = current.child;
10052
10052
  current = renderLanes.sibling;
10053
10053
  renderLanes = createWorkInProgress(renderLanes, {
10054
10054
  mode: "visible",
10055
- children: JSCompiler_object_inline_stack_2555.children
10055
+ children: JSCompiler_object_inline_stack_2552.children
10056
10056
  });
10057
10057
  renderLanes.return = workInProgress;
10058
10058
  renderLanes.sibling = null;
10059
10059
  null !== current &&
10060
- ((JSCompiler_object_inline_digest_2554 = workInProgress.deletions),
10061
- null === JSCompiler_object_inline_digest_2554
10060
+ ((JSCompiler_object_inline_digest_2551 = workInProgress.deletions),
10061
+ null === JSCompiler_object_inline_digest_2551
10062
10062
  ? ((workInProgress.deletions = [current]),
10063
10063
  (workInProgress.flags |= 16))
10064
- : JSCompiler_object_inline_digest_2554.push(current));
10064
+ : JSCompiler_object_inline_digest_2551.push(current));
10065
10065
  workInProgress.child = renderLanes;
10066
10066
  workInProgress.memoizedState = null;
10067
10067
  return renderLanes;
@@ -12484,8 +12484,7 @@
12484
12484
  try {
12485
12485
  var resolvedPrevProps = resolveClassComponentProps(
12486
12486
  finishedWork.type,
12487
- prevProps,
12488
- finishedWork.elementType === finishedWork.type
12487
+ prevProps
12489
12488
  );
12490
12489
  var snapshot = runWithFiberInDEV(
12491
12490
  finishedWork,
@@ -23542,7 +23541,7 @@
23542
23541
  suspendedThenable = null,
23543
23542
  needsToResetSuspendedThenableDEV = !1,
23544
23543
  callComponent = {
23545
- "react-stack-bottom-frame": function (Component, props, secondArg) {
23544
+ react_stack_bottom_frame: function (Component, props, secondArg) {
23546
23545
  var wasRendering = isRendering;
23547
23546
  isRendering = !0;
23548
23547
  try {
@@ -23553,9 +23552,9 @@
23553
23552
  }
23554
23553
  },
23555
23554
  callComponentInDEV =
23556
- callComponent["react-stack-bottom-frame"].bind(callComponent),
23555
+ callComponent.react_stack_bottom_frame.bind(callComponent),
23557
23556
  callRender = {
23558
- "react-stack-bottom-frame": function (instance) {
23557
+ react_stack_bottom_frame: function (instance) {
23559
23558
  var wasRendering = isRendering;
23560
23559
  isRendering = !0;
23561
23560
  try {
@@ -23565,9 +23564,9 @@
23565
23564
  }
23566
23565
  }
23567
23566
  },
23568
- callRenderInDEV = callRender["react-stack-bottom-frame"].bind(callRender),
23567
+ callRenderInDEV = callRender.react_stack_bottom_frame.bind(callRender),
23569
23568
  callComponentDidMount = {
23570
- "react-stack-bottom-frame": function (finishedWork, instance) {
23569
+ react_stack_bottom_frame: function (finishedWork, instance) {
23571
23570
  try {
23572
23571
  instance.componentDidMount();
23573
23572
  } catch (error) {
@@ -23575,11 +23574,12 @@
23575
23574
  }
23576
23575
  }
23577
23576
  },
23578
- callComponentDidMountInDEV = callComponentDidMount[
23579
- "react-stack-bottom-frame"
23580
- ].bind(callComponentDidMount),
23577
+ callComponentDidMountInDEV =
23578
+ callComponentDidMount.react_stack_bottom_frame.bind(
23579
+ callComponentDidMount
23580
+ ),
23581
23581
  callComponentDidUpdate = {
23582
- "react-stack-bottom-frame": function (
23582
+ react_stack_bottom_frame: function (
23583
23583
  finishedWork,
23584
23584
  instance,
23585
23585
  prevProps,
@@ -23593,22 +23593,24 @@
23593
23593
  }
23594
23594
  }
23595
23595
  },
23596
- callComponentDidUpdateInDEV = callComponentDidUpdate[
23597
- "react-stack-bottom-frame"
23598
- ].bind(callComponentDidUpdate),
23596
+ callComponentDidUpdateInDEV =
23597
+ callComponentDidUpdate.react_stack_bottom_frame.bind(
23598
+ callComponentDidUpdate
23599
+ ),
23599
23600
  callComponentDidCatch = {
23600
- "react-stack-bottom-frame": function (instance, errorInfo) {
23601
+ react_stack_bottom_frame: function (instance, errorInfo) {
23601
23602
  var stack = errorInfo.stack;
23602
23603
  instance.componentDidCatch(errorInfo.value, {
23603
23604
  componentStack: null !== stack ? stack : ""
23604
23605
  });
23605
23606
  }
23606
23607
  },
23607
- callComponentDidCatchInDEV = callComponentDidCatch[
23608
- "react-stack-bottom-frame"
23609
- ].bind(callComponentDidCatch),
23608
+ callComponentDidCatchInDEV =
23609
+ callComponentDidCatch.react_stack_bottom_frame.bind(
23610
+ callComponentDidCatch
23611
+ ),
23610
23612
  callComponentWillUnmount = {
23611
- "react-stack-bottom-frame": function (
23613
+ react_stack_bottom_frame: function (
23612
23614
  current,
23613
23615
  nearestMountedAncestor,
23614
23616
  instance
@@ -23620,20 +23622,21 @@
23620
23622
  }
23621
23623
  }
23622
23624
  },
23623
- callComponentWillUnmountInDEV = callComponentWillUnmount[
23624
- "react-stack-bottom-frame"
23625
- ].bind(callComponentWillUnmount),
23625
+ callComponentWillUnmountInDEV =
23626
+ callComponentWillUnmount.react_stack_bottom_frame.bind(
23627
+ callComponentWillUnmount
23628
+ ),
23626
23629
  callCreate = {
23627
- "react-stack-bottom-frame": function (effect) {
23630
+ react_stack_bottom_frame: function (effect) {
23628
23631
  var create = effect.create;
23629
23632
  effect = effect.inst;
23630
23633
  create = create();
23631
23634
  return (effect.destroy = create);
23632
23635
  }
23633
23636
  },
23634
- callCreateInDEV = callCreate["react-stack-bottom-frame"].bind(callCreate),
23637
+ callCreateInDEV = callCreate.react_stack_bottom_frame.bind(callCreate),
23635
23638
  callDestroy = {
23636
- "react-stack-bottom-frame": function (
23639
+ react_stack_bottom_frame: function (
23637
23640
  current,
23638
23641
  nearestMountedAncestor,
23639
23642
  destroy
@@ -23645,16 +23648,15 @@
23645
23648
  }
23646
23649
  }
23647
23650
  },
23648
- callDestroyInDEV =
23649
- callDestroy["react-stack-bottom-frame"].bind(callDestroy),
23651
+ callDestroyInDEV = callDestroy.react_stack_bottom_frame.bind(callDestroy),
23650
23652
  callLazyInit = {
23651
- "react-stack-bottom-frame": function (lazy) {
23653
+ react_stack_bottom_frame: function (lazy) {
23652
23654
  var init = lazy._init;
23653
23655
  return init(lazy._payload);
23654
23656
  }
23655
23657
  },
23656
23658
  callLazyInitInDEV =
23657
- callLazyInit["react-stack-bottom-frame"].bind(callLazyInit),
23659
+ callLazyInit.react_stack_bottom_frame.bind(callLazyInit),
23658
23660
  thenableState$1 = null,
23659
23661
  thenableIndexCounter$1 = 0,
23660
23662
  currentDebugInfo = null,
@@ -25501,11 +25503,11 @@
25501
25503
  };
25502
25504
  (function () {
25503
25505
  var isomorphicReactPackageVersion = React.version;
25504
- if ("19.2.0-canary-7216c0f0-20250630" !== isomorphicReactPackageVersion)
25506
+ if ("19.2.0-canary-ef8b6fa2-20250702" !== isomorphicReactPackageVersion)
25505
25507
  throw Error(
25506
25508
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25507
25509
  (isomorphicReactPackageVersion +
25508
- "\n - react-dom: 19.2.0-canary-7216c0f0-20250630\nLearn more: https://react.dev/warnings/version-mismatch")
25510
+ "\n - react-dom: 19.2.0-canary-ef8b6fa2-20250702\nLearn more: https://react.dev/warnings/version-mismatch")
25509
25511
  );
25510
25512
  })();
25511
25513
  ("function" === typeof Map &&
@@ -25542,10 +25544,10 @@
25542
25544
  !(function () {
25543
25545
  var internals = {
25544
25546
  bundleType: 1,
25545
- version: "19.2.0-canary-7216c0f0-20250630",
25547
+ version: "19.2.0-canary-ef8b6fa2-20250702",
25546
25548
  rendererPackageName: "react-dom",
25547
25549
  currentDispatcherRef: ReactSharedInternals,
25548
- reconcilerVersion: "19.2.0-canary-7216c0f0-20250630"
25550
+ reconcilerVersion: "19.2.0-canary-ef8b6fa2-20250702"
25549
25551
  };
25550
25552
  internals.overrideHookState = overrideHookState;
25551
25553
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25683,7 +25685,7 @@
25683
25685
  listenToAllSupportedEvents(container);
25684
25686
  return new ReactDOMHydrationRoot(initialChildren);
25685
25687
  };
25686
- exports.version = "19.2.0-canary-7216c0f0-20250630";
25688
+ exports.version = "19.2.0-canary-ef8b6fa2-20250702";
25687
25689
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25688
25690
  "function" ===
25689
25691
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&