react-dom 19.3.0-canary-67f7d47a-20251103 → 19.3.0-canary-f646e8ff-20251104

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.
@@ -11129,24 +11129,24 @@
11129
11129
  return current;
11130
11130
  }
11131
11131
  function updateSuspenseComponent(current, workInProgress, renderLanes) {
11132
- var JSCompiler_object_inline_digest_2977;
11133
- var JSCompiler_object_inline_stack_2978 = workInProgress.pendingProps;
11132
+ var JSCompiler_object_inline_digest_2981;
11133
+ var JSCompiler_object_inline_stack_2982 = workInProgress.pendingProps;
11134
11134
  shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
11135
- var JSCompiler_object_inline_message_2976 = !1;
11135
+ var JSCompiler_object_inline_message_2980 = !1;
11136
11136
  var didSuspend = 0 !== (workInProgress.flags & 128);
11137
- (JSCompiler_object_inline_digest_2977 = didSuspend) ||
11138
- (JSCompiler_object_inline_digest_2977 =
11137
+ (JSCompiler_object_inline_digest_2981 = didSuspend) ||
11138
+ (JSCompiler_object_inline_digest_2981 =
11139
11139
  null !== current && null === current.memoizedState
11140
11140
  ? !1
11141
11141
  : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
11142
- JSCompiler_object_inline_digest_2977 &&
11143
- ((JSCompiler_object_inline_message_2976 = !0),
11142
+ JSCompiler_object_inline_digest_2981 &&
11143
+ ((JSCompiler_object_inline_message_2980 = !0),
11144
11144
  (workInProgress.flags &= -129));
11145
- JSCompiler_object_inline_digest_2977 = 0 !== (workInProgress.flags & 32);
11145
+ JSCompiler_object_inline_digest_2981 = 0 !== (workInProgress.flags & 32);
11146
11146
  workInProgress.flags &= -33;
11147
11147
  if (null === current) {
11148
11148
  if (isHydrating) {
11149
- JSCompiler_object_inline_message_2976
11149
+ JSCompiler_object_inline_message_2980
11150
11150
  ? pushPrimaryTreeSuspenseHandler(workInProgress)
11151
11151
  : reuseSuspenseHandlerOnStack(workInProgress);
11152
11152
  (current = nextHydratableInstance)
@@ -11159,18 +11159,18 @@
11159
11159
  ? renderLanes
11160
11160
  : null),
11161
11161
  null !== renderLanes &&
11162
- ((JSCompiler_object_inline_digest_2977 = {
11162
+ ((JSCompiler_object_inline_digest_2981 = {
11163
11163
  dehydrated: renderLanes,
11164
11164
  treeContext: getSuspendedTreeContext(),
11165
11165
  retryLane: 536870912,
11166
11166
  hydrationErrors: null
11167
11167
  }),
11168
11168
  (workInProgress.memoizedState =
11169
- JSCompiler_object_inline_digest_2977),
11170
- (JSCompiler_object_inline_digest_2977 =
11169
+ JSCompiler_object_inline_digest_2981),
11170
+ (JSCompiler_object_inline_digest_2981 =
11171
11171
  createFiberFromDehydratedFragment(renderLanes)),
11172
- (JSCompiler_object_inline_digest_2977.return = workInProgress),
11173
- (workInProgress.child = JSCompiler_object_inline_digest_2977),
11172
+ (JSCompiler_object_inline_digest_2981.return = workInProgress),
11173
+ (workInProgress.child = JSCompiler_object_inline_digest_2981),
11174
11174
  (hydrationParentFiber = workInProgress),
11175
11175
  (nextHydratableInstance = null)))
11176
11176
  : (renderLanes = null);
@@ -11184,39 +11184,39 @@
11184
11184
  : (workInProgress.lanes = 536870912);
11185
11185
  return null;
11186
11186
  }
11187
- var nextPrimaryChildren = JSCompiler_object_inline_stack_2978.children;
11188
- JSCompiler_object_inline_stack_2978 =
11189
- JSCompiler_object_inline_stack_2978.fallback;
11190
- if (JSCompiler_object_inline_message_2976) {
11187
+ var nextPrimaryChildren = JSCompiler_object_inline_stack_2982.children;
11188
+ JSCompiler_object_inline_stack_2982 =
11189
+ JSCompiler_object_inline_stack_2982.fallback;
11190
+ if (JSCompiler_object_inline_message_2980) {
11191
11191
  reuseSuspenseHandlerOnStack(workInProgress);
11192
11192
  var mode = workInProgress.mode;
11193
11193
  nextPrimaryChildren = mountWorkInProgressOffscreenFiber(
11194
11194
  { mode: "hidden", children: nextPrimaryChildren },
11195
11195
  mode
11196
11196
  );
11197
- JSCompiler_object_inline_stack_2978 = createFiberFromFragment(
11198
- JSCompiler_object_inline_stack_2978,
11197
+ JSCompiler_object_inline_stack_2982 = createFiberFromFragment(
11198
+ JSCompiler_object_inline_stack_2982,
11199
11199
  mode,
11200
11200
  renderLanes,
11201
11201
  null
11202
11202
  );
11203
11203
  nextPrimaryChildren.return = workInProgress;
11204
- JSCompiler_object_inline_stack_2978.return = workInProgress;
11205
- nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2978;
11204
+ JSCompiler_object_inline_stack_2982.return = workInProgress;
11205
+ nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2982;
11206
11206
  workInProgress.child = nextPrimaryChildren;
11207
- JSCompiler_object_inline_stack_2978 = workInProgress.child;
11208
- JSCompiler_object_inline_stack_2978.memoizedState =
11207
+ JSCompiler_object_inline_stack_2982 = workInProgress.child;
11208
+ JSCompiler_object_inline_stack_2982.memoizedState =
11209
11209
  mountSuspenseOffscreenState(renderLanes);
11210
- JSCompiler_object_inline_stack_2978.childLanes =
11210
+ JSCompiler_object_inline_stack_2982.childLanes =
11211
11211
  getRemainingWorkInPrimaryTree(
11212
11212
  current,
11213
- JSCompiler_object_inline_digest_2977,
11213
+ JSCompiler_object_inline_digest_2981,
11214
11214
  renderLanes
11215
11215
  );
11216
11216
  workInProgress.memoizedState = SUSPENDED_MARKER;
11217
11217
  return bailoutOffscreenComponent(
11218
11218
  null,
11219
- JSCompiler_object_inline_stack_2978
11219
+ JSCompiler_object_inline_stack_2982
11220
11220
  );
11221
11221
  }
11222
11222
  pushPrimaryTreeSuspenseHandler(workInProgress);
@@ -11227,8 +11227,8 @@
11227
11227
  }
11228
11228
  var prevState = current.memoizedState;
11229
11229
  if (null !== prevState) {
11230
- var JSCompiler_object_inline_componentStack_2979 = prevState.dehydrated;
11231
- if (null !== JSCompiler_object_inline_componentStack_2979) {
11230
+ var JSCompiler_object_inline_componentStack_2983 = prevState.dehydrated;
11231
+ if (null !== JSCompiler_object_inline_componentStack_2983) {
11232
11232
  if (didSuspend)
11233
11233
  workInProgress.flags & 256
11234
11234
  ? (pushPrimaryTreeSuspenseHandler(workInProgress),
@@ -11245,13 +11245,13 @@
11245
11245
  (workInProgress = null))
11246
11246
  : (reuseSuspenseHandlerOnStack(workInProgress),
11247
11247
  (nextPrimaryChildren =
11248
- JSCompiler_object_inline_stack_2978.fallback),
11248
+ JSCompiler_object_inline_stack_2982.fallback),
11249
11249
  (mode = workInProgress.mode),
11250
- (JSCompiler_object_inline_stack_2978 =
11250
+ (JSCompiler_object_inline_stack_2982 =
11251
11251
  mountWorkInProgressOffscreenFiber(
11252
11252
  {
11253
11253
  mode: "visible",
11254
- children: JSCompiler_object_inline_stack_2978.children
11254
+ children: JSCompiler_object_inline_stack_2982.children
11255
11255
  },
11256
11256
  mode
11257
11257
  )),
@@ -11262,30 +11262,30 @@
11262
11262
  null
11263
11263
  )),
11264
11264
  (nextPrimaryChildren.flags |= 2),
11265
- (JSCompiler_object_inline_stack_2978.return = workInProgress),
11265
+ (JSCompiler_object_inline_stack_2982.return = workInProgress),
11266
11266
  (nextPrimaryChildren.return = workInProgress),
11267
- (JSCompiler_object_inline_stack_2978.sibling =
11267
+ (JSCompiler_object_inline_stack_2982.sibling =
11268
11268
  nextPrimaryChildren),
11269
- (workInProgress.child = JSCompiler_object_inline_stack_2978),
11269
+ (workInProgress.child = JSCompiler_object_inline_stack_2982),
11270
11270
  reconcileChildFibers(
11271
11271
  workInProgress,
11272
11272
  current.child,
11273
11273
  null,
11274
11274
  renderLanes
11275
11275
  ),
11276
- (JSCompiler_object_inline_stack_2978 = workInProgress.child),
11277
- (JSCompiler_object_inline_stack_2978.memoizedState =
11276
+ (JSCompiler_object_inline_stack_2982 = workInProgress.child),
11277
+ (JSCompiler_object_inline_stack_2982.memoizedState =
11278
11278
  mountSuspenseOffscreenState(renderLanes)),
11279
- (JSCompiler_object_inline_stack_2978.childLanes =
11279
+ (JSCompiler_object_inline_stack_2982.childLanes =
11280
11280
  getRemainingWorkInPrimaryTree(
11281
11281
  current,
11282
- JSCompiler_object_inline_digest_2977,
11282
+ JSCompiler_object_inline_digest_2981,
11283
11283
  renderLanes
11284
11284
  )),
11285
11285
  (workInProgress.memoizedState = SUSPENDED_MARKER),
11286
11286
  (workInProgress = bailoutOffscreenComponent(
11287
11287
  null,
11288
- JSCompiler_object_inline_stack_2978
11288
+ JSCompiler_object_inline_stack_2982
11289
11289
  )));
11290
11290
  else if (
11291
11291
  (pushPrimaryTreeSuspenseHandler(workInProgress),
@@ -11293,45 +11293,45 @@
11293
11293
  0 !== (renderLanes & 536870912) &&
11294
11294
  markRenderDerivedCause(workInProgress),
11295
11295
  isSuspenseInstanceFallback(
11296
- JSCompiler_object_inline_componentStack_2979
11296
+ JSCompiler_object_inline_componentStack_2983
11297
11297
  ))
11298
11298
  ) {
11299
- JSCompiler_object_inline_digest_2977 =
11300
- JSCompiler_object_inline_componentStack_2979.nextSibling &&
11301
- JSCompiler_object_inline_componentStack_2979.nextSibling.dataset;
11302
- if (JSCompiler_object_inline_digest_2977) {
11303
- nextPrimaryChildren = JSCompiler_object_inline_digest_2977.dgst;
11304
- var message = JSCompiler_object_inline_digest_2977.msg;
11305
- mode = JSCompiler_object_inline_digest_2977.stck;
11306
- var componentStack = JSCompiler_object_inline_digest_2977.cstck;
11299
+ JSCompiler_object_inline_digest_2981 =
11300
+ JSCompiler_object_inline_componentStack_2983.nextSibling &&
11301
+ JSCompiler_object_inline_componentStack_2983.nextSibling.dataset;
11302
+ if (JSCompiler_object_inline_digest_2981) {
11303
+ nextPrimaryChildren = JSCompiler_object_inline_digest_2981.dgst;
11304
+ var message = JSCompiler_object_inline_digest_2981.msg;
11305
+ mode = JSCompiler_object_inline_digest_2981.stck;
11306
+ var componentStack = JSCompiler_object_inline_digest_2981.cstck;
11307
11307
  }
11308
- JSCompiler_object_inline_message_2976 = message;
11309
- JSCompiler_object_inline_digest_2977 = nextPrimaryChildren;
11310
- JSCompiler_object_inline_stack_2978 = mode;
11311
- JSCompiler_object_inline_componentStack_2979 = componentStack;
11312
- nextPrimaryChildren = JSCompiler_object_inline_message_2976;
11313
- mode = JSCompiler_object_inline_componentStack_2979;
11308
+ JSCompiler_object_inline_message_2980 = message;
11309
+ JSCompiler_object_inline_digest_2981 = nextPrimaryChildren;
11310
+ JSCompiler_object_inline_stack_2982 = mode;
11311
+ JSCompiler_object_inline_componentStack_2983 = componentStack;
11312
+ nextPrimaryChildren = JSCompiler_object_inline_message_2980;
11313
+ mode = JSCompiler_object_inline_componentStack_2983;
11314
11314
  nextPrimaryChildren = nextPrimaryChildren
11315
11315
  ? Error(nextPrimaryChildren)
11316
11316
  : Error(
11317
11317
  "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
11318
11318
  );
11319
11319
  nextPrimaryChildren.stack =
11320
- JSCompiler_object_inline_stack_2978 || "";
11321
- nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2977;
11322
- JSCompiler_object_inline_digest_2977 =
11320
+ JSCompiler_object_inline_stack_2982 || "";
11321
+ nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2981;
11322
+ JSCompiler_object_inline_digest_2981 =
11323
11323
  void 0 === mode ? null : mode;
11324
- JSCompiler_object_inline_stack_2978 = {
11324
+ JSCompiler_object_inline_stack_2982 = {
11325
11325
  value: nextPrimaryChildren,
11326
11326
  source: null,
11327
- stack: JSCompiler_object_inline_digest_2977
11327
+ stack: JSCompiler_object_inline_digest_2981
11328
11328
  };
11329
- "string" === typeof JSCompiler_object_inline_digest_2977 &&
11329
+ "string" === typeof JSCompiler_object_inline_digest_2981 &&
11330
11330
  CapturedStacks.set(
11331
11331
  nextPrimaryChildren,
11332
- JSCompiler_object_inline_stack_2978
11332
+ JSCompiler_object_inline_stack_2982
11333
11333
  );
11334
- queueHydrationError(JSCompiler_object_inline_stack_2978);
11334
+ queueHydrationError(JSCompiler_object_inline_stack_2982);
11335
11335
  workInProgress = retrySuspenseComponentWithoutHydrating(
11336
11336
  current,
11337
11337
  workInProgress,
@@ -11345,35 +11345,35 @@
11345
11345
  renderLanes,
11346
11346
  !1
11347
11347
  ),
11348
- (JSCompiler_object_inline_digest_2977 =
11348
+ (JSCompiler_object_inline_digest_2981 =
11349
11349
  0 !== (renderLanes & current.childLanes)),
11350
- didReceiveUpdate || JSCompiler_object_inline_digest_2977)
11350
+ didReceiveUpdate || JSCompiler_object_inline_digest_2981)
11351
11351
  ) {
11352
- JSCompiler_object_inline_digest_2977 = workInProgressRoot;
11352
+ JSCompiler_object_inline_digest_2981 = workInProgressRoot;
11353
11353
  if (
11354
- null !== JSCompiler_object_inline_digest_2977 &&
11355
- ((JSCompiler_object_inline_stack_2978 = getBumpedLaneForHydration(
11356
- JSCompiler_object_inline_digest_2977,
11354
+ null !== JSCompiler_object_inline_digest_2981 &&
11355
+ ((JSCompiler_object_inline_stack_2982 = getBumpedLaneForHydration(
11356
+ JSCompiler_object_inline_digest_2981,
11357
11357
  renderLanes
11358
11358
  )),
11359
- 0 !== JSCompiler_object_inline_stack_2978 &&
11360
- JSCompiler_object_inline_stack_2978 !== prevState.retryLane)
11359
+ 0 !== JSCompiler_object_inline_stack_2982 &&
11360
+ JSCompiler_object_inline_stack_2982 !== prevState.retryLane)
11361
11361
  )
11362
11362
  throw (
11363
- ((prevState.retryLane = JSCompiler_object_inline_stack_2978),
11363
+ ((prevState.retryLane = JSCompiler_object_inline_stack_2982),
11364
11364
  enqueueConcurrentRenderForLane(
11365
11365
  current,
11366
- JSCompiler_object_inline_stack_2978
11366
+ JSCompiler_object_inline_stack_2982
11367
11367
  ),
11368
11368
  scheduleUpdateOnFiber(
11369
- JSCompiler_object_inline_digest_2977,
11369
+ JSCompiler_object_inline_digest_2981,
11370
11370
  current,
11371
- JSCompiler_object_inline_stack_2978
11371
+ JSCompiler_object_inline_stack_2982
11372
11372
  ),
11373
11373
  SelectiveHydrationException)
11374
11374
  );
11375
11375
  isSuspenseInstancePending(
11376
- JSCompiler_object_inline_componentStack_2979
11376
+ JSCompiler_object_inline_componentStack_2983
11377
11377
  ) || renderDidSuspendDelayIfPossible();
11378
11378
  workInProgress = retrySuspenseComponentWithoutHydrating(
11379
11379
  current,
@@ -11382,14 +11382,14 @@
11382
11382
  );
11383
11383
  } else
11384
11384
  isSuspenseInstancePending(
11385
- JSCompiler_object_inline_componentStack_2979
11385
+ JSCompiler_object_inline_componentStack_2983
11386
11386
  )
11387
11387
  ? ((workInProgress.flags |= 192),
11388
11388
  (workInProgress.child = current.child),
11389
11389
  (workInProgress = null))
11390
11390
  : ((current = prevState.treeContext),
11391
11391
  (nextHydratableInstance = getNextHydratable(
11392
- JSCompiler_object_inline_componentStack_2979.nextSibling
11392
+ JSCompiler_object_inline_componentStack_2983.nextSibling
11393
11393
  )),
11394
11394
  (hydrationParentFiber = workInProgress),
11395
11395
  (isHydrating = !0),
@@ -11401,32 +11401,32 @@
11401
11401
  restoreSuspendedTreeContext(workInProgress, current),
11402
11402
  (workInProgress = mountSuspensePrimaryChildren(
11403
11403
  workInProgress,
11404
- JSCompiler_object_inline_stack_2978.children
11404
+ JSCompiler_object_inline_stack_2982.children
11405
11405
  )),
11406
11406
  (workInProgress.flags |= 4096));
11407
11407
  return workInProgress;
11408
11408
  }
11409
11409
  }
11410
- if (JSCompiler_object_inline_message_2976)
11410
+ if (JSCompiler_object_inline_message_2980)
11411
11411
  return (
11412
11412
  reuseSuspenseHandlerOnStack(workInProgress),
11413
- (nextPrimaryChildren = JSCompiler_object_inline_stack_2978.fallback),
11413
+ (nextPrimaryChildren = JSCompiler_object_inline_stack_2982.fallback),
11414
11414
  (mode = workInProgress.mode),
11415
11415
  (componentStack = current.child),
11416
- (JSCompiler_object_inline_componentStack_2979 =
11416
+ (JSCompiler_object_inline_componentStack_2983 =
11417
11417
  componentStack.sibling),
11418
- (JSCompiler_object_inline_stack_2978 = createWorkInProgress(
11418
+ (JSCompiler_object_inline_stack_2982 = createWorkInProgress(
11419
11419
  componentStack,
11420
11420
  {
11421
11421
  mode: "hidden",
11422
- children: JSCompiler_object_inline_stack_2978.children
11422
+ children: JSCompiler_object_inline_stack_2982.children
11423
11423
  }
11424
11424
  )),
11425
- (JSCompiler_object_inline_stack_2978.subtreeFlags =
11425
+ (JSCompiler_object_inline_stack_2982.subtreeFlags =
11426
11426
  componentStack.subtreeFlags & 65011712),
11427
- null !== JSCompiler_object_inline_componentStack_2979
11427
+ null !== JSCompiler_object_inline_componentStack_2983
11428
11428
  ? (nextPrimaryChildren = createWorkInProgress(
11429
- JSCompiler_object_inline_componentStack_2979,
11429
+ JSCompiler_object_inline_componentStack_2983,
11430
11430
  nextPrimaryChildren
11431
11431
  ))
11432
11432
  : ((nextPrimaryChildren = createFiberFromFragment(
@@ -11437,11 +11437,11 @@
11437
11437
  )),
11438
11438
  (nextPrimaryChildren.flags |= 2)),
11439
11439
  (nextPrimaryChildren.return = workInProgress),
11440
- (JSCompiler_object_inline_stack_2978.return = workInProgress),
11441
- (JSCompiler_object_inline_stack_2978.sibling = nextPrimaryChildren),
11442
- (workInProgress.child = JSCompiler_object_inline_stack_2978),
11443
- bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2978),
11444
- (JSCompiler_object_inline_stack_2978 = workInProgress.child),
11440
+ (JSCompiler_object_inline_stack_2982.return = workInProgress),
11441
+ (JSCompiler_object_inline_stack_2982.sibling = nextPrimaryChildren),
11442
+ (workInProgress.child = JSCompiler_object_inline_stack_2982),
11443
+ bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2982),
11444
+ (JSCompiler_object_inline_stack_2982 = workInProgress.child),
11445
11445
  (nextPrimaryChildren = current.child.memoizedState),
11446
11446
  null === nextPrimaryChildren
11447
11447
  ? (nextPrimaryChildren = mountSuspenseOffscreenState(renderLanes))
@@ -11457,18 +11457,18 @@
11457
11457
  baseLanes: nextPrimaryChildren.baseLanes | renderLanes,
11458
11458
  cachePool: mode
11459
11459
  })),
11460
- (JSCompiler_object_inline_stack_2978.memoizedState =
11460
+ (JSCompiler_object_inline_stack_2982.memoizedState =
11461
11461
  nextPrimaryChildren),
11462
- (JSCompiler_object_inline_stack_2978.childLanes =
11462
+ (JSCompiler_object_inline_stack_2982.childLanes =
11463
11463
  getRemainingWorkInPrimaryTree(
11464
11464
  current,
11465
- JSCompiler_object_inline_digest_2977,
11465
+ JSCompiler_object_inline_digest_2981,
11466
11466
  renderLanes
11467
11467
  )),
11468
11468
  (workInProgress.memoizedState = SUSPENDED_MARKER),
11469
11469
  bailoutOffscreenComponent(
11470
11470
  current.child,
11471
- JSCompiler_object_inline_stack_2978
11471
+ JSCompiler_object_inline_stack_2982
11472
11472
  )
11473
11473
  );
11474
11474
  null !== prevState &&
@@ -11480,16 +11480,16 @@
11480
11480
  current = renderLanes.sibling;
11481
11481
  renderLanes = createWorkInProgress(renderLanes, {
11482
11482
  mode: "visible",
11483
- children: JSCompiler_object_inline_stack_2978.children
11483
+ children: JSCompiler_object_inline_stack_2982.children
11484
11484
  });
11485
11485
  renderLanes.return = workInProgress;
11486
11486
  renderLanes.sibling = null;
11487
11487
  null !== current &&
11488
- ((JSCompiler_object_inline_digest_2977 = workInProgress.deletions),
11489
- null === JSCompiler_object_inline_digest_2977
11488
+ ((JSCompiler_object_inline_digest_2981 = workInProgress.deletions),
11489
+ null === JSCompiler_object_inline_digest_2981
11490
11490
  ? ((workInProgress.deletions = [current]),
11491
11491
  (workInProgress.flags |= 16))
11492
- : JSCompiler_object_inline_digest_2977.push(current));
11492
+ : JSCompiler_object_inline_digest_2981.push(current));
11493
11493
  workInProgress.child = renderLanes;
11494
11494
  workInProgress.memoizedState = null;
11495
11495
  return renderLanes;
@@ -13873,7 +13873,8 @@
13873
13873
  break;
13874
13874
  case 7:
13875
13875
  null === finishedWork.stateNode &&
13876
- (finishedWork.stateNode = new FragmentInstance(finishedWork));
13876
+ ((instanceToUse = new FragmentInstance(finishedWork)),
13877
+ (finishedWork.stateNode = instanceToUse));
13877
13878
  instanceToUse = finishedWork.stateNode;
13878
13879
  break;
13879
13880
  default:
@@ -14030,12 +14031,12 @@
14030
14031
  function commitFragmentInstanceDeletionEffects(fiber) {
14031
14032
  for (var parent = fiber.return; null !== parent; ) {
14032
14033
  if (isFragmentInstanceParent(parent)) {
14033
- var childElement = fiber.stateNode,
14034
+ var childInstance = fiber.stateNode,
14034
14035
  eventListeners = parent.stateNode._eventListeners;
14035
14036
  if (null !== eventListeners)
14036
14037
  for (var i = 0; i < eventListeners.length; i++) {
14037
14038
  var _eventListeners$i3 = eventListeners[i];
14038
- childElement.removeEventListener(
14039
+ childInstance.removeEventListener(
14039
14040
  _eventListeners$i3.type,
14040
14041
  _eventListeners$i3.listener,
14041
14042
  _eventListeners$i3.optionsOrUseCapture
@@ -30377,11 +30378,11 @@
30377
30378
  };
30378
30379
  (function () {
30379
30380
  var isomorphicReactPackageVersion = React.version;
30380
- if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
30381
+ if ("19.3.0-canary-f646e8ff-20251104" !== isomorphicReactPackageVersion)
30381
30382
  throw Error(
30382
30383
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
30383
30384
  (isomorphicReactPackageVersion +
30384
- "\n - react-dom: 19.3.0-canary-67f7d47a-20251103\nLearn more: https://react.dev/warnings/version-mismatch")
30385
+ "\n - react-dom: 19.3.0-canary-f646e8ff-20251104\nLearn more: https://react.dev/warnings/version-mismatch")
30385
30386
  );
30386
30387
  })();
30387
30388
  ("function" === typeof Map &&
@@ -30418,10 +30419,10 @@
30418
30419
  !(function () {
30419
30420
  var internals = {
30420
30421
  bundleType: 1,
30421
- version: "19.3.0-canary-67f7d47a-20251103",
30422
+ version: "19.3.0-canary-f646e8ff-20251104",
30422
30423
  rendererPackageName: "react-dom",
30423
30424
  currentDispatcherRef: ReactSharedInternals,
30424
- reconcilerVersion: "19.3.0-canary-67f7d47a-20251103"
30425
+ reconcilerVersion: "19.3.0-canary-f646e8ff-20251104"
30425
30426
  };
30426
30427
  internals.overrideHookState = overrideHookState;
30427
30428
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30889,7 +30890,7 @@
30889
30890
  exports.useFormStatus = function () {
30890
30891
  return resolveDispatcher().useHostTransitionStatus();
30891
30892
  };
30892
- exports.version = "19.3.0-canary-67f7d47a-20251103";
30893
+ exports.version = "19.3.0-canary-f646e8ff-20251104";
30893
30894
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
30894
30895
  "function" ===
30895
30896
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -9732,12 +9732,12 @@ function commitNewChildToFragmentInstances(fiber, parentFragmentInstances) {
9732
9732
  function commitFragmentInstanceDeletionEffects(fiber) {
9733
9733
  for (var parent = fiber.return; null !== parent; ) {
9734
9734
  if (isFragmentInstanceParent(parent)) {
9735
- var childElement = fiber.stateNode,
9735
+ var childInstance = fiber.stateNode,
9736
9736
  eventListeners = parent.stateNode._eventListeners;
9737
9737
  if (null !== eventListeners)
9738
9738
  for (var i = 0; i < eventListeners.length; i++) {
9739
9739
  var _eventListeners$i4 = eventListeners[i];
9740
- childElement.removeEventListener(
9740
+ childInstance.removeEventListener(
9741
9741
  _eventListeners$i4.type,
9742
9742
  _eventListeners$i4.listener,
9743
9743
  _eventListeners$i4.optionsOrUseCapture
@@ -19866,14 +19866,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
19866
19866
  };
19867
19867
  var isomorphicReactPackageVersion$jscomp$inline_2353 = React.version;
19868
19868
  if (
19869
- "19.3.0-canary-67f7d47a-20251103" !==
19869
+ "19.3.0-canary-f646e8ff-20251104" !==
19870
19870
  isomorphicReactPackageVersion$jscomp$inline_2353
19871
19871
  )
19872
19872
  throw Error(
19873
19873
  formatProdErrorMessage(
19874
19874
  527,
19875
19875
  isomorphicReactPackageVersion$jscomp$inline_2353,
19876
- "19.3.0-canary-67f7d47a-20251103"
19876
+ "19.3.0-canary-f646e8ff-20251104"
19877
19877
  )
19878
19878
  );
19879
19879
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19895,10 +19895,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
19895
19895
  };
19896
19896
  var internals$jscomp$inline_2953 = {
19897
19897
  bundleType: 0,
19898
- version: "19.3.0-canary-67f7d47a-20251103",
19898
+ version: "19.3.0-canary-f646e8ff-20251104",
19899
19899
  rendererPackageName: "react-dom",
19900
19900
  currentDispatcherRef: ReactSharedInternals,
19901
- reconcilerVersion: "19.3.0-canary-67f7d47a-20251103"
19901
+ reconcilerVersion: "19.3.0-canary-f646e8ff-20251104"
19902
19902
  };
19903
19903
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
19904
19904
  var hook$jscomp$inline_2954 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -20157,7 +20157,7 @@ exports.useFormState = function (action, initialState, permalink) {
20157
20157
  exports.useFormStatus = function () {
20158
20158
  return ReactSharedInternals.H.useHostTransitionStatus();
20159
20159
  };
20160
- exports.version = "19.3.0-canary-67f7d47a-20251103";
20160
+ exports.version = "19.3.0-canary-f646e8ff-20251104";
20161
20161
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
20162
20162
  "function" ===
20163
20163
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -10006,5 +10006,5 @@
10006
10006
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
10007
10007
  );
10008
10008
  };
10009
- exports.version = "19.3.0-canary-67f7d47a-20251103";
10009
+ exports.version = "19.3.0-canary-f646e8ff-20251104";
10010
10010
  })();
@@ -6755,4 +6755,4 @@ exports.renderToString = function (children, options) {
6755
6755
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
6756
6756
  );
6757
6757
  };
6758
- exports.version = "19.3.0-canary-67f7d47a-20251103";
6758
+ exports.version = "19.3.0-canary-f646e8ff-20251104";
@@ -10006,5 +10006,5 @@
10006
10006
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server'
10007
10007
  );
10008
10008
  };
10009
- exports.version = "19.3.0-canary-67f7d47a-20251103";
10009
+ exports.version = "19.3.0-canary-f646e8ff-20251104";
10010
10010
  })();
@@ -6844,4 +6844,4 @@ exports.renderToString = function (children, options) {
6844
6844
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server'
6845
6845
  );
6846
6846
  };
6847
- exports.version = "19.3.0-canary-67f7d47a-20251103";
6847
+ exports.version = "19.3.0-canary-f646e8ff-20251104";
@@ -8987,11 +8987,11 @@
8987
8987
  }
8988
8988
  function ensureCorrectIsomorphicReactVersion() {
8989
8989
  var isomorphicReactPackageVersion = React.version;
8990
- if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
8990
+ if ("19.3.0-canary-f646e8ff-20251104" !== isomorphicReactPackageVersion)
8991
8991
  throw Error(
8992
8992
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8993
8993
  (isomorphicReactPackageVersion +
8994
- "\n - react-dom: 19.3.0-canary-67f7d47a-20251103\nLearn more: https://react.dev/warnings/version-mismatch")
8994
+ "\n - react-dom: 19.3.0-canary-f646e8ff-20251104\nLearn more: https://react.dev/warnings/version-mismatch")
8995
8995
  );
8996
8996
  }
8997
8997
  var React = require("react"),
@@ -10797,5 +10797,5 @@
10797
10797
  startWork(request);
10798
10798
  });
10799
10799
  };
10800
- exports.version = "19.3.0-canary-67f7d47a-20251103";
10800
+ exports.version = "19.3.0-canary-f646e8ff-20251104";
10801
10801
  })();
@@ -7371,12 +7371,12 @@ function getPostponedState(request) {
7371
7371
  }
7372
7372
  function ensureCorrectIsomorphicReactVersion() {
7373
7373
  var isomorphicReactPackageVersion = React.version;
7374
- if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
7374
+ if ("19.3.0-canary-f646e8ff-20251104" !== isomorphicReactPackageVersion)
7375
7375
  throw Error(
7376
7376
  formatProdErrorMessage(
7377
7377
  527,
7378
7378
  isomorphicReactPackageVersion,
7379
- "19.3.0-canary-67f7d47a-20251103"
7379
+ "19.3.0-canary-f646e8ff-20251104"
7380
7380
  )
7381
7381
  );
7382
7382
  }
@@ -7631,4 +7631,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
7631
7631
  startWork(request);
7632
7632
  });
7633
7633
  };
7634
- exports.version = "19.3.0-canary-67f7d47a-20251103";
7634
+ exports.version = "19.3.0-canary-f646e8ff-20251104";
@@ -9918,11 +9918,11 @@ function getPostponedState(request) {
9918
9918
  }
9919
9919
  function ensureCorrectIsomorphicReactVersion() {
9920
9920
  var isomorphicReactPackageVersion = React.version;
9921
- if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
9921
+ if ("19.3.0-canary-f646e8ff-20251104" !== isomorphicReactPackageVersion)
9922
9922
  throw Error(
9923
9923
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
9924
9924
  (isomorphicReactPackageVersion +
9925
- "\n - react-dom: 19.3.0-canary-67f7d47a-20251103\nLearn more: https://react.dev/warnings/version-mismatch")
9925
+ "\n - react-dom: 19.3.0-canary-f646e8ff-20251104\nLearn more: https://react.dev/warnings/version-mismatch")
9926
9926
  );
9927
9927
  }
9928
9928
  ensureCorrectIsomorphicReactVersion();
@@ -10475,4 +10475,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
10475
10475
  }
10476
10476
  };
10477
10477
  };
10478
- exports.version = "19.3.0-canary-67f7d47a-20251103";
10478
+ exports.version = "19.3.0-canary-f646e8ff-20251104";
@@ -7076,11 +7076,11 @@ function getPostponedState(request) {
7076
7076
  }
7077
7077
  function ensureCorrectIsomorphicReactVersion() {
7078
7078
  var isomorphicReactPackageVersion = React.version;
7079
- if ("19.3.0-canary-67f7d47a-20251103" !== isomorphicReactPackageVersion)
7079
+ if ("19.3.0-canary-f646e8ff-20251104" !== isomorphicReactPackageVersion)
7080
7080
  throw Error(
7081
7081
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7082
7082
  (isomorphicReactPackageVersion +
7083
- "\n - react-dom: 19.3.0-canary-67f7d47a-20251103\nLearn more: https://react.dev/warnings/version-mismatch")
7083
+ "\n - react-dom: 19.3.0-canary-f646e8ff-20251104\nLearn more: https://react.dev/warnings/version-mismatch")
7084
7084
  );
7085
7085
  }
7086
7086
  ensureCorrectIsomorphicReactVersion();
@@ -7633,4 +7633,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
7633
7633
  }
7634
7634
  };
7635
7635
  };
7636
- exports.version = "19.3.0-canary-67f7d47a-20251103";
7636
+ exports.version = "19.3.0-canary-f646e8ff-20251104";