react-dom 19.1.0-canary-25677265-20250224 → 19.1.0-canary-ebc22ef7-20250225

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.
@@ -4867,7 +4867,7 @@
4867
4867
  100 < thenableState.shellSuspendCounter
4868
4868
  )
4869
4869
  throw Error(
4870
- "async/await is not yet supported in Client Components, only Server Components. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server."
4870
+ "An unknown Component is an async Client Component. Only Server Components can be async at the moment. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server."
4871
4871
  );
4872
4872
  thenableState = thenable;
4873
4873
  thenableState.status = "pending";
@@ -5067,7 +5067,10 @@
5067
5067
  didWarnAboutAsyncClientComponent.has(nextRenderLanes) ||
5068
5068
  (didWarnAboutAsyncClientComponent.add(nextRenderLanes),
5069
5069
  console.error(
5070
- "async/await is not yet supported in Client Components, only Server Components. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server."
5070
+ "%s is an async Client Component. Only Server Components can be async at the moment. This error is often caused by accidentally adding `'use client'` to a module that was originally written for the server.",
5071
+ null === nextRenderLanes
5072
+ ? "An unknown Component"
5073
+ : "<" + nextRenderLanes + ">"
5071
5074
  ));
5072
5075
  workInProgress.memoizedState = null;
5073
5076
  workInProgress.updateQueue = null;
@@ -6408,14 +6411,14 @@
6408
6411
  (
6409
6412
  idWithLeadingBit & ~(1 << (32 - clz32(idWithLeadingBit) - 1))
6410
6413
  ).toString(32) + treeId;
6411
- identifierPrefix = ":" + identifierPrefix + "R" + treeId;
6414
+ identifierPrefix = "\u00ab" + identifierPrefix + "R" + treeId;
6412
6415
  treeId = localIdCounter++;
6413
6416
  0 < treeId && (identifierPrefix += "H" + treeId.toString(32));
6414
- identifierPrefix += ":";
6417
+ identifierPrefix += "\u00bb";
6415
6418
  } else
6416
6419
  (treeId = globalClientIdCounter++),
6417
6420
  (identifierPrefix =
6418
- ":" + identifierPrefix + "r" + treeId.toString(32) + ":");
6421
+ "\u00ab" + identifierPrefix + "r" + treeId.toString(32) + "\u00bb");
6419
6422
  return (hook.memoizedState = identifierPrefix);
6420
6423
  }
6421
6424
  function mountRefresh() {
@@ -8981,32 +8984,32 @@
8981
8984
  return current;
8982
8985
  }
8983
8986
  function updateSuspenseComponent(current, workInProgress, renderLanes) {
8984
- var JSCompiler_object_inline_digest_2432;
8985
- var JSCompiler_object_inline_stack_2433 = workInProgress.pendingProps;
8987
+ var JSCompiler_object_inline_digest_2435;
8988
+ var JSCompiler_object_inline_stack_2436 = workInProgress.pendingProps;
8986
8989
  shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
8987
- var JSCompiler_object_inline_componentStack_2434 = !1;
8990
+ var JSCompiler_object_inline_componentStack_2437 = !1;
8988
8991
  var didSuspend = 0 !== (workInProgress.flags & 128);
8989
- (JSCompiler_object_inline_digest_2432 = didSuspend) ||
8990
- (JSCompiler_object_inline_digest_2432 =
8992
+ (JSCompiler_object_inline_digest_2435 = didSuspend) ||
8993
+ (JSCompiler_object_inline_digest_2435 =
8991
8994
  null !== current && null === current.memoizedState
8992
8995
  ? !1
8993
8996
  : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
8994
- JSCompiler_object_inline_digest_2432 &&
8995
- ((JSCompiler_object_inline_componentStack_2434 = !0),
8997
+ JSCompiler_object_inline_digest_2435 &&
8998
+ ((JSCompiler_object_inline_componentStack_2437 = !0),
8996
8999
  (workInProgress.flags &= -129));
8997
- JSCompiler_object_inline_digest_2432 = 0 !== (workInProgress.flags & 32);
9000
+ JSCompiler_object_inline_digest_2435 = 0 !== (workInProgress.flags & 32);
8998
9001
  workInProgress.flags &= -33;
8999
9002
  if (null === current) {
9000
9003
  if (isHydrating) {
9001
- JSCompiler_object_inline_componentStack_2434
9004
+ JSCompiler_object_inline_componentStack_2437
9002
9005
  ? pushPrimaryTreeSuspenseHandler(workInProgress)
9003
9006
  : reuseSuspenseHandlerOnStack(workInProgress);
9004
9007
  if (isHydrating) {
9005
- var JSCompiler_object_inline_message_2431 = nextHydratableInstance;
9008
+ var JSCompiler_object_inline_message_2434 = nextHydratableInstance;
9006
9009
  var JSCompiler_temp;
9007
- if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2431)) {
9010
+ if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2434)) {
9008
9011
  c: {
9009
- var instance = JSCompiler_object_inline_message_2431;
9012
+ var instance = JSCompiler_object_inline_message_2434;
9010
9013
  for (
9011
9014
  JSCompiler_temp = rootOrSingletonContext;
9012
9015
  8 !== instance.nodeType;
@@ -9048,77 +9051,77 @@
9048
9051
  JSCompiler_temp &&
9049
9052
  (warnNonHydratedInstance(
9050
9053
  workInProgress,
9051
- JSCompiler_object_inline_message_2431
9054
+ JSCompiler_object_inline_message_2434
9052
9055
  ),
9053
9056
  throwOnHydrationMismatch(workInProgress));
9054
9057
  }
9055
- JSCompiler_object_inline_message_2431 = workInProgress.memoizedState;
9058
+ JSCompiler_object_inline_message_2434 = workInProgress.memoizedState;
9056
9059
  if (
9057
- null !== JSCompiler_object_inline_message_2431 &&
9058
- ((JSCompiler_object_inline_message_2431 =
9059
- JSCompiler_object_inline_message_2431.dehydrated),
9060
- null !== JSCompiler_object_inline_message_2431)
9060
+ null !== JSCompiler_object_inline_message_2434 &&
9061
+ ((JSCompiler_object_inline_message_2434 =
9062
+ JSCompiler_object_inline_message_2434.dehydrated),
9063
+ null !== JSCompiler_object_inline_message_2434)
9061
9064
  )
9062
9065
  return (
9063
- isSuspenseInstanceFallback(JSCompiler_object_inline_message_2431)
9066
+ isSuspenseInstanceFallback(JSCompiler_object_inline_message_2434)
9064
9067
  ? (workInProgress.lanes = 32)
9065
9068
  : (workInProgress.lanes = 536870912),
9066
9069
  null
9067
9070
  );
9068
9071
  popSuspenseHandler(workInProgress);
9069
9072
  }
9070
- JSCompiler_object_inline_message_2431 =
9071
- JSCompiler_object_inline_stack_2433.children;
9072
- JSCompiler_object_inline_stack_2433 =
9073
- JSCompiler_object_inline_stack_2433.fallback;
9074
- if (JSCompiler_object_inline_componentStack_2434)
9073
+ JSCompiler_object_inline_message_2434 =
9074
+ JSCompiler_object_inline_stack_2436.children;
9075
+ JSCompiler_object_inline_stack_2436 =
9076
+ JSCompiler_object_inline_stack_2436.fallback;
9077
+ if (JSCompiler_object_inline_componentStack_2437)
9075
9078
  return (
9076
9079
  reuseSuspenseHandlerOnStack(workInProgress),
9077
- (JSCompiler_object_inline_componentStack_2434 =
9080
+ (JSCompiler_object_inline_componentStack_2437 =
9078
9081
  workInProgress.mode),
9079
- (JSCompiler_object_inline_message_2431 =
9082
+ (JSCompiler_object_inline_message_2434 =
9080
9083
  mountWorkInProgressOffscreenFiber(
9081
9084
  {
9082
9085
  mode: "hidden",
9083
- children: JSCompiler_object_inline_message_2431
9086
+ children: JSCompiler_object_inline_message_2434
9084
9087
  },
9085
- JSCompiler_object_inline_componentStack_2434
9088
+ JSCompiler_object_inline_componentStack_2437
9086
9089
  )),
9087
- (JSCompiler_object_inline_stack_2433 = createFiberFromFragment(
9088
- JSCompiler_object_inline_stack_2433,
9089
- JSCompiler_object_inline_componentStack_2434,
9090
+ (JSCompiler_object_inline_stack_2436 = createFiberFromFragment(
9091
+ JSCompiler_object_inline_stack_2436,
9092
+ JSCompiler_object_inline_componentStack_2437,
9090
9093
  renderLanes,
9091
9094
  null
9092
9095
  )),
9093
- (JSCompiler_object_inline_message_2431.return = workInProgress),
9094
- (JSCompiler_object_inline_stack_2433.return = workInProgress),
9095
- (JSCompiler_object_inline_message_2431.sibling =
9096
- JSCompiler_object_inline_stack_2433),
9097
- (workInProgress.child = JSCompiler_object_inline_message_2431),
9098
- (JSCompiler_object_inline_componentStack_2434 =
9096
+ (JSCompiler_object_inline_message_2434.return = workInProgress),
9097
+ (JSCompiler_object_inline_stack_2436.return = workInProgress),
9098
+ (JSCompiler_object_inline_message_2434.sibling =
9099
+ JSCompiler_object_inline_stack_2436),
9100
+ (workInProgress.child = JSCompiler_object_inline_message_2434),
9101
+ (JSCompiler_object_inline_componentStack_2437 =
9099
9102
  workInProgress.child),
9100
- (JSCompiler_object_inline_componentStack_2434.memoizedState =
9103
+ (JSCompiler_object_inline_componentStack_2437.memoizedState =
9101
9104
  mountSuspenseOffscreenState(renderLanes)),
9102
- (JSCompiler_object_inline_componentStack_2434.childLanes =
9105
+ (JSCompiler_object_inline_componentStack_2437.childLanes =
9103
9106
  getRemainingWorkInPrimaryTree(
9104
9107
  current,
9105
- JSCompiler_object_inline_digest_2432,
9108
+ JSCompiler_object_inline_digest_2435,
9106
9109
  renderLanes
9107
9110
  )),
9108
9111
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9109
- JSCompiler_object_inline_stack_2433
9112
+ JSCompiler_object_inline_stack_2436
9110
9113
  );
9111
9114
  pushPrimaryTreeSuspenseHandler(workInProgress);
9112
9115
  return mountSuspensePrimaryChildren(
9113
9116
  workInProgress,
9114
- JSCompiler_object_inline_message_2431
9117
+ JSCompiler_object_inline_message_2434
9115
9118
  );
9116
9119
  }
9117
9120
  var prevState = current.memoizedState;
9118
9121
  if (
9119
9122
  null !== prevState &&
9120
- ((JSCompiler_object_inline_message_2431 = prevState.dehydrated),
9121
- null !== JSCompiler_object_inline_message_2431)
9123
+ ((JSCompiler_object_inline_message_2434 = prevState.dehydrated),
9124
+ null !== JSCompiler_object_inline_message_2434)
9122
9125
  ) {
9123
9126
  if (didSuspend)
9124
9127
  workInProgress.flags & 256
@@ -9135,94 +9138,94 @@
9135
9138
  (workInProgress.flags |= 128),
9136
9139
  (workInProgress = null))
9137
9140
  : (reuseSuspenseHandlerOnStack(workInProgress),
9138
- (JSCompiler_object_inline_componentStack_2434 =
9139
- JSCompiler_object_inline_stack_2433.fallback),
9140
- (JSCompiler_object_inline_message_2431 = workInProgress.mode),
9141
- (JSCompiler_object_inline_stack_2433 =
9141
+ (JSCompiler_object_inline_componentStack_2437 =
9142
+ JSCompiler_object_inline_stack_2436.fallback),
9143
+ (JSCompiler_object_inline_message_2434 = workInProgress.mode),
9144
+ (JSCompiler_object_inline_stack_2436 =
9142
9145
  mountWorkInProgressOffscreenFiber(
9143
9146
  {
9144
9147
  mode: "visible",
9145
- children: JSCompiler_object_inline_stack_2433.children
9148
+ children: JSCompiler_object_inline_stack_2436.children
9146
9149
  },
9147
- JSCompiler_object_inline_message_2431
9150
+ JSCompiler_object_inline_message_2434
9148
9151
  )),
9149
- (JSCompiler_object_inline_componentStack_2434 =
9152
+ (JSCompiler_object_inline_componentStack_2437 =
9150
9153
  createFiberFromFragment(
9151
- JSCompiler_object_inline_componentStack_2434,
9152
- JSCompiler_object_inline_message_2431,
9154
+ JSCompiler_object_inline_componentStack_2437,
9155
+ JSCompiler_object_inline_message_2434,
9153
9156
  renderLanes,
9154
9157
  null
9155
9158
  )),
9156
- (JSCompiler_object_inline_componentStack_2434.flags |= 2),
9157
- (JSCompiler_object_inline_stack_2433.return = workInProgress),
9158
- (JSCompiler_object_inline_componentStack_2434.return =
9159
+ (JSCompiler_object_inline_componentStack_2437.flags |= 2),
9160
+ (JSCompiler_object_inline_stack_2436.return = workInProgress),
9161
+ (JSCompiler_object_inline_componentStack_2437.return =
9159
9162
  workInProgress),
9160
- (JSCompiler_object_inline_stack_2433.sibling =
9161
- JSCompiler_object_inline_componentStack_2434),
9162
- (workInProgress.child = JSCompiler_object_inline_stack_2433),
9163
+ (JSCompiler_object_inline_stack_2436.sibling =
9164
+ JSCompiler_object_inline_componentStack_2437),
9165
+ (workInProgress.child = JSCompiler_object_inline_stack_2436),
9163
9166
  reconcileChildFibers(
9164
9167
  workInProgress,
9165
9168
  current.child,
9166
9169
  null,
9167
9170
  renderLanes
9168
9171
  ),
9169
- (JSCompiler_object_inline_stack_2433 = workInProgress.child),
9170
- (JSCompiler_object_inline_stack_2433.memoizedState =
9172
+ (JSCompiler_object_inline_stack_2436 = workInProgress.child),
9173
+ (JSCompiler_object_inline_stack_2436.memoizedState =
9171
9174
  mountSuspenseOffscreenState(renderLanes)),
9172
- (JSCompiler_object_inline_stack_2433.childLanes =
9175
+ (JSCompiler_object_inline_stack_2436.childLanes =
9173
9176
  getRemainingWorkInPrimaryTree(
9174
9177
  current,
9175
- JSCompiler_object_inline_digest_2432,
9178
+ JSCompiler_object_inline_digest_2435,
9176
9179
  renderLanes
9177
9180
  )),
9178
9181
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9179
9182
  (workInProgress =
9180
- JSCompiler_object_inline_componentStack_2434));
9183
+ JSCompiler_object_inline_componentStack_2437));
9181
9184
  else if (
9182
9185
  (pushPrimaryTreeSuspenseHandler(workInProgress),
9183
9186
  isHydrating &&
9184
9187
  console.error(
9185
9188
  "We should not be hydrating here. This is a bug in React. Please file a bug."
9186
9189
  ),
9187
- isSuspenseInstanceFallback(JSCompiler_object_inline_message_2431))
9190
+ isSuspenseInstanceFallback(JSCompiler_object_inline_message_2434))
9188
9191
  ) {
9189
- JSCompiler_object_inline_digest_2432 =
9190
- JSCompiler_object_inline_message_2431.nextSibling &&
9191
- JSCompiler_object_inline_message_2431.nextSibling.dataset;
9192
- if (JSCompiler_object_inline_digest_2432) {
9193
- JSCompiler_temp = JSCompiler_object_inline_digest_2432.dgst;
9194
- var message = JSCompiler_object_inline_digest_2432.msg;
9195
- instance = JSCompiler_object_inline_digest_2432.stck;
9196
- var componentStack = JSCompiler_object_inline_digest_2432.cstck;
9192
+ JSCompiler_object_inline_digest_2435 =
9193
+ JSCompiler_object_inline_message_2434.nextSibling &&
9194
+ JSCompiler_object_inline_message_2434.nextSibling.dataset;
9195
+ if (JSCompiler_object_inline_digest_2435) {
9196
+ JSCompiler_temp = JSCompiler_object_inline_digest_2435.dgst;
9197
+ var message = JSCompiler_object_inline_digest_2435.msg;
9198
+ instance = JSCompiler_object_inline_digest_2435.stck;
9199
+ var componentStack = JSCompiler_object_inline_digest_2435.cstck;
9197
9200
  }
9198
- JSCompiler_object_inline_message_2431 = message;
9199
- JSCompiler_object_inline_digest_2432 = JSCompiler_temp;
9200
- JSCompiler_object_inline_stack_2433 = instance;
9201
- JSCompiler_temp = JSCompiler_object_inline_componentStack_2434 =
9201
+ JSCompiler_object_inline_message_2434 = message;
9202
+ JSCompiler_object_inline_digest_2435 = JSCompiler_temp;
9203
+ JSCompiler_object_inline_stack_2436 = instance;
9204
+ JSCompiler_temp = JSCompiler_object_inline_componentStack_2437 =
9202
9205
  componentStack;
9203
- JSCompiler_object_inline_componentStack_2434 =
9204
- JSCompiler_object_inline_message_2431
9205
- ? Error(JSCompiler_object_inline_message_2431)
9206
+ JSCompiler_object_inline_componentStack_2437 =
9207
+ JSCompiler_object_inline_message_2434
9208
+ ? Error(JSCompiler_object_inline_message_2434)
9206
9209
  : Error(
9207
9210
  "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
9208
9211
  );
9209
- JSCompiler_object_inline_componentStack_2434.stack =
9210
- JSCompiler_object_inline_stack_2433 || "";
9211
- JSCompiler_object_inline_componentStack_2434.digest =
9212
- JSCompiler_object_inline_digest_2432;
9213
- JSCompiler_object_inline_digest_2432 =
9212
+ JSCompiler_object_inline_componentStack_2437.stack =
9213
+ JSCompiler_object_inline_stack_2436 || "";
9214
+ JSCompiler_object_inline_componentStack_2437.digest =
9215
+ JSCompiler_object_inline_digest_2435;
9216
+ JSCompiler_object_inline_digest_2435 =
9214
9217
  void 0 === JSCompiler_temp ? null : JSCompiler_temp;
9215
- JSCompiler_object_inline_stack_2433 = {
9216
- value: JSCompiler_object_inline_componentStack_2434,
9218
+ JSCompiler_object_inline_stack_2436 = {
9219
+ value: JSCompiler_object_inline_componentStack_2437,
9217
9220
  source: null,
9218
- stack: JSCompiler_object_inline_digest_2432
9221
+ stack: JSCompiler_object_inline_digest_2435
9219
9222
  };
9220
- "string" === typeof JSCompiler_object_inline_digest_2432 &&
9223
+ "string" === typeof JSCompiler_object_inline_digest_2435 &&
9221
9224
  CapturedStacks.set(
9222
- JSCompiler_object_inline_componentStack_2434,
9223
- JSCompiler_object_inline_stack_2433
9225
+ JSCompiler_object_inline_componentStack_2437,
9226
+ JSCompiler_object_inline_stack_2436
9224
9227
  );
9225
- queueHydrationError(JSCompiler_object_inline_stack_2433);
9228
+ queueHydrationError(JSCompiler_object_inline_stack_2436);
9226
9229
  workInProgress = retrySuspenseComponentWithoutHydrating(
9227
9230
  current,
9228
9231
  workInProgress,
@@ -9236,44 +9239,44 @@
9236
9239
  renderLanes,
9237
9240
  !1
9238
9241
  ),
9239
- (JSCompiler_object_inline_digest_2432 =
9242
+ (JSCompiler_object_inline_digest_2435 =
9240
9243
  0 !== (renderLanes & current.childLanes)),
9241
- didReceiveUpdate || JSCompiler_object_inline_digest_2432)
9244
+ didReceiveUpdate || JSCompiler_object_inline_digest_2435)
9242
9245
  ) {
9243
- JSCompiler_object_inline_digest_2432 = workInProgressRoot;
9246
+ JSCompiler_object_inline_digest_2435 = workInProgressRoot;
9244
9247
  if (
9245
- null !== JSCompiler_object_inline_digest_2432 &&
9246
- ((JSCompiler_object_inline_stack_2433 = renderLanes & -renderLanes),
9247
- (JSCompiler_object_inline_stack_2433 =
9248
- 0 !== (JSCompiler_object_inline_stack_2433 & 42)
9248
+ null !== JSCompiler_object_inline_digest_2435 &&
9249
+ ((JSCompiler_object_inline_stack_2436 = renderLanes & -renderLanes),
9250
+ (JSCompiler_object_inline_stack_2436 =
9251
+ 0 !== (JSCompiler_object_inline_stack_2436 & 42)
9249
9252
  ? 1
9250
9253
  : getBumpedLaneForHydrationByLane(
9251
- JSCompiler_object_inline_stack_2433
9254
+ JSCompiler_object_inline_stack_2436
9252
9255
  )),
9253
- (JSCompiler_object_inline_stack_2433 =
9256
+ (JSCompiler_object_inline_stack_2436 =
9254
9257
  0 !==
9255
- (JSCompiler_object_inline_stack_2433 &
9256
- (JSCompiler_object_inline_digest_2432.suspendedLanes |
9258
+ (JSCompiler_object_inline_stack_2436 &
9259
+ (JSCompiler_object_inline_digest_2435.suspendedLanes |
9257
9260
  renderLanes))
9258
9261
  ? 0
9259
- : JSCompiler_object_inline_stack_2433),
9260
- 0 !== JSCompiler_object_inline_stack_2433 &&
9261
- JSCompiler_object_inline_stack_2433 !== prevState.retryLane)
9262
+ : JSCompiler_object_inline_stack_2436),
9263
+ 0 !== JSCompiler_object_inline_stack_2436 &&
9264
+ JSCompiler_object_inline_stack_2436 !== prevState.retryLane)
9262
9265
  )
9263
9266
  throw (
9264
- ((prevState.retryLane = JSCompiler_object_inline_stack_2433),
9267
+ ((prevState.retryLane = JSCompiler_object_inline_stack_2436),
9265
9268
  enqueueConcurrentRenderForLane(
9266
9269
  current,
9267
- JSCompiler_object_inline_stack_2433
9270
+ JSCompiler_object_inline_stack_2436
9268
9271
  ),
9269
9272
  scheduleUpdateOnFiber(
9270
- JSCompiler_object_inline_digest_2432,
9273
+ JSCompiler_object_inline_digest_2435,
9271
9274
  current,
9272
- JSCompiler_object_inline_stack_2433
9275
+ JSCompiler_object_inline_stack_2436
9273
9276
  ),
9274
9277
  SelectiveHydrationException)
9275
9278
  );
9276
- JSCompiler_object_inline_message_2431.data ===
9279
+ JSCompiler_object_inline_message_2434.data ===
9277
9280
  SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible();
9278
9281
  workInProgress = retrySuspenseComponentWithoutHydrating(
9279
9282
  current,
@@ -9281,14 +9284,14 @@
9281
9284
  renderLanes
9282
9285
  );
9283
9286
  } else
9284
- JSCompiler_object_inline_message_2431.data ===
9287
+ JSCompiler_object_inline_message_2434.data ===
9285
9288
  SUSPENSE_PENDING_START_DATA
9286
9289
  ? ((workInProgress.flags |= 192),
9287
9290
  (workInProgress.child = current.child),
9288
9291
  (workInProgress = null))
9289
9292
  : ((current = prevState.treeContext),
9290
9293
  (nextHydratableInstance = getNextHydratable(
9291
- JSCompiler_object_inline_message_2431.nextSibling
9294
+ JSCompiler_object_inline_message_2434.nextSibling
9292
9295
  )),
9293
9296
  (hydrationParentFiber = workInProgress),
9294
9297
  (isHydrating = !0),
@@ -9306,57 +9309,57 @@
9306
9309
  (treeContextProvider = workInProgress)),
9307
9310
  (workInProgress = mountSuspensePrimaryChildren(
9308
9311
  workInProgress,
9309
- JSCompiler_object_inline_stack_2433.children
9312
+ JSCompiler_object_inline_stack_2436.children
9310
9313
  )),
9311
9314
  (workInProgress.flags |= 4096));
9312
9315
  return workInProgress;
9313
9316
  }
9314
- if (JSCompiler_object_inline_componentStack_2434)
9317
+ if (JSCompiler_object_inline_componentStack_2437)
9315
9318
  return (
9316
9319
  reuseSuspenseHandlerOnStack(workInProgress),
9317
- (JSCompiler_object_inline_componentStack_2434 =
9318
- JSCompiler_object_inline_stack_2433.fallback),
9319
- (JSCompiler_object_inline_message_2431 = workInProgress.mode),
9320
+ (JSCompiler_object_inline_componentStack_2437 =
9321
+ JSCompiler_object_inline_stack_2436.fallback),
9322
+ (JSCompiler_object_inline_message_2434 = workInProgress.mode),
9320
9323
  (JSCompiler_temp = current.child),
9321
9324
  (instance = JSCompiler_temp.sibling),
9322
- (JSCompiler_object_inline_stack_2433 = createWorkInProgress(
9325
+ (JSCompiler_object_inline_stack_2436 = createWorkInProgress(
9323
9326
  JSCompiler_temp,
9324
9327
  {
9325
9328
  mode: "hidden",
9326
- children: JSCompiler_object_inline_stack_2433.children
9329
+ children: JSCompiler_object_inline_stack_2436.children
9327
9330
  }
9328
9331
  )),
9329
- (JSCompiler_object_inline_stack_2433.subtreeFlags =
9332
+ (JSCompiler_object_inline_stack_2436.subtreeFlags =
9330
9333
  JSCompiler_temp.subtreeFlags & 65011712),
9331
9334
  null !== instance
9332
- ? (JSCompiler_object_inline_componentStack_2434 =
9335
+ ? (JSCompiler_object_inline_componentStack_2437 =
9333
9336
  createWorkInProgress(
9334
9337
  instance,
9335
- JSCompiler_object_inline_componentStack_2434
9338
+ JSCompiler_object_inline_componentStack_2437
9336
9339
  ))
9337
- : ((JSCompiler_object_inline_componentStack_2434 =
9340
+ : ((JSCompiler_object_inline_componentStack_2437 =
9338
9341
  createFiberFromFragment(
9339
- JSCompiler_object_inline_componentStack_2434,
9340
- JSCompiler_object_inline_message_2431,
9342
+ JSCompiler_object_inline_componentStack_2437,
9343
+ JSCompiler_object_inline_message_2434,
9341
9344
  renderLanes,
9342
9345
  null
9343
9346
  )),
9344
- (JSCompiler_object_inline_componentStack_2434.flags |= 2)),
9345
- (JSCompiler_object_inline_componentStack_2434.return =
9347
+ (JSCompiler_object_inline_componentStack_2437.flags |= 2)),
9348
+ (JSCompiler_object_inline_componentStack_2437.return =
9346
9349
  workInProgress),
9347
- (JSCompiler_object_inline_stack_2433.return = workInProgress),
9348
- (JSCompiler_object_inline_stack_2433.sibling =
9349
- JSCompiler_object_inline_componentStack_2434),
9350
- (workInProgress.child = JSCompiler_object_inline_stack_2433),
9351
- (JSCompiler_object_inline_stack_2433 =
9352
- JSCompiler_object_inline_componentStack_2434),
9353
- (JSCompiler_object_inline_componentStack_2434 = workInProgress.child),
9354
- (JSCompiler_object_inline_message_2431 = current.child.memoizedState),
9355
- null === JSCompiler_object_inline_message_2431
9356
- ? (JSCompiler_object_inline_message_2431 =
9350
+ (JSCompiler_object_inline_stack_2436.return = workInProgress),
9351
+ (JSCompiler_object_inline_stack_2436.sibling =
9352
+ JSCompiler_object_inline_componentStack_2437),
9353
+ (workInProgress.child = JSCompiler_object_inline_stack_2436),
9354
+ (JSCompiler_object_inline_stack_2436 =
9355
+ JSCompiler_object_inline_componentStack_2437),
9356
+ (JSCompiler_object_inline_componentStack_2437 = workInProgress.child),
9357
+ (JSCompiler_object_inline_message_2434 = current.child.memoizedState),
9358
+ null === JSCompiler_object_inline_message_2434
9359
+ ? (JSCompiler_object_inline_message_2434 =
9357
9360
  mountSuspenseOffscreenState(renderLanes))
9358
9361
  : ((JSCompiler_temp =
9359
- JSCompiler_object_inline_message_2431.cachePool),
9362
+ JSCompiler_object_inline_message_2434.cachePool),
9360
9363
  null !== JSCompiler_temp
9361
9364
  ? ((instance = CacheContext._currentValue),
9362
9365
  (JSCompiler_temp =
@@ -9364,37 +9367,37 @@
9364
9367
  ? { parent: instance, pool: instance }
9365
9368
  : JSCompiler_temp))
9366
9369
  : (JSCompiler_temp = getSuspendedCache()),
9367
- (JSCompiler_object_inline_message_2431 = {
9370
+ (JSCompiler_object_inline_message_2434 = {
9368
9371
  baseLanes:
9369
- JSCompiler_object_inline_message_2431.baseLanes | renderLanes,
9372
+ JSCompiler_object_inline_message_2434.baseLanes | renderLanes,
9370
9373
  cachePool: JSCompiler_temp
9371
9374
  })),
9372
- (JSCompiler_object_inline_componentStack_2434.memoizedState =
9373
- JSCompiler_object_inline_message_2431),
9374
- (JSCompiler_object_inline_componentStack_2434.childLanes =
9375
+ (JSCompiler_object_inline_componentStack_2437.memoizedState =
9376
+ JSCompiler_object_inline_message_2434),
9377
+ (JSCompiler_object_inline_componentStack_2437.childLanes =
9375
9378
  getRemainingWorkInPrimaryTree(
9376
9379
  current,
9377
- JSCompiler_object_inline_digest_2432,
9380
+ JSCompiler_object_inline_digest_2435,
9378
9381
  renderLanes
9379
9382
  )),
9380
9383
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9381
- JSCompiler_object_inline_stack_2433
9384
+ JSCompiler_object_inline_stack_2436
9382
9385
  );
9383
9386
  pushPrimaryTreeSuspenseHandler(workInProgress);
9384
9387
  renderLanes = current.child;
9385
9388
  current = renderLanes.sibling;
9386
9389
  renderLanes = createWorkInProgress(renderLanes, {
9387
9390
  mode: "visible",
9388
- children: JSCompiler_object_inline_stack_2433.children
9391
+ children: JSCompiler_object_inline_stack_2436.children
9389
9392
  });
9390
9393
  renderLanes.return = workInProgress;
9391
9394
  renderLanes.sibling = null;
9392
9395
  null !== current &&
9393
- ((JSCompiler_object_inline_digest_2432 = workInProgress.deletions),
9394
- null === JSCompiler_object_inline_digest_2432
9396
+ ((JSCompiler_object_inline_digest_2435 = workInProgress.deletions),
9397
+ null === JSCompiler_object_inline_digest_2435
9395
9398
  ? ((workInProgress.deletions = [current]),
9396
9399
  (workInProgress.flags |= 16))
9397
- : JSCompiler_object_inline_digest_2432.push(current));
9400
+ : JSCompiler_object_inline_digest_2435.push(current));
9398
9401
  workInProgress.child = renderLanes;
9399
9402
  workInProgress.memoizedState = null;
9400
9403
  return renderLanes;
@@ -24813,11 +24816,11 @@
24813
24816
  };
24814
24817
  (function () {
24815
24818
  var isomorphicReactPackageVersion = React.version;
24816
- if ("19.1.0-canary-25677265-20250224" !== isomorphicReactPackageVersion)
24819
+ if ("19.1.0-canary-ebc22ef7-20250225" !== isomorphicReactPackageVersion)
24817
24820
  throw Error(
24818
24821
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24819
24822
  (isomorphicReactPackageVersion +
24820
- "\n - react-dom: 19.1.0-canary-25677265-20250224\nLearn more: https://react.dev/warnings/version-mismatch")
24823
+ "\n - react-dom: 19.1.0-canary-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch")
24821
24824
  );
24822
24825
  })();
24823
24826
  ("function" === typeof Map &&
@@ -24854,10 +24857,10 @@
24854
24857
  !(function () {
24855
24858
  var internals = {
24856
24859
  bundleType: 1,
24857
- version: "19.1.0-canary-25677265-20250224",
24860
+ version: "19.1.0-canary-ebc22ef7-20250225",
24858
24861
  rendererPackageName: "react-dom",
24859
24862
  currentDispatcherRef: ReactSharedInternals,
24860
- reconcilerVersion: "19.1.0-canary-25677265-20250224"
24863
+ reconcilerVersion: "19.1.0-canary-ebc22ef7-20250225"
24861
24864
  };
24862
24865
  internals.overrideHookState = overrideHookState;
24863
24866
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25331,7 +25334,7 @@
25331
25334
  exports.useFormStatus = function () {
25332
25335
  return resolveDispatcher().useHostTransitionStatus();
25333
25336
  };
25334
- exports.version = "19.1.0-canary-25677265-20250224";
25337
+ exports.version = "19.1.0-canary-ebc22ef7-20250225";
25335
25338
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25336
25339
  "function" ===
25337
25340
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&