react-dom 19.3.0-canary-8a830737-20260113 → 19.3.0-canary-3e1abcc8-20260113

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.
@@ -11145,24 +11145,24 @@
11145
11145
  return current;
11146
11146
  }
11147
11147
  function updateSuspenseComponent(current, workInProgress, renderLanes) {
11148
- var JSCompiler_object_inline_digest_2939;
11149
- var JSCompiler_object_inline_stack_2940 = workInProgress.pendingProps;
11148
+ var JSCompiler_object_inline_digest_2941;
11149
+ var JSCompiler_object_inline_stack_2942 = workInProgress.pendingProps;
11150
11150
  shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
11151
- var JSCompiler_object_inline_message_2938 = !1;
11151
+ var JSCompiler_object_inline_message_2940 = !1;
11152
11152
  var didSuspend = 0 !== (workInProgress.flags & 128);
11153
- (JSCompiler_object_inline_digest_2939 = didSuspend) ||
11154
- (JSCompiler_object_inline_digest_2939 =
11153
+ (JSCompiler_object_inline_digest_2941 = didSuspend) ||
11154
+ (JSCompiler_object_inline_digest_2941 =
11155
11155
  null !== current && null === current.memoizedState
11156
11156
  ? !1
11157
11157
  : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
11158
- JSCompiler_object_inline_digest_2939 &&
11159
- ((JSCompiler_object_inline_message_2938 = !0),
11158
+ JSCompiler_object_inline_digest_2941 &&
11159
+ ((JSCompiler_object_inline_message_2940 = !0),
11160
11160
  (workInProgress.flags &= -129));
11161
- JSCompiler_object_inline_digest_2939 = 0 !== (workInProgress.flags & 32);
11161
+ JSCompiler_object_inline_digest_2941 = 0 !== (workInProgress.flags & 32);
11162
11162
  workInProgress.flags &= -33;
11163
11163
  if (null === current) {
11164
11164
  if (isHydrating) {
11165
- JSCompiler_object_inline_message_2938
11165
+ JSCompiler_object_inline_message_2940
11166
11166
  ? pushPrimaryTreeSuspenseHandler(workInProgress)
11167
11167
  : reuseSuspenseHandlerOnStack(workInProgress);
11168
11168
  (current = nextHydratableInstance)
@@ -11175,18 +11175,18 @@
11175
11175
  ? renderLanes
11176
11176
  : null),
11177
11177
  null !== renderLanes &&
11178
- ((JSCompiler_object_inline_digest_2939 = {
11178
+ ((JSCompiler_object_inline_digest_2941 = {
11179
11179
  dehydrated: renderLanes,
11180
11180
  treeContext: getSuspendedTreeContext(),
11181
11181
  retryLane: 536870912,
11182
11182
  hydrationErrors: null
11183
11183
  }),
11184
11184
  (workInProgress.memoizedState =
11185
- JSCompiler_object_inline_digest_2939),
11186
- (JSCompiler_object_inline_digest_2939 =
11185
+ JSCompiler_object_inline_digest_2941),
11186
+ (JSCompiler_object_inline_digest_2941 =
11187
11187
  createFiberFromDehydratedFragment(renderLanes)),
11188
- (JSCompiler_object_inline_digest_2939.return = workInProgress),
11189
- (workInProgress.child = JSCompiler_object_inline_digest_2939),
11188
+ (JSCompiler_object_inline_digest_2941.return = workInProgress),
11189
+ (workInProgress.child = JSCompiler_object_inline_digest_2941),
11190
11190
  (hydrationParentFiber = workInProgress),
11191
11191
  (nextHydratableInstance = null)))
11192
11192
  : (renderLanes = null);
@@ -11200,39 +11200,39 @@
11200
11200
  : (workInProgress.lanes = 536870912);
11201
11201
  return null;
11202
11202
  }
11203
- var nextPrimaryChildren = JSCompiler_object_inline_stack_2940.children;
11204
- JSCompiler_object_inline_stack_2940 =
11205
- JSCompiler_object_inline_stack_2940.fallback;
11206
- if (JSCompiler_object_inline_message_2938) {
11203
+ var nextPrimaryChildren = JSCompiler_object_inline_stack_2942.children;
11204
+ JSCompiler_object_inline_stack_2942 =
11205
+ JSCompiler_object_inline_stack_2942.fallback;
11206
+ if (JSCompiler_object_inline_message_2940) {
11207
11207
  reuseSuspenseHandlerOnStack(workInProgress);
11208
11208
  var mode = workInProgress.mode;
11209
11209
  nextPrimaryChildren = mountWorkInProgressOffscreenFiber(
11210
11210
  { mode: "hidden", children: nextPrimaryChildren },
11211
11211
  mode
11212
11212
  );
11213
- JSCompiler_object_inline_stack_2940 = createFiberFromFragment(
11214
- JSCompiler_object_inline_stack_2940,
11213
+ JSCompiler_object_inline_stack_2942 = createFiberFromFragment(
11214
+ JSCompiler_object_inline_stack_2942,
11215
11215
  mode,
11216
11216
  renderLanes,
11217
11217
  null
11218
11218
  );
11219
11219
  nextPrimaryChildren.return = workInProgress;
11220
- JSCompiler_object_inline_stack_2940.return = workInProgress;
11221
- nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2940;
11220
+ JSCompiler_object_inline_stack_2942.return = workInProgress;
11221
+ nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2942;
11222
11222
  workInProgress.child = nextPrimaryChildren;
11223
- JSCompiler_object_inline_stack_2940 = workInProgress.child;
11224
- JSCompiler_object_inline_stack_2940.memoizedState =
11223
+ JSCompiler_object_inline_stack_2942 = workInProgress.child;
11224
+ JSCompiler_object_inline_stack_2942.memoizedState =
11225
11225
  mountSuspenseOffscreenState(renderLanes);
11226
- JSCompiler_object_inline_stack_2940.childLanes =
11226
+ JSCompiler_object_inline_stack_2942.childLanes =
11227
11227
  getRemainingWorkInPrimaryTree(
11228
11228
  current,
11229
- JSCompiler_object_inline_digest_2939,
11229
+ JSCompiler_object_inline_digest_2941,
11230
11230
  renderLanes
11231
11231
  );
11232
11232
  workInProgress.memoizedState = SUSPENDED_MARKER;
11233
11233
  return bailoutOffscreenComponent(
11234
11234
  null,
11235
- JSCompiler_object_inline_stack_2940
11235
+ JSCompiler_object_inline_stack_2942
11236
11236
  );
11237
11237
  }
11238
11238
  pushPrimaryTreeSuspenseHandler(workInProgress);
@@ -11243,8 +11243,8 @@
11243
11243
  }
11244
11244
  var prevState = current.memoizedState;
11245
11245
  if (null !== prevState) {
11246
- var JSCompiler_object_inline_componentStack_2941 = prevState.dehydrated;
11247
- if (null !== JSCompiler_object_inline_componentStack_2941) {
11246
+ var JSCompiler_object_inline_componentStack_2943 = prevState.dehydrated;
11247
+ if (null !== JSCompiler_object_inline_componentStack_2943) {
11248
11248
  if (didSuspend)
11249
11249
  workInProgress.flags & 256
11250
11250
  ? (pushPrimaryTreeSuspenseHandler(workInProgress),
@@ -11261,13 +11261,13 @@
11261
11261
  (workInProgress = null))
11262
11262
  : (reuseSuspenseHandlerOnStack(workInProgress),
11263
11263
  (nextPrimaryChildren =
11264
- JSCompiler_object_inline_stack_2940.fallback),
11264
+ JSCompiler_object_inline_stack_2942.fallback),
11265
11265
  (mode = workInProgress.mode),
11266
- (JSCompiler_object_inline_stack_2940 =
11266
+ (JSCompiler_object_inline_stack_2942 =
11267
11267
  mountWorkInProgressOffscreenFiber(
11268
11268
  {
11269
11269
  mode: "visible",
11270
- children: JSCompiler_object_inline_stack_2940.children
11270
+ children: JSCompiler_object_inline_stack_2942.children
11271
11271
  },
11272
11272
  mode
11273
11273
  )),
@@ -11278,30 +11278,30 @@
11278
11278
  null
11279
11279
  )),
11280
11280
  (nextPrimaryChildren.flags |= 2),
11281
- (JSCompiler_object_inline_stack_2940.return = workInProgress),
11281
+ (JSCompiler_object_inline_stack_2942.return = workInProgress),
11282
11282
  (nextPrimaryChildren.return = workInProgress),
11283
- (JSCompiler_object_inline_stack_2940.sibling =
11283
+ (JSCompiler_object_inline_stack_2942.sibling =
11284
11284
  nextPrimaryChildren),
11285
- (workInProgress.child = JSCompiler_object_inline_stack_2940),
11285
+ (workInProgress.child = JSCompiler_object_inline_stack_2942),
11286
11286
  reconcileChildFibers(
11287
11287
  workInProgress,
11288
11288
  current.child,
11289
11289
  null,
11290
11290
  renderLanes
11291
11291
  ),
11292
- (JSCompiler_object_inline_stack_2940 = workInProgress.child),
11293
- (JSCompiler_object_inline_stack_2940.memoizedState =
11292
+ (JSCompiler_object_inline_stack_2942 = workInProgress.child),
11293
+ (JSCompiler_object_inline_stack_2942.memoizedState =
11294
11294
  mountSuspenseOffscreenState(renderLanes)),
11295
- (JSCompiler_object_inline_stack_2940.childLanes =
11295
+ (JSCompiler_object_inline_stack_2942.childLanes =
11296
11296
  getRemainingWorkInPrimaryTree(
11297
11297
  current,
11298
- JSCompiler_object_inline_digest_2939,
11298
+ JSCompiler_object_inline_digest_2941,
11299
11299
  renderLanes
11300
11300
  )),
11301
11301
  (workInProgress.memoizedState = SUSPENDED_MARKER),
11302
11302
  (workInProgress = bailoutOffscreenComponent(
11303
11303
  null,
11304
- JSCompiler_object_inline_stack_2940
11304
+ JSCompiler_object_inline_stack_2942
11305
11305
  )));
11306
11306
  else if (
11307
11307
  (pushPrimaryTreeSuspenseHandler(workInProgress),
@@ -11309,45 +11309,45 @@
11309
11309
  0 !== (renderLanes & 536870912) &&
11310
11310
  markRenderDerivedCause(workInProgress),
11311
11311
  isSuspenseInstanceFallback(
11312
- JSCompiler_object_inline_componentStack_2941
11312
+ JSCompiler_object_inline_componentStack_2943
11313
11313
  ))
11314
11314
  ) {
11315
- JSCompiler_object_inline_digest_2939 =
11316
- JSCompiler_object_inline_componentStack_2941.nextSibling &&
11317
- JSCompiler_object_inline_componentStack_2941.nextSibling.dataset;
11318
- if (JSCompiler_object_inline_digest_2939) {
11319
- nextPrimaryChildren = JSCompiler_object_inline_digest_2939.dgst;
11320
- var message = JSCompiler_object_inline_digest_2939.msg;
11321
- mode = JSCompiler_object_inline_digest_2939.stck;
11322
- var componentStack = JSCompiler_object_inline_digest_2939.cstck;
11315
+ JSCompiler_object_inline_digest_2941 =
11316
+ JSCompiler_object_inline_componentStack_2943.nextSibling &&
11317
+ JSCompiler_object_inline_componentStack_2943.nextSibling.dataset;
11318
+ if (JSCompiler_object_inline_digest_2941) {
11319
+ nextPrimaryChildren = JSCompiler_object_inline_digest_2941.dgst;
11320
+ var message = JSCompiler_object_inline_digest_2941.msg;
11321
+ mode = JSCompiler_object_inline_digest_2941.stck;
11322
+ var componentStack = JSCompiler_object_inline_digest_2941.cstck;
11323
11323
  }
11324
- JSCompiler_object_inline_message_2938 = message;
11325
- JSCompiler_object_inline_digest_2939 = nextPrimaryChildren;
11326
- JSCompiler_object_inline_stack_2940 = mode;
11327
- JSCompiler_object_inline_componentStack_2941 = componentStack;
11328
- nextPrimaryChildren = JSCompiler_object_inline_message_2938;
11329
- mode = JSCompiler_object_inline_componentStack_2941;
11324
+ JSCompiler_object_inline_message_2940 = message;
11325
+ JSCompiler_object_inline_digest_2941 = nextPrimaryChildren;
11326
+ JSCompiler_object_inline_stack_2942 = mode;
11327
+ JSCompiler_object_inline_componentStack_2943 = componentStack;
11328
+ nextPrimaryChildren = JSCompiler_object_inline_message_2940;
11329
+ mode = JSCompiler_object_inline_componentStack_2943;
11330
11330
  nextPrimaryChildren = nextPrimaryChildren
11331
11331
  ? Error(nextPrimaryChildren)
11332
11332
  : Error(
11333
11333
  "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
11334
11334
  );
11335
11335
  nextPrimaryChildren.stack =
11336
- JSCompiler_object_inline_stack_2940 || "";
11337
- nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2939;
11338
- JSCompiler_object_inline_digest_2939 =
11336
+ JSCompiler_object_inline_stack_2942 || "";
11337
+ nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2941;
11338
+ JSCompiler_object_inline_digest_2941 =
11339
11339
  void 0 === mode ? null : mode;
11340
- JSCompiler_object_inline_stack_2940 = {
11340
+ JSCompiler_object_inline_stack_2942 = {
11341
11341
  value: nextPrimaryChildren,
11342
11342
  source: null,
11343
- stack: JSCompiler_object_inline_digest_2939
11343
+ stack: JSCompiler_object_inline_digest_2941
11344
11344
  };
11345
- "string" === typeof JSCompiler_object_inline_digest_2939 &&
11345
+ "string" === typeof JSCompiler_object_inline_digest_2941 &&
11346
11346
  CapturedStacks.set(
11347
11347
  nextPrimaryChildren,
11348
- JSCompiler_object_inline_stack_2940
11348
+ JSCompiler_object_inline_stack_2942
11349
11349
  );
11350
- queueHydrationError(JSCompiler_object_inline_stack_2940);
11350
+ queueHydrationError(JSCompiler_object_inline_stack_2942);
11351
11351
  workInProgress = retrySuspenseComponentWithoutHydrating(
11352
11352
  current,
11353
11353
  workInProgress,
@@ -11361,35 +11361,35 @@
11361
11361
  renderLanes,
11362
11362
  !1
11363
11363
  ),
11364
- (JSCompiler_object_inline_digest_2939 =
11364
+ (JSCompiler_object_inline_digest_2941 =
11365
11365
  0 !== (renderLanes & current.childLanes)),
11366
- didReceiveUpdate || JSCompiler_object_inline_digest_2939)
11366
+ didReceiveUpdate || JSCompiler_object_inline_digest_2941)
11367
11367
  ) {
11368
- JSCompiler_object_inline_digest_2939 = workInProgressRoot;
11368
+ JSCompiler_object_inline_digest_2941 = workInProgressRoot;
11369
11369
  if (
11370
- null !== JSCompiler_object_inline_digest_2939 &&
11371
- ((JSCompiler_object_inline_stack_2940 = getBumpedLaneForHydration(
11372
- JSCompiler_object_inline_digest_2939,
11370
+ null !== JSCompiler_object_inline_digest_2941 &&
11371
+ ((JSCompiler_object_inline_stack_2942 = getBumpedLaneForHydration(
11372
+ JSCompiler_object_inline_digest_2941,
11373
11373
  renderLanes
11374
11374
  )),
11375
- 0 !== JSCompiler_object_inline_stack_2940 &&
11376
- JSCompiler_object_inline_stack_2940 !== prevState.retryLane)
11375
+ 0 !== JSCompiler_object_inline_stack_2942 &&
11376
+ JSCompiler_object_inline_stack_2942 !== prevState.retryLane)
11377
11377
  )
11378
11378
  throw (
11379
- ((prevState.retryLane = JSCompiler_object_inline_stack_2940),
11379
+ ((prevState.retryLane = JSCompiler_object_inline_stack_2942),
11380
11380
  enqueueConcurrentRenderForLane(
11381
11381
  current,
11382
- JSCompiler_object_inline_stack_2940
11382
+ JSCompiler_object_inline_stack_2942
11383
11383
  ),
11384
11384
  scheduleUpdateOnFiber(
11385
- JSCompiler_object_inline_digest_2939,
11385
+ JSCompiler_object_inline_digest_2941,
11386
11386
  current,
11387
- JSCompiler_object_inline_stack_2940
11387
+ JSCompiler_object_inline_stack_2942
11388
11388
  ),
11389
11389
  SelectiveHydrationException)
11390
11390
  );
11391
11391
  isSuspenseInstancePending(
11392
- JSCompiler_object_inline_componentStack_2941
11392
+ JSCompiler_object_inline_componentStack_2943
11393
11393
  ) || renderDidSuspendDelayIfPossible();
11394
11394
  workInProgress = retrySuspenseComponentWithoutHydrating(
11395
11395
  current,
@@ -11398,14 +11398,14 @@
11398
11398
  );
11399
11399
  } else
11400
11400
  isSuspenseInstancePending(
11401
- JSCompiler_object_inline_componentStack_2941
11401
+ JSCompiler_object_inline_componentStack_2943
11402
11402
  )
11403
11403
  ? ((workInProgress.flags |= 192),
11404
11404
  (workInProgress.child = current.child),
11405
11405
  (workInProgress = null))
11406
11406
  : ((current = prevState.treeContext),
11407
11407
  (nextHydratableInstance = getNextHydratable(
11408
- JSCompiler_object_inline_componentStack_2941.nextSibling
11408
+ JSCompiler_object_inline_componentStack_2943.nextSibling
11409
11409
  )),
11410
11410
  (hydrationParentFiber = workInProgress),
11411
11411
  (isHydrating = !0),
@@ -11417,32 +11417,32 @@
11417
11417
  restoreSuspendedTreeContext(workInProgress, current),
11418
11418
  (workInProgress = mountSuspensePrimaryChildren(
11419
11419
  workInProgress,
11420
- JSCompiler_object_inline_stack_2940.children
11420
+ JSCompiler_object_inline_stack_2942.children
11421
11421
  )),
11422
11422
  (workInProgress.flags |= 4096));
11423
11423
  return workInProgress;
11424
11424
  }
11425
11425
  }
11426
- if (JSCompiler_object_inline_message_2938)
11426
+ if (JSCompiler_object_inline_message_2940)
11427
11427
  return (
11428
11428
  reuseSuspenseHandlerOnStack(workInProgress),
11429
- (nextPrimaryChildren = JSCompiler_object_inline_stack_2940.fallback),
11429
+ (nextPrimaryChildren = JSCompiler_object_inline_stack_2942.fallback),
11430
11430
  (mode = workInProgress.mode),
11431
11431
  (componentStack = current.child),
11432
- (JSCompiler_object_inline_componentStack_2941 =
11432
+ (JSCompiler_object_inline_componentStack_2943 =
11433
11433
  componentStack.sibling),
11434
- (JSCompiler_object_inline_stack_2940 = createWorkInProgress(
11434
+ (JSCompiler_object_inline_stack_2942 = createWorkInProgress(
11435
11435
  componentStack,
11436
11436
  {
11437
11437
  mode: "hidden",
11438
- children: JSCompiler_object_inline_stack_2940.children
11438
+ children: JSCompiler_object_inline_stack_2942.children
11439
11439
  }
11440
11440
  )),
11441
- (JSCompiler_object_inline_stack_2940.subtreeFlags =
11441
+ (JSCompiler_object_inline_stack_2942.subtreeFlags =
11442
11442
  componentStack.subtreeFlags & 132120576),
11443
- null !== JSCompiler_object_inline_componentStack_2941
11443
+ null !== JSCompiler_object_inline_componentStack_2943
11444
11444
  ? (nextPrimaryChildren = createWorkInProgress(
11445
- JSCompiler_object_inline_componentStack_2941,
11445
+ JSCompiler_object_inline_componentStack_2943,
11446
11446
  nextPrimaryChildren
11447
11447
  ))
11448
11448
  : ((nextPrimaryChildren = createFiberFromFragment(
@@ -11453,11 +11453,11 @@
11453
11453
  )),
11454
11454
  (nextPrimaryChildren.flags |= 2)),
11455
11455
  (nextPrimaryChildren.return = workInProgress),
11456
- (JSCompiler_object_inline_stack_2940.return = workInProgress),
11457
- (JSCompiler_object_inline_stack_2940.sibling = nextPrimaryChildren),
11458
- (workInProgress.child = JSCompiler_object_inline_stack_2940),
11459
- bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2940),
11460
- (JSCompiler_object_inline_stack_2940 = workInProgress.child),
11456
+ (JSCompiler_object_inline_stack_2942.return = workInProgress),
11457
+ (JSCompiler_object_inline_stack_2942.sibling = nextPrimaryChildren),
11458
+ (workInProgress.child = JSCompiler_object_inline_stack_2942),
11459
+ bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2942),
11460
+ (JSCompiler_object_inline_stack_2942 = workInProgress.child),
11461
11461
  (nextPrimaryChildren = current.child.memoizedState),
11462
11462
  null === nextPrimaryChildren
11463
11463
  ? (nextPrimaryChildren = mountSuspenseOffscreenState(renderLanes))
@@ -11473,18 +11473,18 @@
11473
11473
  baseLanes: nextPrimaryChildren.baseLanes | renderLanes,
11474
11474
  cachePool: mode
11475
11475
  })),
11476
- (JSCompiler_object_inline_stack_2940.memoizedState =
11476
+ (JSCompiler_object_inline_stack_2942.memoizedState =
11477
11477
  nextPrimaryChildren),
11478
- (JSCompiler_object_inline_stack_2940.childLanes =
11478
+ (JSCompiler_object_inline_stack_2942.childLanes =
11479
11479
  getRemainingWorkInPrimaryTree(
11480
11480
  current,
11481
- JSCompiler_object_inline_digest_2939,
11481
+ JSCompiler_object_inline_digest_2941,
11482
11482
  renderLanes
11483
11483
  )),
11484
11484
  (workInProgress.memoizedState = SUSPENDED_MARKER),
11485
11485
  bailoutOffscreenComponent(
11486
11486
  current.child,
11487
- JSCompiler_object_inline_stack_2940
11487
+ JSCompiler_object_inline_stack_2942
11488
11488
  )
11489
11489
  );
11490
11490
  null !== prevState &&
@@ -11496,16 +11496,16 @@
11496
11496
  current = renderLanes.sibling;
11497
11497
  renderLanes = createWorkInProgress(renderLanes, {
11498
11498
  mode: "visible",
11499
- children: JSCompiler_object_inline_stack_2940.children
11499
+ children: JSCompiler_object_inline_stack_2942.children
11500
11500
  });
11501
11501
  renderLanes.return = workInProgress;
11502
11502
  renderLanes.sibling = null;
11503
11503
  null !== current &&
11504
- ((JSCompiler_object_inline_digest_2939 = workInProgress.deletions),
11505
- null === JSCompiler_object_inline_digest_2939
11504
+ ((JSCompiler_object_inline_digest_2941 = workInProgress.deletions),
11505
+ null === JSCompiler_object_inline_digest_2941
11506
11506
  ? ((workInProgress.deletions = [current]),
11507
11507
  (workInProgress.flags |= 16))
11508
- : JSCompiler_object_inline_digest_2939.push(current));
11508
+ : JSCompiler_object_inline_digest_2941.push(current));
11509
11509
  workInProgress.child = renderLanes;
11510
11510
  workInProgress.memoizedState = null;
11511
11511
  return renderLanes;
@@ -19047,6 +19047,14 @@
19047
19047
  break;
19048
19048
  case 5:
19049
19049
  resetHooksOnUnwind(unitOfWork);
19050
+ var fiber = unitOfWork;
19051
+ fiber === hydrationParentFiber &&
19052
+ (isHydrating
19053
+ ? (popToNextHostParent(fiber),
19054
+ 5 === fiber.tag &&
19055
+ null != fiber.stateNode &&
19056
+ (nextHydratableInstance = fiber.stateNode))
19057
+ : (popToNextHostParent(fiber), (isHydrating = !0)));
19050
19058
  default:
19051
19059
  unwindInterruptedWork(current, unitOfWork),
19052
19060
  (unitOfWork = workInProgress =
@@ -30396,11 +30404,11 @@
30396
30404
  };
30397
30405
  (function () {
30398
30406
  var isomorphicReactPackageVersion = React.version;
30399
- if ("19.3.0-canary-8a830737-20260113" !== isomorphicReactPackageVersion)
30407
+ if ("19.3.0-canary-3e1abcc8-20260113" !== isomorphicReactPackageVersion)
30400
30408
  throw Error(
30401
30409
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
30402
30410
  (isomorphicReactPackageVersion +
30403
- "\n - react-dom: 19.3.0-canary-8a830737-20260113\nLearn more: https://react.dev/warnings/version-mismatch")
30411
+ "\n - react-dom: 19.3.0-canary-3e1abcc8-20260113\nLearn more: https://react.dev/warnings/version-mismatch")
30404
30412
  );
30405
30413
  })();
30406
30414
  ("function" === typeof Map &&
@@ -30437,10 +30445,10 @@
30437
30445
  !(function () {
30438
30446
  var internals = {
30439
30447
  bundleType: 1,
30440
- version: "19.3.0-canary-8a830737-20260113",
30448
+ version: "19.3.0-canary-3e1abcc8-20260113",
30441
30449
  rendererPackageName: "react-dom",
30442
30450
  currentDispatcherRef: ReactSharedInternals,
30443
- reconcilerVersion: "19.3.0-canary-8a830737-20260113"
30451
+ reconcilerVersion: "19.3.0-canary-3e1abcc8-20260113"
30444
30452
  };
30445
30453
  internals.overrideHookState = overrideHookState;
30446
30454
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30578,7 +30586,7 @@
30578
30586
  listenToAllSupportedEvents(container);
30579
30587
  return new ReactDOMHydrationRoot(initialChildren);
30580
30588
  };
30581
- exports.version = "19.3.0-canary-8a830737-20260113";
30589
+ exports.version = "19.3.0-canary-3e1abcc8-20260113";
30582
30590
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
30583
30591
  "function" ===
30584
30592
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -12508,6 +12508,14 @@ function replaySuspendedUnitOfWork(unitOfWork) {
12508
12508
  break;
12509
12509
  case 5:
12510
12510
  resetHooksOnUnwind(next);
12511
+ var fiber = next;
12512
+ fiber === hydrationParentFiber &&
12513
+ (isHydrating
12514
+ ? (popToNextHostParent(fiber),
12515
+ 5 === fiber.tag &&
12516
+ null != fiber.stateNode &&
12517
+ (nextHydratableInstance = fiber.stateNode))
12518
+ : (popToNextHostParent(fiber), (isHydrating = !0)));
12511
12519
  default:
12512
12520
  unwindInterruptedWork(current, next),
12513
12521
  (next = workInProgress =
@@ -17988,14 +17996,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
17988
17996
  };
17989
17997
  var isomorphicReactPackageVersion$jscomp$inline_2040 = React.version;
17990
17998
  if (
17991
- "19.3.0-canary-8a830737-20260113" !==
17999
+ "19.3.0-canary-3e1abcc8-20260113" !==
17992
18000
  isomorphicReactPackageVersion$jscomp$inline_2040
17993
18001
  )
17994
18002
  throw Error(
17995
18003
  formatProdErrorMessage(
17996
18004
  527,
17997
18005
  isomorphicReactPackageVersion$jscomp$inline_2040,
17998
- "19.3.0-canary-8a830737-20260113"
18006
+ "19.3.0-canary-3e1abcc8-20260113"
17999
18007
  )
18000
18008
  );
18001
18009
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -18015,24 +18023,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
18015
18023
  null === componentOrElement ? null : componentOrElement.stateNode;
18016
18024
  return componentOrElement;
18017
18025
  };
18018
- var internals$jscomp$inline_2628 = {
18026
+ var internals$jscomp$inline_2630 = {
18019
18027
  bundleType: 0,
18020
- version: "19.3.0-canary-8a830737-20260113",
18028
+ version: "19.3.0-canary-3e1abcc8-20260113",
18021
18029
  rendererPackageName: "react-dom",
18022
18030
  currentDispatcherRef: ReactSharedInternals,
18023
- reconcilerVersion: "19.3.0-canary-8a830737-20260113"
18031
+ reconcilerVersion: "19.3.0-canary-3e1abcc8-20260113"
18024
18032
  };
18025
18033
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
18026
- var hook$jscomp$inline_2629 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
18034
+ var hook$jscomp$inline_2631 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
18027
18035
  if (
18028
- !hook$jscomp$inline_2629.isDisabled &&
18029
- hook$jscomp$inline_2629.supportsFiber
18036
+ !hook$jscomp$inline_2631.isDisabled &&
18037
+ hook$jscomp$inline_2631.supportsFiber
18030
18038
  )
18031
18039
  try {
18032
- (rendererID = hook$jscomp$inline_2629.inject(
18033
- internals$jscomp$inline_2628
18040
+ (rendererID = hook$jscomp$inline_2631.inject(
18041
+ internals$jscomp$inline_2630
18034
18042
  )),
18035
- (injectedHook = hook$jscomp$inline_2629);
18043
+ (injectedHook = hook$jscomp$inline_2631);
18036
18044
  } catch (err) {}
18037
18045
  }
18038
18046
  exports.createRoot = function (container, options) {
@@ -18118,4 +18126,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
18118
18126
  listenToAllSupportedEvents(container);
18119
18127
  return new ReactDOMHydrationRoot(initialChildren);
18120
18128
  };
18121
- exports.version = "19.3.0-canary-8a830737-20260113";
18129
+ exports.version = "19.3.0-canary-3e1abcc8-20260113";