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.
@@ -550,7 +550,7 @@
550
550
  prevPrepareStackTrace = error.indexOf("\n");
551
551
  -1 !== prevPrepareStackTrace &&
552
552
  (error = error.slice(prevPrepareStackTrace + 1));
553
- prevPrepareStackTrace = error.indexOf("react-stack-bottom-frame");
553
+ prevPrepareStackTrace = error.indexOf("react_stack_bottom_frame");
554
554
  -1 !== prevPrepareStackTrace &&
555
555
  (prevPrepareStackTrace = error.lastIndexOf(
556
556
  "\n",
@@ -9722,24 +9722,24 @@
9722
9722
  return current;
9723
9723
  }
9724
9724
  function updateSuspenseComponent(current, workInProgress, renderLanes) {
9725
- var JSCompiler_object_inline_digest_2559;
9726
- var JSCompiler_object_inline_stack_2560 = workInProgress.pendingProps;
9725
+ var JSCompiler_object_inline_digest_2556;
9726
+ var JSCompiler_object_inline_stack_2557 = workInProgress.pendingProps;
9727
9727
  shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
9728
- var JSCompiler_object_inline_message_2558 = !1;
9728
+ var JSCompiler_object_inline_message_2555 = !1;
9729
9729
  var didSuspend = 0 !== (workInProgress.flags & 128);
9730
- (JSCompiler_object_inline_digest_2559 = didSuspend) ||
9731
- (JSCompiler_object_inline_digest_2559 =
9730
+ (JSCompiler_object_inline_digest_2556 = didSuspend) ||
9731
+ (JSCompiler_object_inline_digest_2556 =
9732
9732
  null !== current && null === current.memoizedState
9733
9733
  ? !1
9734
9734
  : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
9735
- JSCompiler_object_inline_digest_2559 &&
9736
- ((JSCompiler_object_inline_message_2558 = !0),
9735
+ JSCompiler_object_inline_digest_2556 &&
9736
+ ((JSCompiler_object_inline_message_2555 = !0),
9737
9737
  (workInProgress.flags &= -129));
9738
- JSCompiler_object_inline_digest_2559 = 0 !== (workInProgress.flags & 32);
9738
+ JSCompiler_object_inline_digest_2556 = 0 !== (workInProgress.flags & 32);
9739
9739
  workInProgress.flags &= -33;
9740
9740
  if (null === current) {
9741
9741
  if (isHydrating) {
9742
- JSCompiler_object_inline_message_2558
9742
+ JSCompiler_object_inline_message_2555
9743
9743
  ? pushPrimaryTreeSuspenseHandler(workInProgress)
9744
9744
  : reuseSuspenseHandlerOnStack(workInProgress);
9745
9745
  (current = nextHydratableInstance)
@@ -9752,18 +9752,18 @@
9752
9752
  ? renderLanes
9753
9753
  : null),
9754
9754
  null !== renderLanes &&
9755
- ((JSCompiler_object_inline_digest_2559 = {
9755
+ ((JSCompiler_object_inline_digest_2556 = {
9756
9756
  dehydrated: renderLanes,
9757
9757
  treeContext: getSuspendedTreeContext(),
9758
9758
  retryLane: 536870912,
9759
9759
  hydrationErrors: null
9760
9760
  }),
9761
9761
  (workInProgress.memoizedState =
9762
- JSCompiler_object_inline_digest_2559),
9763
- (JSCompiler_object_inline_digest_2559 =
9762
+ JSCompiler_object_inline_digest_2556),
9763
+ (JSCompiler_object_inline_digest_2556 =
9764
9764
  createFiberFromDehydratedFragment(renderLanes)),
9765
- (JSCompiler_object_inline_digest_2559.return = workInProgress),
9766
- (workInProgress.child = JSCompiler_object_inline_digest_2559),
9765
+ (JSCompiler_object_inline_digest_2556.return = workInProgress),
9766
+ (workInProgress.child = JSCompiler_object_inline_digest_2556),
9767
9767
  (hydrationParentFiber = workInProgress),
9768
9768
  (nextHydratableInstance = null)))
9769
9769
  : (renderLanes = null);
@@ -9777,36 +9777,36 @@
9777
9777
  : (workInProgress.lanes = 536870912);
9778
9778
  return null;
9779
9779
  }
9780
- var nextPrimaryChildren = JSCompiler_object_inline_stack_2560.children;
9781
- JSCompiler_object_inline_stack_2560 =
9782
- JSCompiler_object_inline_stack_2560.fallback;
9783
- if (JSCompiler_object_inline_message_2558) {
9780
+ var nextPrimaryChildren = JSCompiler_object_inline_stack_2557.children;
9781
+ JSCompiler_object_inline_stack_2557 =
9782
+ JSCompiler_object_inline_stack_2557.fallback;
9783
+ if (JSCompiler_object_inline_message_2555) {
9784
9784
  reuseSuspenseHandlerOnStack(workInProgress);
9785
9785
  var mode = workInProgress.mode;
9786
9786
  nextPrimaryChildren = mountWorkInProgressOffscreenFiber(
9787
9787
  { mode: "hidden", children: nextPrimaryChildren },
9788
9788
  mode
9789
9789
  );
9790
- JSCompiler_object_inline_stack_2560 = createFiberFromFragment(
9791
- JSCompiler_object_inline_stack_2560,
9790
+ JSCompiler_object_inline_stack_2557 = createFiberFromFragment(
9791
+ JSCompiler_object_inline_stack_2557,
9792
9792
  mode,
9793
9793
  renderLanes,
9794
9794
  null
9795
9795
  );
9796
9796
  nextPrimaryChildren.return = workInProgress;
9797
- JSCompiler_object_inline_stack_2560.return = workInProgress;
9798
- nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2560;
9797
+ JSCompiler_object_inline_stack_2557.return = workInProgress;
9798
+ nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2557;
9799
9799
  workInProgress.child = nextPrimaryChildren;
9800
9800
  nextPrimaryChildren = workInProgress.child;
9801
9801
  nextPrimaryChildren.memoizedState =
9802
9802
  mountSuspenseOffscreenState(renderLanes);
9803
9803
  nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
9804
9804
  current,
9805
- JSCompiler_object_inline_digest_2559,
9805
+ JSCompiler_object_inline_digest_2556,
9806
9806
  renderLanes
9807
9807
  );
9808
9808
  workInProgress.memoizedState = SUSPENDED_MARKER;
9809
- return JSCompiler_object_inline_stack_2560;
9809
+ return JSCompiler_object_inline_stack_2557;
9810
9810
  }
9811
9811
  pushPrimaryTreeSuspenseHandler(workInProgress);
9812
9812
  return mountSuspensePrimaryChildren(
@@ -9816,8 +9816,8 @@
9816
9816
  }
9817
9817
  var prevState = current.memoizedState;
9818
9818
  if (null !== prevState) {
9819
- var JSCompiler_object_inline_componentStack_2561 = prevState.dehydrated;
9820
- if (null !== JSCompiler_object_inline_componentStack_2561) {
9819
+ var JSCompiler_object_inline_componentStack_2558 = prevState.dehydrated;
9820
+ if (null !== JSCompiler_object_inline_componentStack_2558) {
9821
9821
  if (didSuspend)
9822
9822
  workInProgress.flags & 256
9823
9823
  ? (pushPrimaryTreeSuspenseHandler(workInProgress),
@@ -9834,13 +9834,13 @@
9834
9834
  (workInProgress = null))
9835
9835
  : (reuseSuspenseHandlerOnStack(workInProgress),
9836
9836
  (nextPrimaryChildren =
9837
- JSCompiler_object_inline_stack_2560.fallback),
9837
+ JSCompiler_object_inline_stack_2557.fallback),
9838
9838
  (mode = workInProgress.mode),
9839
- (JSCompiler_object_inline_stack_2560 =
9839
+ (JSCompiler_object_inline_stack_2557 =
9840
9840
  mountWorkInProgressOffscreenFiber(
9841
9841
  {
9842
9842
  mode: "visible",
9843
- children: JSCompiler_object_inline_stack_2560.children
9843
+ children: JSCompiler_object_inline_stack_2557.children
9844
9844
  },
9845
9845
  mode
9846
9846
  )),
@@ -9851,24 +9851,24 @@
9851
9851
  null
9852
9852
  )),
9853
9853
  (nextPrimaryChildren.flags |= 2),
9854
- (JSCompiler_object_inline_stack_2560.return = workInProgress),
9854
+ (JSCompiler_object_inline_stack_2557.return = workInProgress),
9855
9855
  (nextPrimaryChildren.return = workInProgress),
9856
- (JSCompiler_object_inline_stack_2560.sibling =
9856
+ (JSCompiler_object_inline_stack_2557.sibling =
9857
9857
  nextPrimaryChildren),
9858
- (workInProgress.child = JSCompiler_object_inline_stack_2560),
9858
+ (workInProgress.child = JSCompiler_object_inline_stack_2557),
9859
9859
  reconcileChildFibers(
9860
9860
  workInProgress,
9861
9861
  current.child,
9862
9862
  null,
9863
9863
  renderLanes
9864
9864
  ),
9865
- (JSCompiler_object_inline_stack_2560 = workInProgress.child),
9866
- (JSCompiler_object_inline_stack_2560.memoizedState =
9865
+ (JSCompiler_object_inline_stack_2557 = workInProgress.child),
9866
+ (JSCompiler_object_inline_stack_2557.memoizedState =
9867
9867
  mountSuspenseOffscreenState(renderLanes)),
9868
- (JSCompiler_object_inline_stack_2560.childLanes =
9868
+ (JSCompiler_object_inline_stack_2557.childLanes =
9869
9869
  getRemainingWorkInPrimaryTree(
9870
9870
  current,
9871
- JSCompiler_object_inline_digest_2559,
9871
+ JSCompiler_object_inline_digest_2556,
9872
9872
  renderLanes
9873
9873
  )),
9874
9874
  (workInProgress.memoizedState = SUSPENDED_MARKER),
@@ -9877,45 +9877,45 @@
9877
9877
  (pushPrimaryTreeSuspenseHandler(workInProgress),
9878
9878
  warnIfHydrating(),
9879
9879
  isSuspenseInstanceFallback(
9880
- JSCompiler_object_inline_componentStack_2561
9880
+ JSCompiler_object_inline_componentStack_2558
9881
9881
  ))
9882
9882
  ) {
9883
- JSCompiler_object_inline_digest_2559 =
9884
- JSCompiler_object_inline_componentStack_2561.nextSibling &&
9885
- JSCompiler_object_inline_componentStack_2561.nextSibling.dataset;
9886
- if (JSCompiler_object_inline_digest_2559) {
9887
- nextPrimaryChildren = JSCompiler_object_inline_digest_2559.dgst;
9888
- var message = JSCompiler_object_inline_digest_2559.msg;
9889
- mode = JSCompiler_object_inline_digest_2559.stck;
9890
- var componentStack = JSCompiler_object_inline_digest_2559.cstck;
9883
+ JSCompiler_object_inline_digest_2556 =
9884
+ JSCompiler_object_inline_componentStack_2558.nextSibling &&
9885
+ JSCompiler_object_inline_componentStack_2558.nextSibling.dataset;
9886
+ if (JSCompiler_object_inline_digest_2556) {
9887
+ nextPrimaryChildren = JSCompiler_object_inline_digest_2556.dgst;
9888
+ var message = JSCompiler_object_inline_digest_2556.msg;
9889
+ mode = JSCompiler_object_inline_digest_2556.stck;
9890
+ var componentStack = JSCompiler_object_inline_digest_2556.cstck;
9891
9891
  }
9892
- JSCompiler_object_inline_message_2558 = message;
9893
- JSCompiler_object_inline_digest_2559 = nextPrimaryChildren;
9894
- JSCompiler_object_inline_stack_2560 = mode;
9895
- JSCompiler_object_inline_componentStack_2561 = componentStack;
9896
- nextPrimaryChildren = JSCompiler_object_inline_message_2558;
9897
- mode = JSCompiler_object_inline_componentStack_2561;
9892
+ JSCompiler_object_inline_message_2555 = message;
9893
+ JSCompiler_object_inline_digest_2556 = nextPrimaryChildren;
9894
+ JSCompiler_object_inline_stack_2557 = mode;
9895
+ JSCompiler_object_inline_componentStack_2558 = componentStack;
9896
+ nextPrimaryChildren = JSCompiler_object_inline_message_2555;
9897
+ mode = JSCompiler_object_inline_componentStack_2558;
9898
9898
  nextPrimaryChildren = nextPrimaryChildren
9899
9899
  ? Error(nextPrimaryChildren)
9900
9900
  : Error(
9901
9901
  "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
9902
9902
  );
9903
9903
  nextPrimaryChildren.stack =
9904
- JSCompiler_object_inline_stack_2560 || "";
9905
- nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2559;
9906
- JSCompiler_object_inline_digest_2559 =
9904
+ JSCompiler_object_inline_stack_2557 || "";
9905
+ nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2556;
9906
+ JSCompiler_object_inline_digest_2556 =
9907
9907
  void 0 === mode ? null : mode;
9908
- JSCompiler_object_inline_stack_2560 = {
9908
+ JSCompiler_object_inline_stack_2557 = {
9909
9909
  value: nextPrimaryChildren,
9910
9910
  source: null,
9911
- stack: JSCompiler_object_inline_digest_2559
9911
+ stack: JSCompiler_object_inline_digest_2556
9912
9912
  };
9913
- "string" === typeof JSCompiler_object_inline_digest_2559 &&
9913
+ "string" === typeof JSCompiler_object_inline_digest_2556 &&
9914
9914
  CapturedStacks.set(
9915
9915
  nextPrimaryChildren,
9916
- JSCompiler_object_inline_stack_2560
9916
+ JSCompiler_object_inline_stack_2557
9917
9917
  );
9918
- queueHydrationError(JSCompiler_object_inline_stack_2560);
9918
+ queueHydrationError(JSCompiler_object_inline_stack_2557);
9919
9919
  workInProgress = retrySuspenseComponentWithoutHydrating(
9920
9920
  current,
9921
9921
  workInProgress,
@@ -9929,35 +9929,35 @@
9929
9929
  renderLanes,
9930
9930
  !1
9931
9931
  ),
9932
- (JSCompiler_object_inline_digest_2559 =
9932
+ (JSCompiler_object_inline_digest_2556 =
9933
9933
  0 !== (renderLanes & current.childLanes)),
9934
- didReceiveUpdate || JSCompiler_object_inline_digest_2559)
9934
+ didReceiveUpdate || JSCompiler_object_inline_digest_2556)
9935
9935
  ) {
9936
- JSCompiler_object_inline_digest_2559 = workInProgressRoot;
9936
+ JSCompiler_object_inline_digest_2556 = workInProgressRoot;
9937
9937
  if (
9938
- null !== JSCompiler_object_inline_digest_2559 &&
9939
- ((JSCompiler_object_inline_stack_2560 = getBumpedLaneForHydration(
9940
- JSCompiler_object_inline_digest_2559,
9938
+ null !== JSCompiler_object_inline_digest_2556 &&
9939
+ ((JSCompiler_object_inline_stack_2557 = getBumpedLaneForHydration(
9940
+ JSCompiler_object_inline_digest_2556,
9941
9941
  renderLanes
9942
9942
  )),
9943
- 0 !== JSCompiler_object_inline_stack_2560 &&
9944
- JSCompiler_object_inline_stack_2560 !== prevState.retryLane)
9943
+ 0 !== JSCompiler_object_inline_stack_2557 &&
9944
+ JSCompiler_object_inline_stack_2557 !== prevState.retryLane)
9945
9945
  )
9946
9946
  throw (
9947
- ((prevState.retryLane = JSCompiler_object_inline_stack_2560),
9947
+ ((prevState.retryLane = JSCompiler_object_inline_stack_2557),
9948
9948
  enqueueConcurrentRenderForLane(
9949
9949
  current,
9950
- JSCompiler_object_inline_stack_2560
9950
+ JSCompiler_object_inline_stack_2557
9951
9951
  ),
9952
9952
  scheduleUpdateOnFiber(
9953
- JSCompiler_object_inline_digest_2559,
9953
+ JSCompiler_object_inline_digest_2556,
9954
9954
  current,
9955
- JSCompiler_object_inline_stack_2560
9955
+ JSCompiler_object_inline_stack_2557
9956
9956
  ),
9957
9957
  SelectiveHydrationException)
9958
9958
  );
9959
9959
  isSuspenseInstancePending(
9960
- JSCompiler_object_inline_componentStack_2561
9960
+ JSCompiler_object_inline_componentStack_2558
9961
9961
  ) || renderDidSuspendDelayIfPossible();
9962
9962
  workInProgress = retrySuspenseComponentWithoutHydrating(
9963
9963
  current,
@@ -9966,14 +9966,14 @@
9966
9966
  );
9967
9967
  } else
9968
9968
  isSuspenseInstancePending(
9969
- JSCompiler_object_inline_componentStack_2561
9969
+ JSCompiler_object_inline_componentStack_2558
9970
9970
  )
9971
9971
  ? ((workInProgress.flags |= 192),
9972
9972
  (workInProgress.child = current.child),
9973
9973
  (workInProgress = null))
9974
9974
  : ((current = prevState.treeContext),
9975
9975
  (nextHydratableInstance = getNextHydratable(
9976
- JSCompiler_object_inline_componentStack_2561.nextSibling
9976
+ JSCompiler_object_inline_componentStack_2558.nextSibling
9977
9977
  )),
9978
9978
  (hydrationParentFiber = workInProgress),
9979
9979
  (isHydrating = !0),
@@ -9985,32 +9985,32 @@
9985
9985
  restoreSuspendedTreeContext(workInProgress, current),
9986
9986
  (workInProgress = mountSuspensePrimaryChildren(
9987
9987
  workInProgress,
9988
- JSCompiler_object_inline_stack_2560.children
9988
+ JSCompiler_object_inline_stack_2557.children
9989
9989
  )),
9990
9990
  (workInProgress.flags |= 4096));
9991
9991
  return workInProgress;
9992
9992
  }
9993
9993
  }
9994
- if (JSCompiler_object_inline_message_2558)
9994
+ if (JSCompiler_object_inline_message_2555)
9995
9995
  return (
9996
9996
  reuseSuspenseHandlerOnStack(workInProgress),
9997
- (nextPrimaryChildren = JSCompiler_object_inline_stack_2560.fallback),
9997
+ (nextPrimaryChildren = JSCompiler_object_inline_stack_2557.fallback),
9998
9998
  (mode = workInProgress.mode),
9999
9999
  (componentStack = current.child),
10000
- (JSCompiler_object_inline_componentStack_2561 =
10000
+ (JSCompiler_object_inline_componentStack_2558 =
10001
10001
  componentStack.sibling),
10002
- (JSCompiler_object_inline_stack_2560 = createWorkInProgress(
10002
+ (JSCompiler_object_inline_stack_2557 = createWorkInProgress(
10003
10003
  componentStack,
10004
10004
  {
10005
10005
  mode: "hidden",
10006
- children: JSCompiler_object_inline_stack_2560.children
10006
+ children: JSCompiler_object_inline_stack_2557.children
10007
10007
  }
10008
10008
  )),
10009
- (JSCompiler_object_inline_stack_2560.subtreeFlags =
10009
+ (JSCompiler_object_inline_stack_2557.subtreeFlags =
10010
10010
  componentStack.subtreeFlags & 65011712),
10011
- null !== JSCompiler_object_inline_componentStack_2561
10011
+ null !== JSCompiler_object_inline_componentStack_2558
10012
10012
  ? (nextPrimaryChildren = createWorkInProgress(
10013
- JSCompiler_object_inline_componentStack_2561,
10013
+ JSCompiler_object_inline_componentStack_2558,
10014
10014
  nextPrimaryChildren
10015
10015
  ))
10016
10016
  : ((nextPrimaryChildren = createFiberFromFragment(
@@ -10021,24 +10021,24 @@
10021
10021
  )),
10022
10022
  (nextPrimaryChildren.flags |= 2)),
10023
10023
  (nextPrimaryChildren.return = workInProgress),
10024
- (JSCompiler_object_inline_stack_2560.return = workInProgress),
10025
- (JSCompiler_object_inline_stack_2560.sibling = nextPrimaryChildren),
10026
- (workInProgress.child = JSCompiler_object_inline_stack_2560),
10027
- (JSCompiler_object_inline_stack_2560 = nextPrimaryChildren),
10024
+ (JSCompiler_object_inline_stack_2557.return = workInProgress),
10025
+ (JSCompiler_object_inline_stack_2557.sibling = nextPrimaryChildren),
10026
+ (workInProgress.child = JSCompiler_object_inline_stack_2557),
10027
+ (JSCompiler_object_inline_stack_2557 = nextPrimaryChildren),
10028
10028
  (nextPrimaryChildren = workInProgress.child),
10029
10029
  (mode = current.child.memoizedState),
10030
10030
  null === mode
10031
10031
  ? (mode = mountSuspenseOffscreenState(renderLanes))
10032
10032
  : ((componentStack = mode.cachePool),
10033
10033
  null !== componentStack
10034
- ? ((JSCompiler_object_inline_componentStack_2561 =
10034
+ ? ((JSCompiler_object_inline_componentStack_2558 =
10035
10035
  CacheContext._currentValue),
10036
10036
  (componentStack =
10037
10037
  componentStack.parent !==
10038
- JSCompiler_object_inline_componentStack_2561
10038
+ JSCompiler_object_inline_componentStack_2558
10039
10039
  ? {
10040
- parent: JSCompiler_object_inline_componentStack_2561,
10041
- pool: JSCompiler_object_inline_componentStack_2561
10040
+ parent: JSCompiler_object_inline_componentStack_2558,
10041
+ pool: JSCompiler_object_inline_componentStack_2558
10042
10042
  }
10043
10043
  : componentStack))
10044
10044
  : (componentStack = getSuspendedCache()),
@@ -10049,27 +10049,27 @@
10049
10049
  (nextPrimaryChildren.memoizedState = mode),
10050
10050
  (nextPrimaryChildren.childLanes = getRemainingWorkInPrimaryTree(
10051
10051
  current,
10052
- JSCompiler_object_inline_digest_2559,
10052
+ JSCompiler_object_inline_digest_2556,
10053
10053
  renderLanes
10054
10054
  )),
10055
10055
  (workInProgress.memoizedState = SUSPENDED_MARKER),
10056
- JSCompiler_object_inline_stack_2560
10056
+ JSCompiler_object_inline_stack_2557
10057
10057
  );
10058
10058
  pushPrimaryTreeSuspenseHandler(workInProgress);
10059
10059
  renderLanes = current.child;
10060
10060
  current = renderLanes.sibling;
10061
10061
  renderLanes = createWorkInProgress(renderLanes, {
10062
10062
  mode: "visible",
10063
- children: JSCompiler_object_inline_stack_2560.children
10063
+ children: JSCompiler_object_inline_stack_2557.children
10064
10064
  });
10065
10065
  renderLanes.return = workInProgress;
10066
10066
  renderLanes.sibling = null;
10067
10067
  null !== current &&
10068
- ((JSCompiler_object_inline_digest_2559 = workInProgress.deletions),
10069
- null === JSCompiler_object_inline_digest_2559
10068
+ ((JSCompiler_object_inline_digest_2556 = workInProgress.deletions),
10069
+ null === JSCompiler_object_inline_digest_2556
10070
10070
  ? ((workInProgress.deletions = [current]),
10071
10071
  (workInProgress.flags |= 16))
10072
- : JSCompiler_object_inline_digest_2559.push(current));
10072
+ : JSCompiler_object_inline_digest_2556.push(current));
10073
10073
  workInProgress.child = renderLanes;
10074
10074
  workInProgress.memoizedState = null;
10075
10075
  return renderLanes;
@@ -12492,8 +12492,7 @@
12492
12492
  try {
12493
12493
  var resolvedPrevProps = resolveClassComponentProps(
12494
12494
  finishedWork.type,
12495
- prevProps,
12496
- finishedWork.elementType === finishedWork.type
12495
+ prevProps
12497
12496
  );
12498
12497
  var snapshot = runWithFiberInDEV(
12499
12498
  finishedWork,
@@ -23594,7 +23593,7 @@
23594
23593
  suspendedThenable = null,
23595
23594
  needsToResetSuspendedThenableDEV = !1,
23596
23595
  callComponent = {
23597
- "react-stack-bottom-frame": function (Component, props, secondArg) {
23596
+ react_stack_bottom_frame: function (Component, props, secondArg) {
23598
23597
  var wasRendering = isRendering;
23599
23598
  isRendering = !0;
23600
23599
  try {
@@ -23605,9 +23604,9 @@
23605
23604
  }
23606
23605
  },
23607
23606
  callComponentInDEV =
23608
- callComponent["react-stack-bottom-frame"].bind(callComponent),
23607
+ callComponent.react_stack_bottom_frame.bind(callComponent),
23609
23608
  callRender = {
23610
- "react-stack-bottom-frame": function (instance) {
23609
+ react_stack_bottom_frame: function (instance) {
23611
23610
  var wasRendering = isRendering;
23612
23611
  isRendering = !0;
23613
23612
  try {
@@ -23617,9 +23616,9 @@
23617
23616
  }
23618
23617
  }
23619
23618
  },
23620
- callRenderInDEV = callRender["react-stack-bottom-frame"].bind(callRender),
23619
+ callRenderInDEV = callRender.react_stack_bottom_frame.bind(callRender),
23621
23620
  callComponentDidMount = {
23622
- "react-stack-bottom-frame": function (finishedWork, instance) {
23621
+ react_stack_bottom_frame: function (finishedWork, instance) {
23623
23622
  try {
23624
23623
  instance.componentDidMount();
23625
23624
  } catch (error) {
@@ -23627,11 +23626,12 @@
23627
23626
  }
23628
23627
  }
23629
23628
  },
23630
- callComponentDidMountInDEV = callComponentDidMount[
23631
- "react-stack-bottom-frame"
23632
- ].bind(callComponentDidMount),
23629
+ callComponentDidMountInDEV =
23630
+ callComponentDidMount.react_stack_bottom_frame.bind(
23631
+ callComponentDidMount
23632
+ ),
23633
23633
  callComponentDidUpdate = {
23634
- "react-stack-bottom-frame": function (
23634
+ react_stack_bottom_frame: function (
23635
23635
  finishedWork,
23636
23636
  instance,
23637
23637
  prevProps,
@@ -23645,22 +23645,24 @@
23645
23645
  }
23646
23646
  }
23647
23647
  },
23648
- callComponentDidUpdateInDEV = callComponentDidUpdate[
23649
- "react-stack-bottom-frame"
23650
- ].bind(callComponentDidUpdate),
23648
+ callComponentDidUpdateInDEV =
23649
+ callComponentDidUpdate.react_stack_bottom_frame.bind(
23650
+ callComponentDidUpdate
23651
+ ),
23651
23652
  callComponentDidCatch = {
23652
- "react-stack-bottom-frame": function (instance, errorInfo) {
23653
+ react_stack_bottom_frame: function (instance, errorInfo) {
23653
23654
  var stack = errorInfo.stack;
23654
23655
  instance.componentDidCatch(errorInfo.value, {
23655
23656
  componentStack: null !== stack ? stack : ""
23656
23657
  });
23657
23658
  }
23658
23659
  },
23659
- callComponentDidCatchInDEV = callComponentDidCatch[
23660
- "react-stack-bottom-frame"
23661
- ].bind(callComponentDidCatch),
23660
+ callComponentDidCatchInDEV =
23661
+ callComponentDidCatch.react_stack_bottom_frame.bind(
23662
+ callComponentDidCatch
23663
+ ),
23662
23664
  callComponentWillUnmount = {
23663
- "react-stack-bottom-frame": function (
23665
+ react_stack_bottom_frame: function (
23664
23666
  current,
23665
23667
  nearestMountedAncestor,
23666
23668
  instance
@@ -23672,20 +23674,21 @@
23672
23674
  }
23673
23675
  }
23674
23676
  },
23675
- callComponentWillUnmountInDEV = callComponentWillUnmount[
23676
- "react-stack-bottom-frame"
23677
- ].bind(callComponentWillUnmount),
23677
+ callComponentWillUnmountInDEV =
23678
+ callComponentWillUnmount.react_stack_bottom_frame.bind(
23679
+ callComponentWillUnmount
23680
+ ),
23678
23681
  callCreate = {
23679
- "react-stack-bottom-frame": function (effect) {
23682
+ react_stack_bottom_frame: function (effect) {
23680
23683
  var create = effect.create;
23681
23684
  effect = effect.inst;
23682
23685
  create = create();
23683
23686
  return (effect.destroy = create);
23684
23687
  }
23685
23688
  },
23686
- callCreateInDEV = callCreate["react-stack-bottom-frame"].bind(callCreate),
23689
+ callCreateInDEV = callCreate.react_stack_bottom_frame.bind(callCreate),
23687
23690
  callDestroy = {
23688
- "react-stack-bottom-frame": function (
23691
+ react_stack_bottom_frame: function (
23689
23692
  current,
23690
23693
  nearestMountedAncestor,
23691
23694
  destroy
@@ -23697,16 +23700,15 @@
23697
23700
  }
23698
23701
  }
23699
23702
  },
23700
- callDestroyInDEV =
23701
- callDestroy["react-stack-bottom-frame"].bind(callDestroy),
23703
+ callDestroyInDEV = callDestroy.react_stack_bottom_frame.bind(callDestroy),
23702
23704
  callLazyInit = {
23703
- "react-stack-bottom-frame": function (lazy) {
23705
+ react_stack_bottom_frame: function (lazy) {
23704
23706
  var init = lazy._init;
23705
23707
  return init(lazy._payload);
23706
23708
  }
23707
23709
  },
23708
23710
  callLazyInitInDEV =
23709
- callLazyInit["react-stack-bottom-frame"].bind(callLazyInit),
23711
+ callLazyInit.react_stack_bottom_frame.bind(callLazyInit),
23710
23712
  thenableState$1 = null,
23711
23713
  thenableIndexCounter$1 = 0,
23712
23714
  currentDebugInfo = null,
@@ -25553,11 +25555,11 @@
25553
25555
  };
25554
25556
  (function () {
25555
25557
  var isomorphicReactPackageVersion = React.version;
25556
- if ("19.2.0-canary-7216c0f0-20250630" !== isomorphicReactPackageVersion)
25558
+ if ("19.2.0-canary-ef8b6fa2-20250702" !== isomorphicReactPackageVersion)
25557
25559
  throw Error(
25558
25560
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25559
25561
  (isomorphicReactPackageVersion +
25560
- "\n - react-dom: 19.2.0-canary-7216c0f0-20250630\nLearn more: https://react.dev/warnings/version-mismatch")
25562
+ "\n - react-dom: 19.2.0-canary-ef8b6fa2-20250702\nLearn more: https://react.dev/warnings/version-mismatch")
25561
25563
  );
25562
25564
  })();
25563
25565
  ("function" === typeof Map &&
@@ -25594,10 +25596,10 @@
25594
25596
  !(function () {
25595
25597
  var internals = {
25596
25598
  bundleType: 1,
25597
- version: "19.2.0-canary-7216c0f0-20250630",
25599
+ version: "19.2.0-canary-ef8b6fa2-20250702",
25598
25600
  rendererPackageName: "react-dom",
25599
25601
  currentDispatcherRef: ReactSharedInternals,
25600
- reconcilerVersion: "19.2.0-canary-7216c0f0-20250630"
25602
+ reconcilerVersion: "19.2.0-canary-ef8b6fa2-20250702"
25601
25603
  };
25602
25604
  internals.overrideHookState = overrideHookState;
25603
25605
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -26065,7 +26067,7 @@
26065
26067
  exports.useFormStatus = function () {
26066
26068
  return resolveDispatcher().useHostTransitionStatus();
26067
26069
  };
26068
- exports.version = "19.2.0-canary-7216c0f0-20250630";
26070
+ exports.version = "19.2.0-canary-ef8b6fa2-20250702";
26069
26071
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
26070
26072
  "function" ===
26071
26073
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&