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.
@@ -4859,7 +4859,7 @@
4859
4859
  100 < thenableState.shellSuspendCounter
4860
4860
  )
4861
4861
  throw Error(
4862
- "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."
4862
+ "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."
4863
4863
  );
4864
4864
  thenableState = thenable;
4865
4865
  thenableState.status = "pending";
@@ -5059,7 +5059,10 @@
5059
5059
  didWarnAboutAsyncClientComponent.has(nextRenderLanes) ||
5060
5060
  (didWarnAboutAsyncClientComponent.add(nextRenderLanes),
5061
5061
  console.error(
5062
- "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."
5062
+ "%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.",
5063
+ null === nextRenderLanes
5064
+ ? "An unknown Component"
5065
+ : "<" + nextRenderLanes + ">"
5063
5066
  ));
5064
5067
  workInProgress.memoizedState = null;
5065
5068
  workInProgress.updateQueue = null;
@@ -6400,14 +6403,14 @@
6400
6403
  (
6401
6404
  idWithLeadingBit & ~(1 << (32 - clz32(idWithLeadingBit) - 1))
6402
6405
  ).toString(32) + treeId;
6403
- identifierPrefix = ":" + identifierPrefix + "R" + treeId;
6406
+ identifierPrefix = "\u00ab" + identifierPrefix + "R" + treeId;
6404
6407
  treeId = localIdCounter++;
6405
6408
  0 < treeId && (identifierPrefix += "H" + treeId.toString(32));
6406
- identifierPrefix += ":";
6409
+ identifierPrefix += "\u00bb";
6407
6410
  } else
6408
6411
  (treeId = globalClientIdCounter++),
6409
6412
  (identifierPrefix =
6410
- ":" + identifierPrefix + "r" + treeId.toString(32) + ":");
6413
+ "\u00ab" + identifierPrefix + "r" + treeId.toString(32) + "\u00bb");
6411
6414
  return (hook.memoizedState = identifierPrefix);
6412
6415
  }
6413
6416
  function mountRefresh() {
@@ -8973,32 +8976,32 @@
8973
8976
  return current;
8974
8977
  }
8975
8978
  function updateSuspenseComponent(current, workInProgress, renderLanes) {
8976
- var JSCompiler_object_inline_digest_2427;
8977
- var JSCompiler_object_inline_stack_2428 = workInProgress.pendingProps;
8979
+ var JSCompiler_object_inline_digest_2430;
8980
+ var JSCompiler_object_inline_stack_2431 = workInProgress.pendingProps;
8978
8981
  shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
8979
- var JSCompiler_object_inline_componentStack_2429 = !1;
8982
+ var JSCompiler_object_inline_componentStack_2432 = !1;
8980
8983
  var didSuspend = 0 !== (workInProgress.flags & 128);
8981
- (JSCompiler_object_inline_digest_2427 = didSuspend) ||
8982
- (JSCompiler_object_inline_digest_2427 =
8984
+ (JSCompiler_object_inline_digest_2430 = didSuspend) ||
8985
+ (JSCompiler_object_inline_digest_2430 =
8983
8986
  null !== current && null === current.memoizedState
8984
8987
  ? !1
8985
8988
  : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
8986
- JSCompiler_object_inline_digest_2427 &&
8987
- ((JSCompiler_object_inline_componentStack_2429 = !0),
8989
+ JSCompiler_object_inline_digest_2430 &&
8990
+ ((JSCompiler_object_inline_componentStack_2432 = !0),
8988
8991
  (workInProgress.flags &= -129));
8989
- JSCompiler_object_inline_digest_2427 = 0 !== (workInProgress.flags & 32);
8992
+ JSCompiler_object_inline_digest_2430 = 0 !== (workInProgress.flags & 32);
8990
8993
  workInProgress.flags &= -33;
8991
8994
  if (null === current) {
8992
8995
  if (isHydrating) {
8993
- JSCompiler_object_inline_componentStack_2429
8996
+ JSCompiler_object_inline_componentStack_2432
8994
8997
  ? pushPrimaryTreeSuspenseHandler(workInProgress)
8995
8998
  : reuseSuspenseHandlerOnStack(workInProgress);
8996
8999
  if (isHydrating) {
8997
- var JSCompiler_object_inline_message_2426 = nextHydratableInstance;
9000
+ var JSCompiler_object_inline_message_2429 = nextHydratableInstance;
8998
9001
  var JSCompiler_temp;
8999
- if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2426)) {
9002
+ if (!(JSCompiler_temp = !JSCompiler_object_inline_message_2429)) {
9000
9003
  c: {
9001
- var instance = JSCompiler_object_inline_message_2426;
9004
+ var instance = JSCompiler_object_inline_message_2429;
9002
9005
  for (
9003
9006
  JSCompiler_temp = rootOrSingletonContext;
9004
9007
  8 !== instance.nodeType;
@@ -9040,77 +9043,77 @@
9040
9043
  JSCompiler_temp &&
9041
9044
  (warnNonHydratedInstance(
9042
9045
  workInProgress,
9043
- JSCompiler_object_inline_message_2426
9046
+ JSCompiler_object_inline_message_2429
9044
9047
  ),
9045
9048
  throwOnHydrationMismatch(workInProgress));
9046
9049
  }
9047
- JSCompiler_object_inline_message_2426 = workInProgress.memoizedState;
9050
+ JSCompiler_object_inline_message_2429 = workInProgress.memoizedState;
9048
9051
  if (
9049
- null !== JSCompiler_object_inline_message_2426 &&
9050
- ((JSCompiler_object_inline_message_2426 =
9051
- JSCompiler_object_inline_message_2426.dehydrated),
9052
- null !== JSCompiler_object_inline_message_2426)
9052
+ null !== JSCompiler_object_inline_message_2429 &&
9053
+ ((JSCompiler_object_inline_message_2429 =
9054
+ JSCompiler_object_inline_message_2429.dehydrated),
9055
+ null !== JSCompiler_object_inline_message_2429)
9053
9056
  )
9054
9057
  return (
9055
- isSuspenseInstanceFallback(JSCompiler_object_inline_message_2426)
9058
+ isSuspenseInstanceFallback(JSCompiler_object_inline_message_2429)
9056
9059
  ? (workInProgress.lanes = 32)
9057
9060
  : (workInProgress.lanes = 536870912),
9058
9061
  null
9059
9062
  );
9060
9063
  popSuspenseHandler(workInProgress);
9061
9064
  }
9062
- JSCompiler_object_inline_message_2426 =
9063
- JSCompiler_object_inline_stack_2428.children;
9064
- JSCompiler_object_inline_stack_2428 =
9065
- JSCompiler_object_inline_stack_2428.fallback;
9066
- if (JSCompiler_object_inline_componentStack_2429)
9065
+ JSCompiler_object_inline_message_2429 =
9066
+ JSCompiler_object_inline_stack_2431.children;
9067
+ JSCompiler_object_inline_stack_2431 =
9068
+ JSCompiler_object_inline_stack_2431.fallback;
9069
+ if (JSCompiler_object_inline_componentStack_2432)
9067
9070
  return (
9068
9071
  reuseSuspenseHandlerOnStack(workInProgress),
9069
- (JSCompiler_object_inline_componentStack_2429 =
9072
+ (JSCompiler_object_inline_componentStack_2432 =
9070
9073
  workInProgress.mode),
9071
- (JSCompiler_object_inline_message_2426 =
9074
+ (JSCompiler_object_inline_message_2429 =
9072
9075
  mountWorkInProgressOffscreenFiber(
9073
9076
  {
9074
9077
  mode: "hidden",
9075
- children: JSCompiler_object_inline_message_2426
9078
+ children: JSCompiler_object_inline_message_2429
9076
9079
  },
9077
- JSCompiler_object_inline_componentStack_2429
9080
+ JSCompiler_object_inline_componentStack_2432
9078
9081
  )),
9079
- (JSCompiler_object_inline_stack_2428 = createFiberFromFragment(
9080
- JSCompiler_object_inline_stack_2428,
9081
- JSCompiler_object_inline_componentStack_2429,
9082
+ (JSCompiler_object_inline_stack_2431 = createFiberFromFragment(
9083
+ JSCompiler_object_inline_stack_2431,
9084
+ JSCompiler_object_inline_componentStack_2432,
9082
9085
  renderLanes,
9083
9086
  null
9084
9087
  )),
9085
- (JSCompiler_object_inline_message_2426.return = workInProgress),
9086
- (JSCompiler_object_inline_stack_2428.return = workInProgress),
9087
- (JSCompiler_object_inline_message_2426.sibling =
9088
- JSCompiler_object_inline_stack_2428),
9089
- (workInProgress.child = JSCompiler_object_inline_message_2426),
9090
- (JSCompiler_object_inline_componentStack_2429 =
9088
+ (JSCompiler_object_inline_message_2429.return = workInProgress),
9089
+ (JSCompiler_object_inline_stack_2431.return = workInProgress),
9090
+ (JSCompiler_object_inline_message_2429.sibling =
9091
+ JSCompiler_object_inline_stack_2431),
9092
+ (workInProgress.child = JSCompiler_object_inline_message_2429),
9093
+ (JSCompiler_object_inline_componentStack_2432 =
9091
9094
  workInProgress.child),
9092
- (JSCompiler_object_inline_componentStack_2429.memoizedState =
9095
+ (JSCompiler_object_inline_componentStack_2432.memoizedState =
9093
9096
  mountSuspenseOffscreenState(renderLanes)),
9094
- (JSCompiler_object_inline_componentStack_2429.childLanes =
9097
+ (JSCompiler_object_inline_componentStack_2432.childLanes =
9095
9098
  getRemainingWorkInPrimaryTree(
9096
9099
  current,
9097
- JSCompiler_object_inline_digest_2427,
9100
+ JSCompiler_object_inline_digest_2430,
9098
9101
  renderLanes
9099
9102
  )),
9100
9103
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9101
- JSCompiler_object_inline_stack_2428
9104
+ JSCompiler_object_inline_stack_2431
9102
9105
  );
9103
9106
  pushPrimaryTreeSuspenseHandler(workInProgress);
9104
9107
  return mountSuspensePrimaryChildren(
9105
9108
  workInProgress,
9106
- JSCompiler_object_inline_message_2426
9109
+ JSCompiler_object_inline_message_2429
9107
9110
  );
9108
9111
  }
9109
9112
  var prevState = current.memoizedState;
9110
9113
  if (
9111
9114
  null !== prevState &&
9112
- ((JSCompiler_object_inline_message_2426 = prevState.dehydrated),
9113
- null !== JSCompiler_object_inline_message_2426)
9115
+ ((JSCompiler_object_inline_message_2429 = prevState.dehydrated),
9116
+ null !== JSCompiler_object_inline_message_2429)
9114
9117
  ) {
9115
9118
  if (didSuspend)
9116
9119
  workInProgress.flags & 256
@@ -9127,94 +9130,94 @@
9127
9130
  (workInProgress.flags |= 128),
9128
9131
  (workInProgress = null))
9129
9132
  : (reuseSuspenseHandlerOnStack(workInProgress),
9130
- (JSCompiler_object_inline_componentStack_2429 =
9131
- JSCompiler_object_inline_stack_2428.fallback),
9132
- (JSCompiler_object_inline_message_2426 = workInProgress.mode),
9133
- (JSCompiler_object_inline_stack_2428 =
9133
+ (JSCompiler_object_inline_componentStack_2432 =
9134
+ JSCompiler_object_inline_stack_2431.fallback),
9135
+ (JSCompiler_object_inline_message_2429 = workInProgress.mode),
9136
+ (JSCompiler_object_inline_stack_2431 =
9134
9137
  mountWorkInProgressOffscreenFiber(
9135
9138
  {
9136
9139
  mode: "visible",
9137
- children: JSCompiler_object_inline_stack_2428.children
9140
+ children: JSCompiler_object_inline_stack_2431.children
9138
9141
  },
9139
- JSCompiler_object_inline_message_2426
9142
+ JSCompiler_object_inline_message_2429
9140
9143
  )),
9141
- (JSCompiler_object_inline_componentStack_2429 =
9144
+ (JSCompiler_object_inline_componentStack_2432 =
9142
9145
  createFiberFromFragment(
9143
- JSCompiler_object_inline_componentStack_2429,
9144
- JSCompiler_object_inline_message_2426,
9146
+ JSCompiler_object_inline_componentStack_2432,
9147
+ JSCompiler_object_inline_message_2429,
9145
9148
  renderLanes,
9146
9149
  null
9147
9150
  )),
9148
- (JSCompiler_object_inline_componentStack_2429.flags |= 2),
9149
- (JSCompiler_object_inline_stack_2428.return = workInProgress),
9150
- (JSCompiler_object_inline_componentStack_2429.return =
9151
+ (JSCompiler_object_inline_componentStack_2432.flags |= 2),
9152
+ (JSCompiler_object_inline_stack_2431.return = workInProgress),
9153
+ (JSCompiler_object_inline_componentStack_2432.return =
9151
9154
  workInProgress),
9152
- (JSCompiler_object_inline_stack_2428.sibling =
9153
- JSCompiler_object_inline_componentStack_2429),
9154
- (workInProgress.child = JSCompiler_object_inline_stack_2428),
9155
+ (JSCompiler_object_inline_stack_2431.sibling =
9156
+ JSCompiler_object_inline_componentStack_2432),
9157
+ (workInProgress.child = JSCompiler_object_inline_stack_2431),
9155
9158
  reconcileChildFibers(
9156
9159
  workInProgress,
9157
9160
  current.child,
9158
9161
  null,
9159
9162
  renderLanes
9160
9163
  ),
9161
- (JSCompiler_object_inline_stack_2428 = workInProgress.child),
9162
- (JSCompiler_object_inline_stack_2428.memoizedState =
9164
+ (JSCompiler_object_inline_stack_2431 = workInProgress.child),
9165
+ (JSCompiler_object_inline_stack_2431.memoizedState =
9163
9166
  mountSuspenseOffscreenState(renderLanes)),
9164
- (JSCompiler_object_inline_stack_2428.childLanes =
9167
+ (JSCompiler_object_inline_stack_2431.childLanes =
9165
9168
  getRemainingWorkInPrimaryTree(
9166
9169
  current,
9167
- JSCompiler_object_inline_digest_2427,
9170
+ JSCompiler_object_inline_digest_2430,
9168
9171
  renderLanes
9169
9172
  )),
9170
9173
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9171
9174
  (workInProgress =
9172
- JSCompiler_object_inline_componentStack_2429));
9175
+ JSCompiler_object_inline_componentStack_2432));
9173
9176
  else if (
9174
9177
  (pushPrimaryTreeSuspenseHandler(workInProgress),
9175
9178
  isHydrating &&
9176
9179
  console.error(
9177
9180
  "We should not be hydrating here. This is a bug in React. Please file a bug."
9178
9181
  ),
9179
- isSuspenseInstanceFallback(JSCompiler_object_inline_message_2426))
9182
+ isSuspenseInstanceFallback(JSCompiler_object_inline_message_2429))
9180
9183
  ) {
9181
- JSCompiler_object_inline_digest_2427 =
9182
- JSCompiler_object_inline_message_2426.nextSibling &&
9183
- JSCompiler_object_inline_message_2426.nextSibling.dataset;
9184
- if (JSCompiler_object_inline_digest_2427) {
9185
- JSCompiler_temp = JSCompiler_object_inline_digest_2427.dgst;
9186
- var message = JSCompiler_object_inline_digest_2427.msg;
9187
- instance = JSCompiler_object_inline_digest_2427.stck;
9188
- var componentStack = JSCompiler_object_inline_digest_2427.cstck;
9184
+ JSCompiler_object_inline_digest_2430 =
9185
+ JSCompiler_object_inline_message_2429.nextSibling &&
9186
+ JSCompiler_object_inline_message_2429.nextSibling.dataset;
9187
+ if (JSCompiler_object_inline_digest_2430) {
9188
+ JSCompiler_temp = JSCompiler_object_inline_digest_2430.dgst;
9189
+ var message = JSCompiler_object_inline_digest_2430.msg;
9190
+ instance = JSCompiler_object_inline_digest_2430.stck;
9191
+ var componentStack = JSCompiler_object_inline_digest_2430.cstck;
9189
9192
  }
9190
- JSCompiler_object_inline_message_2426 = message;
9191
- JSCompiler_object_inline_digest_2427 = JSCompiler_temp;
9192
- JSCompiler_object_inline_stack_2428 = instance;
9193
- JSCompiler_temp = JSCompiler_object_inline_componentStack_2429 =
9193
+ JSCompiler_object_inline_message_2429 = message;
9194
+ JSCompiler_object_inline_digest_2430 = JSCompiler_temp;
9195
+ JSCompiler_object_inline_stack_2431 = instance;
9196
+ JSCompiler_temp = JSCompiler_object_inline_componentStack_2432 =
9194
9197
  componentStack;
9195
- JSCompiler_object_inline_componentStack_2429 =
9196
- JSCompiler_object_inline_message_2426
9197
- ? Error(JSCompiler_object_inline_message_2426)
9198
+ JSCompiler_object_inline_componentStack_2432 =
9199
+ JSCompiler_object_inline_message_2429
9200
+ ? Error(JSCompiler_object_inline_message_2429)
9198
9201
  : Error(
9199
9202
  "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
9200
9203
  );
9201
- JSCompiler_object_inline_componentStack_2429.stack =
9202
- JSCompiler_object_inline_stack_2428 || "";
9203
- JSCompiler_object_inline_componentStack_2429.digest =
9204
- JSCompiler_object_inline_digest_2427;
9205
- JSCompiler_object_inline_digest_2427 =
9204
+ JSCompiler_object_inline_componentStack_2432.stack =
9205
+ JSCompiler_object_inline_stack_2431 || "";
9206
+ JSCompiler_object_inline_componentStack_2432.digest =
9207
+ JSCompiler_object_inline_digest_2430;
9208
+ JSCompiler_object_inline_digest_2430 =
9206
9209
  void 0 === JSCompiler_temp ? null : JSCompiler_temp;
9207
- JSCompiler_object_inline_stack_2428 = {
9208
- value: JSCompiler_object_inline_componentStack_2429,
9210
+ JSCompiler_object_inline_stack_2431 = {
9211
+ value: JSCompiler_object_inline_componentStack_2432,
9209
9212
  source: null,
9210
- stack: JSCompiler_object_inline_digest_2427
9213
+ stack: JSCompiler_object_inline_digest_2430
9211
9214
  };
9212
- "string" === typeof JSCompiler_object_inline_digest_2427 &&
9215
+ "string" === typeof JSCompiler_object_inline_digest_2430 &&
9213
9216
  CapturedStacks.set(
9214
- JSCompiler_object_inline_componentStack_2429,
9215
- JSCompiler_object_inline_stack_2428
9217
+ JSCompiler_object_inline_componentStack_2432,
9218
+ JSCompiler_object_inline_stack_2431
9216
9219
  );
9217
- queueHydrationError(JSCompiler_object_inline_stack_2428);
9220
+ queueHydrationError(JSCompiler_object_inline_stack_2431);
9218
9221
  workInProgress = retrySuspenseComponentWithoutHydrating(
9219
9222
  current,
9220
9223
  workInProgress,
@@ -9228,44 +9231,44 @@
9228
9231
  renderLanes,
9229
9232
  !1
9230
9233
  ),
9231
- (JSCompiler_object_inline_digest_2427 =
9234
+ (JSCompiler_object_inline_digest_2430 =
9232
9235
  0 !== (renderLanes & current.childLanes)),
9233
- didReceiveUpdate || JSCompiler_object_inline_digest_2427)
9236
+ didReceiveUpdate || JSCompiler_object_inline_digest_2430)
9234
9237
  ) {
9235
- JSCompiler_object_inline_digest_2427 = workInProgressRoot;
9238
+ JSCompiler_object_inline_digest_2430 = workInProgressRoot;
9236
9239
  if (
9237
- null !== JSCompiler_object_inline_digest_2427 &&
9238
- ((JSCompiler_object_inline_stack_2428 = renderLanes & -renderLanes),
9239
- (JSCompiler_object_inline_stack_2428 =
9240
- 0 !== (JSCompiler_object_inline_stack_2428 & 42)
9240
+ null !== JSCompiler_object_inline_digest_2430 &&
9241
+ ((JSCompiler_object_inline_stack_2431 = renderLanes & -renderLanes),
9242
+ (JSCompiler_object_inline_stack_2431 =
9243
+ 0 !== (JSCompiler_object_inline_stack_2431 & 42)
9241
9244
  ? 1
9242
9245
  : getBumpedLaneForHydrationByLane(
9243
- JSCompiler_object_inline_stack_2428
9246
+ JSCompiler_object_inline_stack_2431
9244
9247
  )),
9245
- (JSCompiler_object_inline_stack_2428 =
9248
+ (JSCompiler_object_inline_stack_2431 =
9246
9249
  0 !==
9247
- (JSCompiler_object_inline_stack_2428 &
9248
- (JSCompiler_object_inline_digest_2427.suspendedLanes |
9250
+ (JSCompiler_object_inline_stack_2431 &
9251
+ (JSCompiler_object_inline_digest_2430.suspendedLanes |
9249
9252
  renderLanes))
9250
9253
  ? 0
9251
- : JSCompiler_object_inline_stack_2428),
9252
- 0 !== JSCompiler_object_inline_stack_2428 &&
9253
- JSCompiler_object_inline_stack_2428 !== prevState.retryLane)
9254
+ : JSCompiler_object_inline_stack_2431),
9255
+ 0 !== JSCompiler_object_inline_stack_2431 &&
9256
+ JSCompiler_object_inline_stack_2431 !== prevState.retryLane)
9254
9257
  )
9255
9258
  throw (
9256
- ((prevState.retryLane = JSCompiler_object_inline_stack_2428),
9259
+ ((prevState.retryLane = JSCompiler_object_inline_stack_2431),
9257
9260
  enqueueConcurrentRenderForLane(
9258
9261
  current,
9259
- JSCompiler_object_inline_stack_2428
9262
+ JSCompiler_object_inline_stack_2431
9260
9263
  ),
9261
9264
  scheduleUpdateOnFiber(
9262
- JSCompiler_object_inline_digest_2427,
9265
+ JSCompiler_object_inline_digest_2430,
9263
9266
  current,
9264
- JSCompiler_object_inline_stack_2428
9267
+ JSCompiler_object_inline_stack_2431
9265
9268
  ),
9266
9269
  SelectiveHydrationException)
9267
9270
  );
9268
- JSCompiler_object_inline_message_2426.data ===
9271
+ JSCompiler_object_inline_message_2429.data ===
9269
9272
  SUSPENSE_PENDING_START_DATA || renderDidSuspendDelayIfPossible();
9270
9273
  workInProgress = retrySuspenseComponentWithoutHydrating(
9271
9274
  current,
@@ -9273,14 +9276,14 @@
9273
9276
  renderLanes
9274
9277
  );
9275
9278
  } else
9276
- JSCompiler_object_inline_message_2426.data ===
9279
+ JSCompiler_object_inline_message_2429.data ===
9277
9280
  SUSPENSE_PENDING_START_DATA
9278
9281
  ? ((workInProgress.flags |= 192),
9279
9282
  (workInProgress.child = current.child),
9280
9283
  (workInProgress = null))
9281
9284
  : ((current = prevState.treeContext),
9282
9285
  (nextHydratableInstance = getNextHydratable(
9283
- JSCompiler_object_inline_message_2426.nextSibling
9286
+ JSCompiler_object_inline_message_2429.nextSibling
9284
9287
  )),
9285
9288
  (hydrationParentFiber = workInProgress),
9286
9289
  (isHydrating = !0),
@@ -9298,57 +9301,57 @@
9298
9301
  (treeContextProvider = workInProgress)),
9299
9302
  (workInProgress = mountSuspensePrimaryChildren(
9300
9303
  workInProgress,
9301
- JSCompiler_object_inline_stack_2428.children
9304
+ JSCompiler_object_inline_stack_2431.children
9302
9305
  )),
9303
9306
  (workInProgress.flags |= 4096));
9304
9307
  return workInProgress;
9305
9308
  }
9306
- if (JSCompiler_object_inline_componentStack_2429)
9309
+ if (JSCompiler_object_inline_componentStack_2432)
9307
9310
  return (
9308
9311
  reuseSuspenseHandlerOnStack(workInProgress),
9309
- (JSCompiler_object_inline_componentStack_2429 =
9310
- JSCompiler_object_inline_stack_2428.fallback),
9311
- (JSCompiler_object_inline_message_2426 = workInProgress.mode),
9312
+ (JSCompiler_object_inline_componentStack_2432 =
9313
+ JSCompiler_object_inline_stack_2431.fallback),
9314
+ (JSCompiler_object_inline_message_2429 = workInProgress.mode),
9312
9315
  (JSCompiler_temp = current.child),
9313
9316
  (instance = JSCompiler_temp.sibling),
9314
- (JSCompiler_object_inline_stack_2428 = createWorkInProgress(
9317
+ (JSCompiler_object_inline_stack_2431 = createWorkInProgress(
9315
9318
  JSCompiler_temp,
9316
9319
  {
9317
9320
  mode: "hidden",
9318
- children: JSCompiler_object_inline_stack_2428.children
9321
+ children: JSCompiler_object_inline_stack_2431.children
9319
9322
  }
9320
9323
  )),
9321
- (JSCompiler_object_inline_stack_2428.subtreeFlags =
9324
+ (JSCompiler_object_inline_stack_2431.subtreeFlags =
9322
9325
  JSCompiler_temp.subtreeFlags & 65011712),
9323
9326
  null !== instance
9324
- ? (JSCompiler_object_inline_componentStack_2429 =
9327
+ ? (JSCompiler_object_inline_componentStack_2432 =
9325
9328
  createWorkInProgress(
9326
9329
  instance,
9327
- JSCompiler_object_inline_componentStack_2429
9330
+ JSCompiler_object_inline_componentStack_2432
9328
9331
  ))
9329
- : ((JSCompiler_object_inline_componentStack_2429 =
9332
+ : ((JSCompiler_object_inline_componentStack_2432 =
9330
9333
  createFiberFromFragment(
9331
- JSCompiler_object_inline_componentStack_2429,
9332
- JSCompiler_object_inline_message_2426,
9334
+ JSCompiler_object_inline_componentStack_2432,
9335
+ JSCompiler_object_inline_message_2429,
9333
9336
  renderLanes,
9334
9337
  null
9335
9338
  )),
9336
- (JSCompiler_object_inline_componentStack_2429.flags |= 2)),
9337
- (JSCompiler_object_inline_componentStack_2429.return =
9339
+ (JSCompiler_object_inline_componentStack_2432.flags |= 2)),
9340
+ (JSCompiler_object_inline_componentStack_2432.return =
9338
9341
  workInProgress),
9339
- (JSCompiler_object_inline_stack_2428.return = workInProgress),
9340
- (JSCompiler_object_inline_stack_2428.sibling =
9341
- JSCompiler_object_inline_componentStack_2429),
9342
- (workInProgress.child = JSCompiler_object_inline_stack_2428),
9343
- (JSCompiler_object_inline_stack_2428 =
9344
- JSCompiler_object_inline_componentStack_2429),
9345
- (JSCompiler_object_inline_componentStack_2429 = workInProgress.child),
9346
- (JSCompiler_object_inline_message_2426 = current.child.memoizedState),
9347
- null === JSCompiler_object_inline_message_2426
9348
- ? (JSCompiler_object_inline_message_2426 =
9342
+ (JSCompiler_object_inline_stack_2431.return = workInProgress),
9343
+ (JSCompiler_object_inline_stack_2431.sibling =
9344
+ JSCompiler_object_inline_componentStack_2432),
9345
+ (workInProgress.child = JSCompiler_object_inline_stack_2431),
9346
+ (JSCompiler_object_inline_stack_2431 =
9347
+ JSCompiler_object_inline_componentStack_2432),
9348
+ (JSCompiler_object_inline_componentStack_2432 = workInProgress.child),
9349
+ (JSCompiler_object_inline_message_2429 = current.child.memoizedState),
9350
+ null === JSCompiler_object_inline_message_2429
9351
+ ? (JSCompiler_object_inline_message_2429 =
9349
9352
  mountSuspenseOffscreenState(renderLanes))
9350
9353
  : ((JSCompiler_temp =
9351
- JSCompiler_object_inline_message_2426.cachePool),
9354
+ JSCompiler_object_inline_message_2429.cachePool),
9352
9355
  null !== JSCompiler_temp
9353
9356
  ? ((instance = CacheContext._currentValue),
9354
9357
  (JSCompiler_temp =
@@ -9356,37 +9359,37 @@
9356
9359
  ? { parent: instance, pool: instance }
9357
9360
  : JSCompiler_temp))
9358
9361
  : (JSCompiler_temp = getSuspendedCache()),
9359
- (JSCompiler_object_inline_message_2426 = {
9362
+ (JSCompiler_object_inline_message_2429 = {
9360
9363
  baseLanes:
9361
- JSCompiler_object_inline_message_2426.baseLanes | renderLanes,
9364
+ JSCompiler_object_inline_message_2429.baseLanes | renderLanes,
9362
9365
  cachePool: JSCompiler_temp
9363
9366
  })),
9364
- (JSCompiler_object_inline_componentStack_2429.memoizedState =
9365
- JSCompiler_object_inline_message_2426),
9366
- (JSCompiler_object_inline_componentStack_2429.childLanes =
9367
+ (JSCompiler_object_inline_componentStack_2432.memoizedState =
9368
+ JSCompiler_object_inline_message_2429),
9369
+ (JSCompiler_object_inline_componentStack_2432.childLanes =
9367
9370
  getRemainingWorkInPrimaryTree(
9368
9371
  current,
9369
- JSCompiler_object_inline_digest_2427,
9372
+ JSCompiler_object_inline_digest_2430,
9370
9373
  renderLanes
9371
9374
  )),
9372
9375
  (workInProgress.memoizedState = SUSPENDED_MARKER),
9373
- JSCompiler_object_inline_stack_2428
9376
+ JSCompiler_object_inline_stack_2431
9374
9377
  );
9375
9378
  pushPrimaryTreeSuspenseHandler(workInProgress);
9376
9379
  renderLanes = current.child;
9377
9380
  current = renderLanes.sibling;
9378
9381
  renderLanes = createWorkInProgress(renderLanes, {
9379
9382
  mode: "visible",
9380
- children: JSCompiler_object_inline_stack_2428.children
9383
+ children: JSCompiler_object_inline_stack_2431.children
9381
9384
  });
9382
9385
  renderLanes.return = workInProgress;
9383
9386
  renderLanes.sibling = null;
9384
9387
  null !== current &&
9385
- ((JSCompiler_object_inline_digest_2427 = workInProgress.deletions),
9386
- null === JSCompiler_object_inline_digest_2427
9388
+ ((JSCompiler_object_inline_digest_2430 = workInProgress.deletions),
9389
+ null === JSCompiler_object_inline_digest_2430
9387
9390
  ? ((workInProgress.deletions = [current]),
9388
9391
  (workInProgress.flags |= 16))
9389
- : JSCompiler_object_inline_digest_2427.push(current));
9392
+ : JSCompiler_object_inline_digest_2430.push(current));
9390
9393
  workInProgress.child = renderLanes;
9391
9394
  workInProgress.memoizedState = null;
9392
9395
  return renderLanes;
@@ -24756,11 +24759,11 @@
24756
24759
  };
24757
24760
  (function () {
24758
24761
  var isomorphicReactPackageVersion = React.version;
24759
- if ("19.1.0-canary-25677265-20250224" !== isomorphicReactPackageVersion)
24762
+ if ("19.1.0-canary-ebc22ef7-20250225" !== isomorphicReactPackageVersion)
24760
24763
  throw Error(
24761
24764
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
24762
24765
  (isomorphicReactPackageVersion +
24763
- "\n - react-dom: 19.1.0-canary-25677265-20250224\nLearn more: https://react.dev/warnings/version-mismatch")
24766
+ "\n - react-dom: 19.1.0-canary-ebc22ef7-20250225\nLearn more: https://react.dev/warnings/version-mismatch")
24764
24767
  );
24765
24768
  })();
24766
24769
  ("function" === typeof Map &&
@@ -24797,10 +24800,10 @@
24797
24800
  !(function () {
24798
24801
  var internals = {
24799
24802
  bundleType: 1,
24800
- version: "19.1.0-canary-25677265-20250224",
24803
+ version: "19.1.0-canary-ebc22ef7-20250225",
24801
24804
  rendererPackageName: "react-dom",
24802
24805
  currentDispatcherRef: ReactSharedInternals,
24803
- reconcilerVersion: "19.1.0-canary-25677265-20250224"
24806
+ reconcilerVersion: "19.1.0-canary-ebc22ef7-20250225"
24804
24807
  };
24805
24808
  internals.overrideHookState = overrideHookState;
24806
24809
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -24944,7 +24947,7 @@
24944
24947
  listenToAllSupportedEvents(container);
24945
24948
  return new ReactDOMHydrationRoot(initialChildren);
24946
24949
  };
24947
- exports.version = "19.1.0-canary-25677265-20250224";
24950
+ exports.version = "19.1.0-canary-ebc22ef7-20250225";
24948
24951
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
24949
24952
  "function" ===
24950
24953
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&