react-dom 19.1.0-canary-93b58361-20250209 → 19.1.0-canary-f83903bf-20250212

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.
@@ -5911,8 +5911,14 @@
5911
5911
  currentStateHook.memoizedState = action;
5912
5912
  return [stateHook, dispatch, !1];
5913
5913
  }
5914
- function pushSimpleEffect(tag, inst, create, deps) {
5915
- tag = { tag: tag, create: create, deps: deps, inst: inst, next: null };
5914
+ function pushSimpleEffect(tag, inst, create, createDeps) {
5915
+ tag = {
5916
+ tag: tag,
5917
+ create: create,
5918
+ deps: createDeps,
5919
+ inst: inst,
5920
+ next: null
5921
+ };
5916
5922
  inst = currentlyRenderingFiber.updateQueue;
5917
5923
  null === inst &&
5918
5924
  ((inst = createFunctionComponentUpdateQueue()),
@@ -5920,9 +5926,9 @@
5920
5926
  create = inst.lastEffect;
5921
5927
  null === create
5922
5928
  ? (inst.lastEffect = tag.next = tag)
5923
- : ((deps = create.next),
5929
+ : ((createDeps = create.next),
5924
5930
  (create.next = tag),
5925
- (tag.next = deps),
5931
+ (tag.next = createDeps),
5926
5932
  (inst.lastEffect = tag));
5927
5933
  return tag;
5928
5934
  }
@@ -5934,15 +5940,15 @@
5934
5940
  initialValue = { current: initialValue };
5935
5941
  return (hook.memoizedState = initialValue);
5936
5942
  }
5937
- function mountEffectImpl(fiberFlags, hookFlags, create, deps) {
5943
+ function mountEffectImpl(fiberFlags, hookFlags, create, createDeps) {
5938
5944
  var hook = mountWorkInProgressHook();
5939
- deps = void 0 === deps ? null : deps;
5945
+ createDeps = void 0 === createDeps ? null : createDeps;
5940
5946
  currentlyRenderingFiber.flags |= fiberFlags;
5941
5947
  hook.memoizedState = pushSimpleEffect(
5942
5948
  HasEffect | hookFlags,
5943
5949
  createEffectInstance(),
5944
5950
  create,
5945
- deps
5951
+ createDeps
5946
5952
  );
5947
5953
  }
5948
5954
  function updateEffectImpl(fiberFlags, hookFlags, create, deps) {
@@ -5961,11 +5967,11 @@
5961
5967
  deps
5962
5968
  )));
5963
5969
  }
5964
- function mountEffect(create, deps) {
5970
+ function mountEffect(create, createDeps) {
5965
5971
  (currentlyRenderingFiber.mode & StrictEffectsMode) !== NoMode &&
5966
5972
  (currentlyRenderingFiber.mode & NoStrictPassiveEffectsMode) === NoMode
5967
- ? mountEffectImpl(276826112, Passive, create, deps)
5968
- : mountEffectImpl(8390656, Passive, create, deps);
5973
+ ? mountEffectImpl(276826112, Passive, create, createDeps)
5974
+ : mountEffectImpl(8390656, Passive, create, createDeps);
5969
5975
  }
5970
5976
  function mountLayoutEffect(create, deps) {
5971
5977
  var fiberFlags = 4194308;
@@ -8873,32 +8879,32 @@
8873
8879
  return current;
8874
8880
  }
8875
8881
  function updateSuspenseComponent(current, workInProgress, renderLanes) {
8876
- var JSCompiler_object_inline_digest_2413;
8877
- var JSCompiler_object_inline_stack_2414 = workInProgress.pendingProps;
8882
+ var JSCompiler_object_inline_digest_2430;
8883
+ var JSCompiler_object_inline_stack_2431 = workInProgress.pendingProps;
8878
8884
  shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
8879
- var JSCompiler_object_inline_componentStack_2415 = !1;
8885
+ var JSCompiler_object_inline_componentStack_2432 = !1;
8880
8886
  var didSuspend = 0 !== (workInProgress.flags & 128);
8881
- (JSCompiler_object_inline_digest_2413 = didSuspend) ||
8882
- (JSCompiler_object_inline_digest_2413 =
8887
+ (JSCompiler_object_inline_digest_2430 = didSuspend) ||
8888
+ (JSCompiler_object_inline_digest_2430 =
8883
8889
  null !== current && null === current.memoizedState
8884
8890
  ? !1
8885
8891
  : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
8886
- JSCompiler_object_inline_digest_2413 &&
8887
- ((JSCompiler_object_inline_componentStack_2415 = !0),
8892
+ JSCompiler_object_inline_digest_2430 &&
8893
+ ((JSCompiler_object_inline_componentStack_2432 = !0),
8888
8894
  (workInProgress.flags &= -129));
8889
- JSCompiler_object_inline_digest_2413 = 0 !== (workInProgress.flags & 32);
8895
+ JSCompiler_object_inline_digest_2430 = 0 !== (workInProgress.flags & 32);
8890
8896
  workInProgress.flags &= -33;
8891
8897
  if (null === current) {
8892
8898
  if (isHydrating) {
8893
- JSCompiler_object_inline_componentStack_2415
8899
+ JSCompiler_object_inline_componentStack_2432
8894
8900
  ? pushPrimaryTreeSuspenseHandler(workInProgress)
8895
8901
  : reuseSuspenseHandlerOnStack(workInProgress);
8896
8902
  if (isHydrating) {
8897
- var JSCompiler_object_inline_message_2412 = nextHydratableInstance;
8903
+ var JSCompiler_object_inline_message_2429 = nextHydratableInstance;
8898
8904
  var JSCompiler_temp;
8899
- if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2412)) {
8905
+ if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2429)) {
8900
8906
  c: {
8901
- var instance = JSCompiler_object_inline_message_2412;
8907
+ var instance = JSCompiler_object_inline_message_2429;
8902
8908
  for (
8903
8909
  JSCompiler_temp = rootOrSingletonContext;
8904
8910
  8 !== instance.nodeType;
@@ -8940,77 +8946,77 @@
8940
8946
  JSCompiler_temp &&
8941
8947
  (warnNonHydratedInstance(
8942
8948
  workInProgress,
8943
- JSCompiler_object_inline_message_2412
8949
+ JSCompiler_object_inline_message_2429
8944
8950
  ),
8945
8951
  throwOnHydrationMismatch(workInProgress));
8946
8952
  }
8947
- JSCompiler_object_inline_message_2412 = workInProgress.memoizedState;
8953
+ JSCompiler_object_inline_message_2429 = workInProgress.memoizedState;
8948
8954
  if (
8949
- null !== JSCompiler_object_inline_message_2412 &&
8950
- ((JSCompiler_object_inline_message_2412 =
8951
- JSCompiler_object_inline_message_2412.dehydrated),
8952
- null !== JSCompiler_object_inline_message_2412)
8955
+ null !== JSCompiler_object_inline_message_2429 &&
8956
+ ((JSCompiler_object_inline_message_2429 =
8957
+ JSCompiler_object_inline_message_2429.dehydrated),
8958
+ null !== JSCompiler_object_inline_message_2429)
8953
8959
  )
8954
8960
  return (
8955
- isSuspenseInstanceFallback(JSCompiler_object_inline_message_2412)
8961
+ isSuspenseInstanceFallback(JSCompiler_object_inline_message_2429)
8956
8962
  ? (workInProgress.lanes = 32)
8957
8963
  : (workInProgress.lanes = 536870912),
8958
8964
  null
8959
8965
  );
8960
8966
  popSuspenseHandler(workInProgress);
8961
8967
  }
8962
- JSCompiler_object_inline_message_2412 =
8963
- JSCompiler_object_inline_stack_2414.children;
8964
- JSCompiler_object_inline_stack_2414 =
8965
- JSCompiler_object_inline_stack_2414.fallback;
8966
- if (JSCompiler_object_inline_componentStack_2415)
8968
+ JSCompiler_object_inline_message_2429 =
8969
+ JSCompiler_object_inline_stack_2431.children;
8970
+ JSCompiler_object_inline_stack_2431 =
8971
+ JSCompiler_object_inline_stack_2431.fallback;
8972
+ if (JSCompiler_object_inline_componentStack_2432)
8967
8973
  return (
8968
8974
  reuseSuspenseHandlerOnStack(workInProgress),
8969
- (JSCompiler_object_inline_componentStack_2415 =
8975
+ (JSCompiler_object_inline_componentStack_2432 =
8970
8976
  workInProgress.mode),
8971
- (JSCompiler_object_inline_message_2412 =
8977
+ (JSCompiler_object_inline_message_2429 =
8972
8978
  mountWorkInProgressOffscreenFiber(
8973
8979
  {
8974
8980
  mode: "hidden",
8975
- children: JSCompiler_object_inline_message_2412
8981
+ children: JSCompiler_object_inline_message_2429
8976
8982
  },
8977
- JSCompiler_object_inline_componentStack_2415
8983
+ JSCompiler_object_inline_componentStack_2432
8978
8984
  )),
8979
- (JSCompiler_object_inline_stack_2414 = createFiberFromFragment(
8980
- JSCompiler_object_inline_stack_2414,
8981
- JSCompiler_object_inline_componentStack_2415,
8985
+ (JSCompiler_object_inline_stack_2431 = createFiberFromFragment(
8986
+ JSCompiler_object_inline_stack_2431,
8987
+ JSCompiler_object_inline_componentStack_2432,
8982
8988
  renderLanes,
8983
8989
  null
8984
8990
  )),
8985
- (JSCompiler_object_inline_message_2412.return = workInProgress),
8986
- (JSCompiler_object_inline_stack_2414.return = workInProgress),
8987
- (JSCompiler_object_inline_message_2412.sibling =
8988
- JSCompiler_object_inline_stack_2414),
8989
- (workInProgress.child = JSCompiler_object_inline_message_2412),
8990
- (JSCompiler_object_inline_componentStack_2415 =
8991
+ (JSCompiler_object_inline_message_2429.return = workInProgress),
8992
+ (JSCompiler_object_inline_stack_2431.return = workInProgress),
8993
+ (JSCompiler_object_inline_message_2429.sibling =
8994
+ JSCompiler_object_inline_stack_2431),
8995
+ (workInProgress.child = JSCompiler_object_inline_message_2429),
8996
+ (JSCompiler_object_inline_componentStack_2432 =
8991
8997
  workInProgress.child),
8992
- (JSCompiler_object_inline_componentStack_2415.memoizedState =
8998
+ (JSCompiler_object_inline_componentStack_2432.memoizedState =
8993
8999
  mountSuspenseOffscreenState(renderLanes)),
8994
- (JSCompiler_object_inline_componentStack_2415.childLanes =
9000
+ (JSCompiler_object_inline_componentStack_2432.childLanes =
8995
9001
  getRemainingWorkInPrimaryTree(
8996
9002
  current,
8997
- JSCompiler_object_inline_digest_2413,
9003
+ JSCompiler_object_inline_digest_2430,
8998
9004
  renderLanes
8999
9005
  )),
9000
9006
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9001
- JSCompiler_object_inline_stack_2414
9007
+ JSCompiler_object_inline_stack_2431
9002
9008
  );
9003
9009
  pushPrimaryTreeSuspenseHandler(workInProgress);
9004
9010
  return mountSuspensePrimaryChildren(
9005
9011
  workInProgress,
9006
- JSCompiler_object_inline_message_2412
9012
+ JSCompiler_object_inline_message_2429
9007
9013
  );
9008
9014
  }
9009
9015
  var prevState = current.memoizedState;
9010
9016
  if (
9011
9017
  null !== prevState &&
9012
- ((JSCompiler_object_inline_message_2412 = prevState.dehydrated),
9013
- null !== JSCompiler_object_inline_message_2412)
9018
+ ((JSCompiler_object_inline_message_2429 = prevState.dehydrated),
9019
+ null !== JSCompiler_object_inline_message_2429)
9014
9020
  ) {
9015
9021
  if (didSuspend)
9016
9022
  workInProgress.flags & 256
@@ -9027,94 +9033,94 @@
9027
9033
  (workInProgress.flags |= 128),
9028
9034
  (workInProgress = null))
9029
9035
  : (reuseSuspenseHandlerOnStack(workInProgress),
9030
- (JSCompiler_object_inline_componentStack_2415 =
9031
- JSCompiler_object_inline_stack_2414.fallback),
9032
- (JSCompiler_object_inline_message_2412 = workInProgress.mode),
9033
- (JSCompiler_object_inline_stack_2414 =
9036
+ (JSCompiler_object_inline_componentStack_2432 =
9037
+ JSCompiler_object_inline_stack_2431.fallback),
9038
+ (JSCompiler_object_inline_message_2429 = workInProgress.mode),
9039
+ (JSCompiler_object_inline_stack_2431 =
9034
9040
  mountWorkInProgressOffscreenFiber(
9035
9041
  {
9036
9042
  mode: "visible",
9037
- children: JSCompiler_object_inline_stack_2414.children
9043
+ children: JSCompiler_object_inline_stack_2431.children
9038
9044
  },
9039
- JSCompiler_object_inline_message_2412
9045
+ JSCompiler_object_inline_message_2429
9040
9046
  )),
9041
- (JSCompiler_object_inline_componentStack_2415 =
9047
+ (JSCompiler_object_inline_componentStack_2432 =
9042
9048
  createFiberFromFragment(
9043
- JSCompiler_object_inline_componentStack_2415,
9044
- JSCompiler_object_inline_message_2412,
9049
+ JSCompiler_object_inline_componentStack_2432,
9050
+ JSCompiler_object_inline_message_2429,
9045
9051
  renderLanes,
9046
9052
  null
9047
9053
  )),
9048
- (JSCompiler_object_inline_componentStack_2415.flags |= 2),
9049
- (JSCompiler_object_inline_stack_2414.return = workInProgress),
9050
- (JSCompiler_object_inline_componentStack_2415.return =
9054
+ (JSCompiler_object_inline_componentStack_2432.flags |= 2),
9055
+ (JSCompiler_object_inline_stack_2431.return = workInProgress),
9056
+ (JSCompiler_object_inline_componentStack_2432.return =
9051
9057
  workInProgress),
9052
- (JSCompiler_object_inline_stack_2414.sibling =
9053
- JSCompiler_object_inline_componentStack_2415),
9054
- (workInProgress.child = JSCompiler_object_inline_stack_2414),
9058
+ (JSCompiler_object_inline_stack_2431.sibling =
9059
+ JSCompiler_object_inline_componentStack_2432),
9060
+ (workInProgress.child = JSCompiler_object_inline_stack_2431),
9055
9061
  reconcileChildFibers(
9056
9062
  workInProgress,
9057
9063
  current.child,
9058
9064
  null,
9059
9065
  renderLanes
9060
9066
  ),
9061
- (JSCompiler_object_inline_stack_2414 = workInProgress.child),
9062
- (JSCompiler_object_inline_stack_2414.memoizedState =
9067
+ (JSCompiler_object_inline_stack_2431 = workInProgress.child),
9068
+ (JSCompiler_object_inline_stack_2431.memoizedState =
9063
9069
  mountSuspenseOffscreenState(renderLanes)),
9064
- (JSCompiler_object_inline_stack_2414.childLanes =
9070
+ (JSCompiler_object_inline_stack_2431.childLanes =
9065
9071
  getRemainingWorkInPrimaryTree(
9066
9072
  current,
9067
- JSCompiler_object_inline_digest_2413,
9073
+ JSCompiler_object_inline_digest_2430,
9068
9074
  renderLanes
9069
9075
  )),
9070
9076
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9071
9077
  (workInProgress =
9072
- JSCompiler_object_inline_componentStack_2415));
9078
+ JSCompiler_object_inline_componentStack_2432));
9073
9079
  else if (
9074
9080
  (pushPrimaryTreeSuspenseHandler(workInProgress),
9075
9081
  isHydrating &&
9076
9082
  console.error(
9077
9083
  "We should not be hydrating here. This is a bug in React. Please file a bug."
9078
9084
  ),
9079
- isSuspenseInstanceFallback(JSCompiler_object_inline_message_2412))
9085
+ isSuspenseInstanceFallback(JSCompiler_object_inline_message_2429))
9080
9086
  ) {
9081
- JSCompiler_object_inline_digest_2413 =
9082
- JSCompiler_object_inline_message_2412.nextSibling &&
9083
- JSCompiler_object_inline_message_2412.nextSibling.dataset;
9084
- if (JSCompiler_object_inline_digest_2413) {
9085
- JSCompiler_temp = JSCompiler_object_inline_digest_2413.dgst;
9086
- var message = JSCompiler_object_inline_digest_2413.msg;
9087
- instance = JSCompiler_object_inline_digest_2413.stck;
9088
- var componentStack = JSCompiler_object_inline_digest_2413.cstck;
9087
+ JSCompiler_object_inline_digest_2430 =
9088
+ JSCompiler_object_inline_message_2429.nextSibling &&
9089
+ JSCompiler_object_inline_message_2429.nextSibling.dataset;
9090
+ if (JSCompiler_object_inline_digest_2430) {
9091
+ JSCompiler_temp = JSCompiler_object_inline_digest_2430.dgst;
9092
+ var message = JSCompiler_object_inline_digest_2430.msg;
9093
+ instance = JSCompiler_object_inline_digest_2430.stck;
9094
+ var componentStack = JSCompiler_object_inline_digest_2430.cstck;
9089
9095
  }
9090
- JSCompiler_object_inline_message_2412 = message;
9091
- JSCompiler_object_inline_digest_2413 = JSCompiler_temp;
9092
- JSCompiler_object_inline_stack_2414 = instance;
9093
- JSCompiler_temp = JSCompiler_object_inline_componentStack_2415 =
9096
+ JSCompiler_object_inline_message_2429 = message;
9097
+ JSCompiler_object_inline_digest_2430 = JSCompiler_temp;
9098
+ JSCompiler_object_inline_stack_2431 = instance;
9099
+ JSCompiler_temp = JSCompiler_object_inline_componentStack_2432 =
9094
9100
  componentStack;
9095
- JSCompiler_object_inline_componentStack_2415 =
9096
- JSCompiler_object_inline_message_2412
9097
- ? Error(JSCompiler_object_inline_message_2412)
9101
+ JSCompiler_object_inline_componentStack_2432 =
9102
+ JSCompiler_object_inline_message_2429
9103
+ ? Error(JSCompiler_object_inline_message_2429)
9098
9104
  : Error(
9099
9105
  "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
9100
9106
  );
9101
- JSCompiler_object_inline_componentStack_2415.stack =
9102
- JSCompiler_object_inline_stack_2414 || "";
9103
- JSCompiler_object_inline_componentStack_2415.digest =
9104
- JSCompiler_object_inline_digest_2413;
9105
- JSCompiler_object_inline_digest_2413 =
9107
+ JSCompiler_object_inline_componentStack_2432.stack =
9108
+ JSCompiler_object_inline_stack_2431 || "";
9109
+ JSCompiler_object_inline_componentStack_2432.digest =
9110
+ JSCompiler_object_inline_digest_2430;
9111
+ JSCompiler_object_inline_digest_2430 =
9106
9112
  void 0 === JSCompiler_temp ? null : JSCompiler_temp;
9107
- JSCompiler_object_inline_stack_2414 = {
9108
- value: JSCompiler_object_inline_componentStack_2415,
9113
+ JSCompiler_object_inline_stack_2431 = {
9114
+ value: JSCompiler_object_inline_componentStack_2432,
9109
9115
  source: null,
9110
- stack: JSCompiler_object_inline_digest_2413
9116
+ stack: JSCompiler_object_inline_digest_2430
9111
9117
  };
9112
- "string" === typeof JSCompiler_object_inline_digest_2413 &&
9118
+ "string" === typeof JSCompiler_object_inline_digest_2430 &&
9113
9119
  CapturedStacks.set(
9114
- JSCompiler_object_inline_componentStack_2415,
9115
- JSCompiler_object_inline_stack_2414
9120
+ JSCompiler_object_inline_componentStack_2432,
9121
+ JSCompiler_object_inline_stack_2431
9116
9122
  );
9117
- queueHydrationError(JSCompiler_object_inline_stack_2414);
9123
+ queueHydrationError(JSCompiler_object_inline_stack_2431);
9118
9124
  workInProgress = retrySuspenseComponentWithoutHydrating(
9119
9125
  current,
9120
9126
  workInProgress,
@@ -9128,44 +9134,44 @@
9128
9134
  renderLanes,
9129
9135
  !1
9130
9136
  ),
9131
- (JSCompiler_object_inline_digest_2413 =
9137
+ (JSCompiler_object_inline_digest_2430 =
9132
9138
  0 !== (renderLanes & current.childLanes)),
9133
- didReceiveUpdate || JSCompiler_object_inline_digest_2413)
9139
+ didReceiveUpdate || JSCompiler_object_inline_digest_2430)
9134
9140
  ) {
9135
- JSCompiler_object_inline_digest_2413 = workInProgressRoot;
9141
+ JSCompiler_object_inline_digest_2430 = workInProgressRoot;
9136
9142
  if (
9137
- null !== JSCompiler_object_inline_digest_2413 &&
9138
- ((JSCompiler_object_inline_stack_2414 = renderLanes & -renderLanes),
9139
- (JSCompiler_object_inline_stack_2414 =
9140
- 0 !== (JSCompiler_object_inline_stack_2414 & 42)
9143
+ null !== JSCompiler_object_inline_digest_2430 &&
9144
+ ((JSCompiler_object_inline_stack_2431 = renderLanes & -renderLanes),
9145
+ (JSCompiler_object_inline_stack_2431 =
9146
+ 0 !== (JSCompiler_object_inline_stack_2431 & 42)
9141
9147
  ? 1
9142
9148
  : getBumpedLaneForHydrationByLane(
9143
- JSCompiler_object_inline_stack_2414
9149
+ JSCompiler_object_inline_stack_2431
9144
9150
  )),
9145
- (JSCompiler_object_inline_stack_2414 =
9151
+ (JSCompiler_object_inline_stack_2431 =
9146
9152
  0 !==
9147
- (JSCompiler_object_inline_stack_2414 &
9148
- (JSCompiler_object_inline_digest_2413.suspendedLanes |
9153
+ (JSCompiler_object_inline_stack_2431 &
9154
+ (JSCompiler_object_inline_digest_2430.suspendedLanes |
9149
9155
  renderLanes))
9150
9156
  ? 0
9151
- : JSCompiler_object_inline_stack_2414),
9152
- 0 !== JSCompiler_object_inline_stack_2414 &&
9153
- JSCompiler_object_inline_stack_2414 !== prevState.retryLane)
9157
+ : JSCompiler_object_inline_stack_2431),
9158
+ 0 !== JSCompiler_object_inline_stack_2431 &&
9159
+ JSCompiler_object_inline_stack_2431 !== prevState.retryLane)
9154
9160
  )
9155
9161
  throw (
9156
- ((prevState.retryLane = JSCompiler_object_inline_stack_2414),
9162
+ ((prevState.retryLane = JSCompiler_object_inline_stack_2431),
9157
9163
  enqueueConcurrentRenderForLane(
9158
9164
  current,
9159
- JSCompiler_object_inline_stack_2414
9165
+ JSCompiler_object_inline_stack_2431
9160
9166
  ),
9161
9167
  scheduleUpdateOnFiber(
9162
- JSCompiler_object_inline_digest_2413,
9168
+ JSCompiler_object_inline_digest_2430,
9163
9169
  current,
9164
- JSCompiler_object_inline_stack_2414
9170
+ JSCompiler_object_inline_stack_2431
9165
9171
  ),
9166
9172
  SelectiveHydrationException)
9167
9173
  );
9168
- JSCompiler_object_inline_message_2412.data ===
9174
+ JSCompiler_object_inline_message_2429.data ===
9169
9175
  SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible();
9170
9176
  workInProgress = retrySuspenseComponentWithoutHydrating(
9171
9177
  current,
@@ -9173,14 +9179,14 @@
9173
9179
  renderLanes
9174
9180
  );
9175
9181
  } else
9176
- JSCompiler_object_inline_message_2412.data ===
9182
+ JSCompiler_object_inline_message_2429.data ===
9177
9183
  SUSPENSE_PENDING_START_DATA
9178
9184
  ? ((workInProgress.flags |= 192),
9179
9185
  (workInProgress.child = current.child),
9180
9186
  (workInProgress = null))
9181
9187
  : ((current = prevState.treeContext),
9182
9188
  (nextHydratableInstance = getNextHydratable(
9183
- JSCompiler_object_inline_message_2412.nextSibling
9189
+ JSCompiler_object_inline_message_2429.nextSibling
9184
9190
  )),
9185
9191
  (hydrationParentFiber = workInProgress),
9186
9192
  (isHydrating = !0),
@@ -9198,57 +9204,57 @@
9198
9204
  (treeContextProvider = workInProgress)),
9199
9205
  (workInProgress = mountSuspensePrimaryChildren(
9200
9206
  workInProgress,
9201
- JSCompiler_object_inline_stack_2414.children
9207
+ JSCompiler_object_inline_stack_2431.children
9202
9208
  )),
9203
9209
  (workInProgress.flags |= 4096));
9204
9210
  return workInProgress;
9205
9211
  }
9206
- if (JSCompiler_object_inline_componentStack_2415)
9212
+ if (JSCompiler_object_inline_componentStack_2432)
9207
9213
  return (
9208
9214
  reuseSuspenseHandlerOnStack(workInProgress),
9209
- (JSCompiler_object_inline_componentStack_2415 =
9210
- JSCompiler_object_inline_stack_2414.fallback),
9211
- (JSCompiler_object_inline_message_2412 = workInProgress.mode),
9215
+ (JSCompiler_object_inline_componentStack_2432 =
9216
+ JSCompiler_object_inline_stack_2431.fallback),
9217
+ (JSCompiler_object_inline_message_2429 = workInProgress.mode),
9212
9218
  (JSCompiler_temp = current.child),
9213
9219
  (instance = JSCompiler_temp.sibling),
9214
- (JSCompiler_object_inline_stack_2414 = createWorkInProgress(
9220
+ (JSCompiler_object_inline_stack_2431 = createWorkInProgress(
9215
9221
  JSCompiler_temp,
9216
9222
  {
9217
9223
  mode: "hidden",
9218
- children: JSCompiler_object_inline_stack_2414.children
9224
+ children: JSCompiler_object_inline_stack_2431.children
9219
9225
  }
9220
9226
  )),
9221
- (JSCompiler_object_inline_stack_2414.subtreeFlags =
9227
+ (JSCompiler_object_inline_stack_2431.subtreeFlags =
9222
9228
  JSCompiler_temp.subtreeFlags & 65011712),
9223
9229
  null !== instance
9224
- ? (JSCompiler_object_inline_componentStack_2415 =
9230
+ ? (JSCompiler_object_inline_componentStack_2432 =
9225
9231
  createWorkInProgress(
9226
9232
  instance,
9227
- JSCompiler_object_inline_componentStack_2415
9233
+ JSCompiler_object_inline_componentStack_2432
9228
9234
  ))
9229
- : ((JSCompiler_object_inline_componentStack_2415 =
9235
+ : ((JSCompiler_object_inline_componentStack_2432 =
9230
9236
  createFiberFromFragment(
9231
- JSCompiler_object_inline_componentStack_2415,
9232
- JSCompiler_object_inline_message_2412,
9237
+ JSCompiler_object_inline_componentStack_2432,
9238
+ JSCompiler_object_inline_message_2429,
9233
9239
  renderLanes,
9234
9240
  null
9235
9241
  )),
9236
- (JSCompiler_object_inline_componentStack_2415.flags |= 2)),
9237
- (JSCompiler_object_inline_componentStack_2415.return =
9242
+ (JSCompiler_object_inline_componentStack_2432.flags |= 2)),
9243
+ (JSCompiler_object_inline_componentStack_2432.return =
9238
9244
  workInProgress),
9239
- (JSCompiler_object_inline_stack_2414.return = workInProgress),
9240
- (JSCompiler_object_inline_stack_2414.sibling =
9241
- JSCompiler_object_inline_componentStack_2415),
9242
- (workInProgress.child = JSCompiler_object_inline_stack_2414),
9243
- (JSCompiler_object_inline_stack_2414 =
9244
- JSCompiler_object_inline_componentStack_2415),
9245
- (JSCompiler_object_inline_componentStack_2415 = workInProgress.child),
9246
- (JSCompiler_object_inline_message_2412 = current.child.memoizedState),
9247
- null === JSCompiler_object_inline_message_2412
9248
- ? (JSCompiler_object_inline_message_2412 =
9245
+ (JSCompiler_object_inline_stack_2431.return = workInProgress),
9246
+ (JSCompiler_object_inline_stack_2431.sibling =
9247
+ JSCompiler_object_inline_componentStack_2432),
9248
+ (workInProgress.child = JSCompiler_object_inline_stack_2431),
9249
+ (JSCompiler_object_inline_stack_2431 =
9250
+ JSCompiler_object_inline_componentStack_2432),
9251
+ (JSCompiler_object_inline_componentStack_2432 = workInProgress.child),
9252
+ (JSCompiler_object_inline_message_2429 = current.child.memoizedState),
9253
+ null === JSCompiler_object_inline_message_2429
9254
+ ? (JSCompiler_object_inline_message_2429 =
9249
9255
  mountSuspenseOffscreenState(renderLanes))
9250
9256
  : ((JSCompiler_temp =
9251
- JSCompiler_object_inline_message_2412.cachePool),
9257
+ JSCompiler_object_inline_message_2429.cachePool),
9252
9258
  null !== JSCompiler_temp
9253
9259
  ? ((instance = CacheContext._currentValue),
9254
9260
  (JSCompiler_temp =
@@ -9256,37 +9262,37 @@
9256
9262
  ? { parent: instance, pool: instance }
9257
9263
  : JSCompiler_temp))
9258
9264
  : (JSCompiler_temp = getSuspendedCache()),
9259
- (JSCompiler_object_inline_message_2412 = {
9265
+ (JSCompiler_object_inline_message_2429 = {
9260
9266
  baseLanes:
9261
- JSCompiler_object_inline_message_2412.baseLanes | renderLanes,
9267
+ JSCompiler_object_inline_message_2429.baseLanes | renderLanes,
9262
9268
  cachePool: JSCompiler_temp
9263
9269
  })),
9264
- (JSCompiler_object_inline_componentStack_2415.memoizedState =
9265
- JSCompiler_object_inline_message_2412),
9266
- (JSCompiler_object_inline_componentStack_2415.childLanes =
9270
+ (JSCompiler_object_inline_componentStack_2432.memoizedState =
9271
+ JSCompiler_object_inline_message_2429),
9272
+ (JSCompiler_object_inline_componentStack_2432.childLanes =
9267
9273
  getRemainingWorkInPrimaryTree(
9268
9274
  current,
9269
- JSCompiler_object_inline_digest_2413,
9275
+ JSCompiler_object_inline_digest_2430,
9270
9276
  renderLanes
9271
9277
  )),
9272
9278
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9273
- JSCompiler_object_inline_stack_2414
9279
+ JSCompiler_object_inline_stack_2431
9274
9280
  );
9275
9281
  pushPrimaryTreeSuspenseHandler(workInProgress);
9276
9282
  renderLanes = current.child;
9277
9283
  current = renderLanes.sibling;
9278
9284
  renderLanes = createWorkInProgress(renderLanes, {
9279
9285
  mode: "visible",
9280
- children: JSCompiler_object_inline_stack_2414.children
9286
+ children: JSCompiler_object_inline_stack_2431.children
9281
9287
  });
9282
9288
  renderLanes.return = workInProgress;
9283
9289
  renderLanes.sibling = null;
9284
9290
  null !== current &&
9285
- ((JSCompiler_object_inline_digest_2413 = workInProgress.deletions),
9286
- null === JSCompiler_object_inline_digest_2413
9291
+ ((JSCompiler_object_inline_digest_2430 = workInProgress.deletions),
9292
+ null === JSCompiler_object_inline_digest_2430
9287
9293
  ? ((workInProgress.deletions = [current]),
9288
9294
  (workInProgress.flags |= 16))
9289
- : JSCompiler_object_inline_digest_2413.push(current));
9295
+ : JSCompiler_object_inline_digest_2430.push(current));
9290
9296
  workInProgress.child = renderLanes;
9291
9297
  workInProgress.memoizedState = null;
9292
9298
  return renderLanes;
@@ -10496,10 +10502,11 @@
10496
10502
  ),
10497
10503
  (flags & Insertion) !== NoFlags &&
10498
10504
  (isRunningInsertionEffect = !0),
10505
+ (lastEffect = finishedWork),
10499
10506
  runWithFiberInDEV(
10500
- finishedWork,
10507
+ lastEffect,
10501
10508
  callDestroyInDEV,
10502
- finishedWork,
10509
+ lastEffect,
10503
10510
  nearestMountedAncestor,
10504
10511
  destroy
10505
10512
  ),
@@ -22853,11 +22860,11 @@
22853
22860
  mountHookTypesDev();
22854
22861
  return readContext(context);
22855
22862
  },
22856
- useEffect: function (create, deps) {
22863
+ useEffect: function (create, createDeps) {
22857
22864
  currentHookNameInDev = "useEffect";
22858
22865
  mountHookTypesDev();
22859
- checkDepsAreArrayDev(deps);
22860
- return mountEffect(create, deps);
22866
+ checkDepsAreArrayDev(createDeps);
22867
+ return mountEffect(create, createDeps);
22861
22868
  },
22862
22869
  useImperativeHandle: function (ref, create, deps) {
22863
22870
  currentHookNameInDev = "useImperativeHandle";
@@ -22987,10 +22994,10 @@
22987
22994
  updateHookTypesDev();
22988
22995
  return readContext(context);
22989
22996
  },
22990
- useEffect: function (create, deps) {
22997
+ useEffect: function (create, createDeps) {
22991
22998
  currentHookNameInDev = "useEffect";
22992
22999
  updateHookTypesDev();
22993
- return mountEffect(create, deps);
23000
+ return mountEffect(create, createDeps);
22994
23001
  },
22995
23002
  useImperativeHandle: function (ref, create, deps) {
22996
23003
  currentHookNameInDev = "useImperativeHandle";
@@ -23116,10 +23123,10 @@
23116
23123
  updateHookTypesDev();
23117
23124
  return readContext(context);
23118
23125
  },
23119
- useEffect: function (create, deps) {
23126
+ useEffect: function (create, createDeps) {
23120
23127
  currentHookNameInDev = "useEffect";
23121
23128
  updateHookTypesDev();
23122
- updateEffectImpl(2048, Passive, create, deps);
23129
+ updateEffectImpl(2048, Passive, create, createDeps);
23123
23130
  },
23124
23131
  useImperativeHandle: function (ref, create, deps) {
23125
23132
  currentHookNameInDev = "useImperativeHandle";
@@ -23245,10 +23252,10 @@
23245
23252
  updateHookTypesDev();
23246
23253
  return readContext(context);
23247
23254
  },
23248
- useEffect: function (create, deps) {
23255
+ useEffect: function (create, createDeps) {
23249
23256
  currentHookNameInDev = "useEffect";
23250
23257
  updateHookTypesDev();
23251
- updateEffectImpl(2048, Passive, create, deps);
23258
+ updateEffectImpl(2048, Passive, create, createDeps);
23252
23259
  },
23253
23260
  useImperativeHandle: function (ref, create, deps) {
23254
23261
  currentHookNameInDev = "useImperativeHandle";
@@ -23380,11 +23387,11 @@
23380
23387
  mountHookTypesDev();
23381
23388
  return readContext(context);
23382
23389
  },
23383
- useEffect: function (create, deps) {
23390
+ useEffect: function (create, createDeps) {
23384
23391
  currentHookNameInDev = "useEffect";
23385
23392
  warnInvalidHookAccess();
23386
23393
  mountHookTypesDev();
23387
- return mountEffect(create, deps);
23394
+ return mountEffect(create, createDeps);
23388
23395
  },
23389
23396
  useImperativeHandle: function (ref, create, deps) {
23390
23397
  currentHookNameInDev = "useImperativeHandle";
@@ -23533,11 +23540,11 @@
23533
23540
  updateHookTypesDev();
23534
23541
  return readContext(context);
23535
23542
  },
23536
- useEffect: function (create, deps) {
23543
+ useEffect: function (create, createDeps) {
23537
23544
  currentHookNameInDev = "useEffect";
23538
23545
  warnInvalidHookAccess();
23539
23546
  updateHookTypesDev();
23540
- updateEffectImpl(2048, Passive, create, deps);
23547
+ updateEffectImpl(2048, Passive, create, createDeps);
23541
23548
  },
23542
23549
  useImperativeHandle: function (ref, create, deps) {
23543
23550
  currentHookNameInDev = "useImperativeHandle";
@@ -23686,11 +23693,11 @@
23686
23693
  updateHookTypesDev();
23687
23694
  return readContext(context);
23688
23695
  },
23689
- useEffect: function (create, deps) {
23696
+ useEffect: function (create, createDeps) {
23690
23697
  currentHookNameInDev = "useEffect";
23691
23698
  warnInvalidHookAccess();
23692
23699
  updateHookTypesDev();
23693
- updateEffectImpl(2048, Passive, create, deps);
23700
+ updateEffectImpl(2048, Passive, create, createDeps);
23694
23701
  },
23695
23702
  useImperativeHandle: function (ref, create, deps) {
23696
23703
  currentHookNameInDev = "useImperativeHandle";
@@ -23904,7 +23911,7 @@
23904
23911
  "react-stack-bottom-frame": function (effect) {
23905
23912
  null != effect.resourceKind &&
23906
23913
  console.error(
23907
- "Expected only SimpleEffects when enableUseResourceEffectHook is disabled, got %s",
23914
+ "Expected only SimpleEffects when enableUseEffectCRUDOverload is disabled, got %s",
23908
23915
  effect.resourceKind
23909
23916
  );
23910
23917
  var create = effect.create;
@@ -24715,11 +24722,11 @@
24715
24722
  };
24716
24723
  (function () {
24717
24724
  var isomorphicReactPackageVersion = React.version;
24718
- if ("19.1.0-canary-93b58361-20250209" !== isomorphicReactPackageVersion)
24725
+ if ("19.1.0-canary-f83903bf-20250212" !== isomorphicReactPackageVersion)
24719
24726
  throw Error(
24720
24727
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24721
24728
  (isomorphicReactPackageVersion +
24722
- "\n - react-dom: 19.1.0-canary-93b58361-20250209\nLearn more: https://react.dev/warnings/version-mismatch")
24729
+ "\n - react-dom: 19.1.0-canary-f83903bf-20250212\nLearn more: https://react.dev/warnings/version-mismatch")
24723
24730
  );
24724
24731
  })();
24725
24732
  ("function" === typeof Map &&
@@ -24756,10 +24763,10 @@
24756
24763
  !(function () {
24757
24764
  var internals = {
24758
24765
  bundleType: 1,
24759
- version: "19.1.0-canary-93b58361-20250209",
24766
+ version: "19.1.0-canary-f83903bf-20250212",
24760
24767
  rendererPackageName: "react-dom",
24761
24768
  currentDispatcherRef: ReactSharedInternals,
24762
- reconcilerVersion: "19.1.0-canary-93b58361-20250209"
24769
+ reconcilerVersion: "19.1.0-canary-f83903bf-20250212"
24763
24770
  };
24764
24771
  internals.overrideHookState = overrideHookState;
24765
24772
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25233,7 +25240,7 @@
25233
25240
  exports.useFormStatus = function () {
25234
25241
  return resolveDispatcher().useHostTransitionStatus();
25235
25242
  };
25236
- exports.version = "19.1.0-canary-93b58361-20250209";
25243
+ exports.version = "19.1.0-canary-f83903bf-20250212";
25237
25244
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25238
25245
  "function" ===
25239
25246
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&