react-dom 19.3.0-canary-561ee24d-20251101 → 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.
@@ -11121,24 +11121,24 @@
11121
11121
  return current;
11122
11122
  }
11123
11123
  function updateSuspenseComponent(current, workInProgress, renderLanes) {
11124
- var JSCompiler_object_inline_digest_2972;
11125
- var JSCompiler_object_inline_stack_2973 = workInProgress.pendingProps;
11124
+ var JSCompiler_object_inline_digest_2976;
11125
+ var JSCompiler_object_inline_stack_2977 = workInProgress.pendingProps;
11126
11126
  shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
11127
- var JSCompiler_object_inline_message_2971 = !1;
11127
+ var JSCompiler_object_inline_message_2975 = !1;
11128
11128
  var didSuspend = 0 !== (workInProgress.flags & 128);
11129
- (JSCompiler_object_inline_digest_2972 = didSuspend) ||
11130
- (JSCompiler_object_inline_digest_2972 =
11129
+ (JSCompiler_object_inline_digest_2976 = didSuspend) ||
11130
+ (JSCompiler_object_inline_digest_2976 =
11131
11131
  null !== current && null === current.memoizedState
11132
11132
  ? !1
11133
11133
  : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
11134
- JSCompiler_object_inline_digest_2972 &&
11135
- ((JSCompiler_object_inline_message_2971 = !0),
11134
+ JSCompiler_object_inline_digest_2976 &&
11135
+ ((JSCompiler_object_inline_message_2975 = !0),
11136
11136
  (workInProgress.flags &= -129));
11137
- JSCompiler_object_inline_digest_2972 = 0 !== (workInProgress.flags & 32);
11137
+ JSCompiler_object_inline_digest_2976 = 0 !== (workInProgress.flags & 32);
11138
11138
  workInProgress.flags &= -33;
11139
11139
  if (null === current) {
11140
11140
  if (isHydrating) {
11141
- JSCompiler_object_inline_message_2971
11141
+ JSCompiler_object_inline_message_2975
11142
11142
  ? pushPrimaryTreeSuspenseHandler(workInProgress)
11143
11143
  : reuseSuspenseHandlerOnStack(workInProgress);
11144
11144
  (current = nextHydratableInstance)
@@ -11151,18 +11151,18 @@
11151
11151
  ? renderLanes
11152
11152
  : null),
11153
11153
  null !== renderLanes &&
11154
- ((JSCompiler_object_inline_digest_2972 = {
11154
+ ((JSCompiler_object_inline_digest_2976 = {
11155
11155
  dehydrated: renderLanes,
11156
11156
  treeContext: getSuspendedTreeContext(),
11157
11157
  retryLane: 536870912,
11158
11158
  hydrationErrors: null
11159
11159
  }),
11160
11160
  (workInProgress.memoizedState =
11161
- JSCompiler_object_inline_digest_2972),
11162
- (JSCompiler_object_inline_digest_2972 =
11161
+ JSCompiler_object_inline_digest_2976),
11162
+ (JSCompiler_object_inline_digest_2976 =
11163
11163
  createFiberFromDehydratedFragment(renderLanes)),
11164
- (JSCompiler_object_inline_digest_2972.return = workInProgress),
11165
- (workInProgress.child = JSCompiler_object_inline_digest_2972),
11164
+ (JSCompiler_object_inline_digest_2976.return = workInProgress),
11165
+ (workInProgress.child = JSCompiler_object_inline_digest_2976),
11166
11166
  (hydrationParentFiber = workInProgress),
11167
11167
  (nextHydratableInstance = null)))
11168
11168
  : (renderLanes = null);
@@ -11176,39 +11176,39 @@
11176
11176
  : (workInProgress.lanes = 536870912);
11177
11177
  return null;
11178
11178
  }
11179
- var nextPrimaryChildren = JSCompiler_object_inline_stack_2973.children;
11180
- JSCompiler_object_inline_stack_2973 =
11181
- JSCompiler_object_inline_stack_2973.fallback;
11182
- if (JSCompiler_object_inline_message_2971) {
11179
+ var nextPrimaryChildren = JSCompiler_object_inline_stack_2977.children;
11180
+ JSCompiler_object_inline_stack_2977 =
11181
+ JSCompiler_object_inline_stack_2977.fallback;
11182
+ if (JSCompiler_object_inline_message_2975) {
11183
11183
  reuseSuspenseHandlerOnStack(workInProgress);
11184
11184
  var mode = workInProgress.mode;
11185
11185
  nextPrimaryChildren = mountWorkInProgressOffscreenFiber(
11186
11186
  { mode: "hidden", children: nextPrimaryChildren },
11187
11187
  mode
11188
11188
  );
11189
- JSCompiler_object_inline_stack_2973 = createFiberFromFragment(
11190
- JSCompiler_object_inline_stack_2973,
11189
+ JSCompiler_object_inline_stack_2977 = createFiberFromFragment(
11190
+ JSCompiler_object_inline_stack_2977,
11191
11191
  mode,
11192
11192
  renderLanes,
11193
11193
  null
11194
11194
  );
11195
11195
  nextPrimaryChildren.return = workInProgress;
11196
- JSCompiler_object_inline_stack_2973.return = workInProgress;
11197
- nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2973;
11196
+ JSCompiler_object_inline_stack_2977.return = workInProgress;
11197
+ nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2977;
11198
11198
  workInProgress.child = nextPrimaryChildren;
11199
- JSCompiler_object_inline_stack_2973 = workInProgress.child;
11200
- JSCompiler_object_inline_stack_2973.memoizedState =
11199
+ JSCompiler_object_inline_stack_2977 = workInProgress.child;
11200
+ JSCompiler_object_inline_stack_2977.memoizedState =
11201
11201
  mountSuspenseOffscreenState(renderLanes);
11202
- JSCompiler_object_inline_stack_2973.childLanes =
11202
+ JSCompiler_object_inline_stack_2977.childLanes =
11203
11203
  getRemainingWorkInPrimaryTree(
11204
11204
  current,
11205
- JSCompiler_object_inline_digest_2972,
11205
+ JSCompiler_object_inline_digest_2976,
11206
11206
  renderLanes
11207
11207
  );
11208
11208
  workInProgress.memoizedState = SUSPENDED_MARKER;
11209
11209
  return bailoutOffscreenComponent(
11210
11210
  null,
11211
- JSCompiler_object_inline_stack_2973
11211
+ JSCompiler_object_inline_stack_2977
11212
11212
  );
11213
11213
  }
11214
11214
  pushPrimaryTreeSuspenseHandler(workInProgress);
@@ -11219,8 +11219,8 @@
11219
11219
  }
11220
11220
  var prevState = current.memoizedState;
11221
11221
  if (null !== prevState) {
11222
- var JSCompiler_object_inline_componentStack_2974 = prevState.dehydrated;
11223
- if (null !== JSCompiler_object_inline_componentStack_2974) {
11222
+ var JSCompiler_object_inline_componentStack_2978 = prevState.dehydrated;
11223
+ if (null !== JSCompiler_object_inline_componentStack_2978) {
11224
11224
  if (didSuspend)
11225
11225
  workInProgress.flags & 256
11226
11226
  ? (pushPrimaryTreeSuspenseHandler(workInProgress),
@@ -11237,13 +11237,13 @@
11237
11237
  (workInProgress = null))
11238
11238
  : (reuseSuspenseHandlerOnStack(workInProgress),
11239
11239
  (nextPrimaryChildren =
11240
- JSCompiler_object_inline_stack_2973.fallback),
11240
+ JSCompiler_object_inline_stack_2977.fallback),
11241
11241
  (mode = workInProgress.mode),
11242
- (JSCompiler_object_inline_stack_2973 =
11242
+ (JSCompiler_object_inline_stack_2977 =
11243
11243
  mountWorkInProgressOffscreenFiber(
11244
11244
  {
11245
11245
  mode: "visible",
11246
- children: JSCompiler_object_inline_stack_2973.children
11246
+ children: JSCompiler_object_inline_stack_2977.children
11247
11247
  },
11248
11248
  mode
11249
11249
  )),
@@ -11254,30 +11254,30 @@
11254
11254
  null
11255
11255
  )),
11256
11256
  (nextPrimaryChildren.flags |= 2),
11257
- (JSCompiler_object_inline_stack_2973.return = workInProgress),
11257
+ (JSCompiler_object_inline_stack_2977.return = workInProgress),
11258
11258
  (nextPrimaryChildren.return = workInProgress),
11259
- (JSCompiler_object_inline_stack_2973.sibling =
11259
+ (JSCompiler_object_inline_stack_2977.sibling =
11260
11260
  nextPrimaryChildren),
11261
- (workInProgress.child = JSCompiler_object_inline_stack_2973),
11261
+ (workInProgress.child = JSCompiler_object_inline_stack_2977),
11262
11262
  reconcileChildFibers(
11263
11263
  workInProgress,
11264
11264
  current.child,
11265
11265
  null,
11266
11266
  renderLanes
11267
11267
  ),
11268
- (JSCompiler_object_inline_stack_2973 = workInProgress.child),
11269
- (JSCompiler_object_inline_stack_2973.memoizedState =
11268
+ (JSCompiler_object_inline_stack_2977 = workInProgress.child),
11269
+ (JSCompiler_object_inline_stack_2977.memoizedState =
11270
11270
  mountSuspenseOffscreenState(renderLanes)),
11271
- (JSCompiler_object_inline_stack_2973.childLanes =
11271
+ (JSCompiler_object_inline_stack_2977.childLanes =
11272
11272
  getRemainingWorkInPrimaryTree(
11273
11273
  current,
11274
- JSCompiler_object_inline_digest_2972,
11274
+ JSCompiler_object_inline_digest_2976,
11275
11275
  renderLanes
11276
11276
  )),
11277
11277
  (workInProgress.memoizedState = SUSPENDED_MARKER),
11278
11278
  (workInProgress = bailoutOffscreenComponent(
11279
11279
  null,
11280
- JSCompiler_object_inline_stack_2973
11280
+ JSCompiler_object_inline_stack_2977
11281
11281
  )));
11282
11282
  else if (
11283
11283
  (pushPrimaryTreeSuspenseHandler(workInProgress),
@@ -11285,45 +11285,45 @@
11285
11285
  0 !== (renderLanes & 536870912) &&
11286
11286
  markRenderDerivedCause(workInProgress),
11287
11287
  isSuspenseInstanceFallback(
11288
- JSCompiler_object_inline_componentStack_2974
11288
+ JSCompiler_object_inline_componentStack_2978
11289
11289
  ))
11290
11290
  ) {
11291
- JSCompiler_object_inline_digest_2972 =
11292
- JSCompiler_object_inline_componentStack_2974.nextSibling &&
11293
- JSCompiler_object_inline_componentStack_2974.nextSibling.dataset;
11294
- if (JSCompiler_object_inline_digest_2972) {
11295
- nextPrimaryChildren = JSCompiler_object_inline_digest_2972.dgst;
11296
- var message = JSCompiler_object_inline_digest_2972.msg;
11297
- mode = JSCompiler_object_inline_digest_2972.stck;
11298
- var componentStack = JSCompiler_object_inline_digest_2972.cstck;
11291
+ JSCompiler_object_inline_digest_2976 =
11292
+ JSCompiler_object_inline_componentStack_2978.nextSibling &&
11293
+ JSCompiler_object_inline_componentStack_2978.nextSibling.dataset;
11294
+ if (JSCompiler_object_inline_digest_2976) {
11295
+ nextPrimaryChildren = JSCompiler_object_inline_digest_2976.dgst;
11296
+ var message = JSCompiler_object_inline_digest_2976.msg;
11297
+ mode = JSCompiler_object_inline_digest_2976.stck;
11298
+ var componentStack = JSCompiler_object_inline_digest_2976.cstck;
11299
11299
  }
11300
- JSCompiler_object_inline_message_2971 = message;
11301
- JSCompiler_object_inline_digest_2972 = nextPrimaryChildren;
11302
- JSCompiler_object_inline_stack_2973 = mode;
11303
- JSCompiler_object_inline_componentStack_2974 = componentStack;
11304
- nextPrimaryChildren = JSCompiler_object_inline_message_2971;
11305
- mode = JSCompiler_object_inline_componentStack_2974;
11300
+ JSCompiler_object_inline_message_2975 = message;
11301
+ JSCompiler_object_inline_digest_2976 = nextPrimaryChildren;
11302
+ JSCompiler_object_inline_stack_2977 = mode;
11303
+ JSCompiler_object_inline_componentStack_2978 = componentStack;
11304
+ nextPrimaryChildren = JSCompiler_object_inline_message_2975;
11305
+ mode = JSCompiler_object_inline_componentStack_2978;
11306
11306
  nextPrimaryChildren = nextPrimaryChildren
11307
11307
  ? Error(nextPrimaryChildren)
11308
11308
  : Error(
11309
11309
  "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
11310
11310
  );
11311
11311
  nextPrimaryChildren.stack =
11312
- JSCompiler_object_inline_stack_2973 || "";
11313
- nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2972;
11314
- JSCompiler_object_inline_digest_2972 =
11312
+ JSCompiler_object_inline_stack_2977 || "";
11313
+ nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2976;
11314
+ JSCompiler_object_inline_digest_2976 =
11315
11315
  void 0 === mode ? null : mode;
11316
- JSCompiler_object_inline_stack_2973 = {
11316
+ JSCompiler_object_inline_stack_2977 = {
11317
11317
  value: nextPrimaryChildren,
11318
11318
  source: null,
11319
- stack: JSCompiler_object_inline_digest_2972
11319
+ stack: JSCompiler_object_inline_digest_2976
11320
11320
  };
11321
- "string" === typeof JSCompiler_object_inline_digest_2972 &&
11321
+ "string" === typeof JSCompiler_object_inline_digest_2976 &&
11322
11322
  CapturedStacks.set(
11323
11323
  nextPrimaryChildren,
11324
- JSCompiler_object_inline_stack_2973
11324
+ JSCompiler_object_inline_stack_2977
11325
11325
  );
11326
- queueHydrationError(JSCompiler_object_inline_stack_2973);
11326
+ queueHydrationError(JSCompiler_object_inline_stack_2977);
11327
11327
  workInProgress = retrySuspenseComponentWithoutHydrating(
11328
11328
  current,
11329
11329
  workInProgress,
@@ -11337,35 +11337,35 @@
11337
11337
  renderLanes,
11338
11338
  !1
11339
11339
  ),
11340
- (JSCompiler_object_inline_digest_2972 =
11340
+ (JSCompiler_object_inline_digest_2976 =
11341
11341
  0 !== (renderLanes & current.childLanes)),
11342
- didReceiveUpdate || JSCompiler_object_inline_digest_2972)
11342
+ didReceiveUpdate || JSCompiler_object_inline_digest_2976)
11343
11343
  ) {
11344
- JSCompiler_object_inline_digest_2972 = workInProgressRoot;
11344
+ JSCompiler_object_inline_digest_2976 = workInProgressRoot;
11345
11345
  if (
11346
- null !== JSCompiler_object_inline_digest_2972 &&
11347
- ((JSCompiler_object_inline_stack_2973 = getBumpedLaneForHydration(
11348
- JSCompiler_object_inline_digest_2972,
11346
+ null !== JSCompiler_object_inline_digest_2976 &&
11347
+ ((JSCompiler_object_inline_stack_2977 = getBumpedLaneForHydration(
11348
+ JSCompiler_object_inline_digest_2976,
11349
11349
  renderLanes
11350
11350
  )),
11351
- 0 !== JSCompiler_object_inline_stack_2973 &&
11352
- JSCompiler_object_inline_stack_2973 !== prevState.retryLane)
11351
+ 0 !== JSCompiler_object_inline_stack_2977 &&
11352
+ JSCompiler_object_inline_stack_2977 !== prevState.retryLane)
11353
11353
  )
11354
11354
  throw (
11355
- ((prevState.retryLane = JSCompiler_object_inline_stack_2973),
11355
+ ((prevState.retryLane = JSCompiler_object_inline_stack_2977),
11356
11356
  enqueueConcurrentRenderForLane(
11357
11357
  current,
11358
- JSCompiler_object_inline_stack_2973
11358
+ JSCompiler_object_inline_stack_2977
11359
11359
  ),
11360
11360
  scheduleUpdateOnFiber(
11361
- JSCompiler_object_inline_digest_2972,
11361
+ JSCompiler_object_inline_digest_2976,
11362
11362
  current,
11363
- JSCompiler_object_inline_stack_2973
11363
+ JSCompiler_object_inline_stack_2977
11364
11364
  ),
11365
11365
  SelectiveHydrationException)
11366
11366
  );
11367
11367
  isSuspenseInstancePending(
11368
- JSCompiler_object_inline_componentStack_2974
11368
+ JSCompiler_object_inline_componentStack_2978
11369
11369
  ) || renderDidSuspendDelayIfPossible();
11370
11370
  workInProgress = retrySuspenseComponentWithoutHydrating(
11371
11371
  current,
@@ -11374,14 +11374,14 @@
11374
11374
  );
11375
11375
  } else
11376
11376
  isSuspenseInstancePending(
11377
- JSCompiler_object_inline_componentStack_2974
11377
+ JSCompiler_object_inline_componentStack_2978
11378
11378
  )
11379
11379
  ? ((workInProgress.flags |= 192),
11380
11380
  (workInProgress.child = current.child),
11381
11381
  (workInProgress = null))
11382
11382
  : ((current = prevState.treeContext),
11383
11383
  (nextHydratableInstance = getNextHydratable(
11384
- JSCompiler_object_inline_componentStack_2974.nextSibling
11384
+ JSCompiler_object_inline_componentStack_2978.nextSibling
11385
11385
  )),
11386
11386
  (hydrationParentFiber = workInProgress),
11387
11387
  (isHydrating = !0),
@@ -11393,32 +11393,32 @@
11393
11393
  restoreSuspendedTreeContext(workInProgress, current),
11394
11394
  (workInProgress = mountSuspensePrimaryChildren(
11395
11395
  workInProgress,
11396
- JSCompiler_object_inline_stack_2973.children
11396
+ JSCompiler_object_inline_stack_2977.children
11397
11397
  )),
11398
11398
  (workInProgress.flags |= 4096));
11399
11399
  return workInProgress;
11400
11400
  }
11401
11401
  }
11402
- if (JSCompiler_object_inline_message_2971)
11402
+ if (JSCompiler_object_inline_message_2975)
11403
11403
  return (
11404
11404
  reuseSuspenseHandlerOnStack(workInProgress),
11405
- (nextPrimaryChildren = JSCompiler_object_inline_stack_2973.fallback),
11405
+ (nextPrimaryChildren = JSCompiler_object_inline_stack_2977.fallback),
11406
11406
  (mode = workInProgress.mode),
11407
11407
  (componentStack = current.child),
11408
- (JSCompiler_object_inline_componentStack_2974 =
11408
+ (JSCompiler_object_inline_componentStack_2978 =
11409
11409
  componentStack.sibling),
11410
- (JSCompiler_object_inline_stack_2973 = createWorkInProgress(
11410
+ (JSCompiler_object_inline_stack_2977 = createWorkInProgress(
11411
11411
  componentStack,
11412
11412
  {
11413
11413
  mode: "hidden",
11414
- children: JSCompiler_object_inline_stack_2973.children
11414
+ children: JSCompiler_object_inline_stack_2977.children
11415
11415
  }
11416
11416
  )),
11417
- (JSCompiler_object_inline_stack_2973.subtreeFlags =
11417
+ (JSCompiler_object_inline_stack_2977.subtreeFlags =
11418
11418
  componentStack.subtreeFlags & 65011712),
11419
- null !== JSCompiler_object_inline_componentStack_2974
11419
+ null !== JSCompiler_object_inline_componentStack_2978
11420
11420
  ? (nextPrimaryChildren = createWorkInProgress(
11421
- JSCompiler_object_inline_componentStack_2974,
11421
+ JSCompiler_object_inline_componentStack_2978,
11422
11422
  nextPrimaryChildren
11423
11423
  ))
11424
11424
  : ((nextPrimaryChildren = createFiberFromFragment(
@@ -11429,11 +11429,11 @@
11429
11429
  )),
11430
11430
  (nextPrimaryChildren.flags |= 2)),
11431
11431
  (nextPrimaryChildren.return = workInProgress),
11432
- (JSCompiler_object_inline_stack_2973.return = workInProgress),
11433
- (JSCompiler_object_inline_stack_2973.sibling = nextPrimaryChildren),
11434
- (workInProgress.child = JSCompiler_object_inline_stack_2973),
11435
- bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2973),
11436
- (JSCompiler_object_inline_stack_2973 = workInProgress.child),
11432
+ (JSCompiler_object_inline_stack_2977.return = workInProgress),
11433
+ (JSCompiler_object_inline_stack_2977.sibling = nextPrimaryChildren),
11434
+ (workInProgress.child = JSCompiler_object_inline_stack_2977),
11435
+ bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2977),
11436
+ (JSCompiler_object_inline_stack_2977 = workInProgress.child),
11437
11437
  (nextPrimaryChildren = current.child.memoizedState),
11438
11438
  null === nextPrimaryChildren
11439
11439
  ? (nextPrimaryChildren = mountSuspenseOffscreenState(renderLanes))
@@ -11449,18 +11449,18 @@
11449
11449
  baseLanes: nextPrimaryChildren.baseLanes | renderLanes,
11450
11450
  cachePool: mode
11451
11451
  })),
11452
- (JSCompiler_object_inline_stack_2973.memoizedState =
11452
+ (JSCompiler_object_inline_stack_2977.memoizedState =
11453
11453
  nextPrimaryChildren),
11454
- (JSCompiler_object_inline_stack_2973.childLanes =
11454
+ (JSCompiler_object_inline_stack_2977.childLanes =
11455
11455
  getRemainingWorkInPrimaryTree(
11456
11456
  current,
11457
- JSCompiler_object_inline_digest_2972,
11457
+ JSCompiler_object_inline_digest_2976,
11458
11458
  renderLanes
11459
11459
  )),
11460
11460
  (workInProgress.memoizedState = SUSPENDED_MARKER),
11461
11461
  bailoutOffscreenComponent(
11462
11462
  current.child,
11463
- JSCompiler_object_inline_stack_2973
11463
+ JSCompiler_object_inline_stack_2977
11464
11464
  )
11465
11465
  );
11466
11466
  null !== prevState &&
@@ -11472,16 +11472,16 @@
11472
11472
  current = renderLanes.sibling;
11473
11473
  renderLanes = createWorkInProgress(renderLanes, {
11474
11474
  mode: "visible",
11475
- children: JSCompiler_object_inline_stack_2973.children
11475
+ children: JSCompiler_object_inline_stack_2977.children
11476
11476
  });
11477
11477
  renderLanes.return = workInProgress;
11478
11478
  renderLanes.sibling = null;
11479
11479
  null !== current &&
11480
- ((JSCompiler_object_inline_digest_2972 = workInProgress.deletions),
11481
- null === JSCompiler_object_inline_digest_2972
11480
+ ((JSCompiler_object_inline_digest_2976 = workInProgress.deletions),
11481
+ null === JSCompiler_object_inline_digest_2976
11482
11482
  ? ((workInProgress.deletions = [current]),
11483
11483
  (workInProgress.flags |= 16))
11484
- : JSCompiler_object_inline_digest_2972.push(current));
11484
+ : JSCompiler_object_inline_digest_2976.push(current));
11485
11485
  workInProgress.child = renderLanes;
11486
11486
  workInProgress.memoizedState = null;
11487
11487
  return renderLanes;
@@ -13865,7 +13865,8 @@
13865
13865
  break;
13866
13866
  case 7:
13867
13867
  null === finishedWork.stateNode &&
13868
- (finishedWork.stateNode = new FragmentInstance(finishedWork));
13868
+ ((instanceToUse = new FragmentInstance(finishedWork)),
13869
+ (finishedWork.stateNode = instanceToUse));
13869
13870
  instanceToUse = finishedWork.stateNode;
13870
13871
  break;
13871
13872
  default:
@@ -14022,12 +14023,12 @@
14022
14023
  function commitFragmentInstanceDeletionEffects(fiber) {
14023
14024
  for (var parent = fiber.return; null !== parent; ) {
14024
14025
  if (isFragmentInstanceParent(parent)) {
14025
- var childElement = fiber.stateNode,
14026
+ var childInstance = fiber.stateNode,
14026
14027
  eventListeners = parent.stateNode._eventListeners;
14027
14028
  if (null !== eventListeners)
14028
14029
  for (var i = 0; i < eventListeners.length; i++) {
14029
14030
  var _eventListeners$i3 = eventListeners[i];
14030
- childElement.removeEventListener(
14031
+ childInstance.removeEventListener(
14031
14032
  _eventListeners$i3.type,
14032
14033
  _eventListeners$i3.listener,
14033
14034
  _eventListeners$i3.optionsOrUseCapture
@@ -30325,11 +30326,11 @@
30325
30326
  };
30326
30327
  (function () {
30327
30328
  var isomorphicReactPackageVersion = React.version;
30328
- if ("19.3.0-canary-561ee24d-20251101" !== isomorphicReactPackageVersion)
30329
+ if ("19.3.0-canary-f646e8ff-20251104" !== isomorphicReactPackageVersion)
30329
30330
  throw Error(
30330
30331
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
30331
30332
  (isomorphicReactPackageVersion +
30332
- "\n - react-dom: 19.3.0-canary-561ee24d-20251101\nLearn more: https://react.dev/warnings/version-mismatch")
30333
+ "\n - react-dom: 19.3.0-canary-f646e8ff-20251104\nLearn more: https://react.dev/warnings/version-mismatch")
30333
30334
  );
30334
30335
  })();
30335
30336
  ("function" === typeof Map &&
@@ -30366,10 +30367,10 @@
30366
30367
  !(function () {
30367
30368
  var internals = {
30368
30369
  bundleType: 1,
30369
- version: "19.3.0-canary-561ee24d-20251101",
30370
+ version: "19.3.0-canary-f646e8ff-20251104",
30370
30371
  rendererPackageName: "react-dom",
30371
30372
  currentDispatcherRef: ReactSharedInternals,
30372
- reconcilerVersion: "19.3.0-canary-561ee24d-20251101"
30373
+ reconcilerVersion: "19.3.0-canary-f646e8ff-20251104"
30373
30374
  };
30374
30375
  internals.overrideHookState = overrideHookState;
30375
30376
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -30507,7 +30508,7 @@
30507
30508
  listenToAllSupportedEvents(container);
30508
30509
  return new ReactDOMHydrationRoot(initialChildren);
30509
30510
  };
30510
- exports.version = "19.3.0-canary-561ee24d-20251101";
30511
+ exports.version = "19.3.0-canary-f646e8ff-20251104";
30511
30512
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
30512
30513
  "function" ===
30513
30514
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -9019,12 +9019,12 @@ function commitNewChildToFragmentInstances(fiber, parentFragmentInstances) {
9019
9019
  function commitFragmentInstanceDeletionEffects(fiber) {
9020
9020
  for (var parent = fiber.return; null !== parent; ) {
9021
9021
  if (isFragmentInstanceParent(parent)) {
9022
- var childElement = fiber.stateNode,
9022
+ var childInstance = fiber.stateNode,
9023
9023
  eventListeners = parent.stateNode._eventListeners;
9024
9024
  if (null !== eventListeners)
9025
9025
  for (var i = 0; i < eventListeners.length; i++) {
9026
9026
  var _eventListeners$i4 = eventListeners[i];
9027
- childElement.removeEventListener(
9027
+ childInstance.removeEventListener(
9028
9028
  _eventListeners$i4.type,
9029
9029
  _eventListeners$i4.listener,
9030
9030
  _eventListeners$i4.optionsOrUseCapture
@@ -17944,14 +17944,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
17944
17944
  };
17945
17945
  var isomorphicReactPackageVersion$jscomp$inline_2056 = React.version;
17946
17946
  if (
17947
- "19.3.0-canary-561ee24d-20251101" !==
17947
+ "19.3.0-canary-f646e8ff-20251104" !==
17948
17948
  isomorphicReactPackageVersion$jscomp$inline_2056
17949
17949
  )
17950
17950
  throw Error(
17951
17951
  formatProdErrorMessage(
17952
17952
  527,
17953
17953
  isomorphicReactPackageVersion$jscomp$inline_2056,
17954
- "19.3.0-canary-561ee24d-20251101"
17954
+ "19.3.0-canary-f646e8ff-20251104"
17955
17955
  )
17956
17956
  );
17957
17957
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17973,10 +17973,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
17973
17973
  };
17974
17974
  var internals$jscomp$inline_2643 = {
17975
17975
  bundleType: 0,
17976
- version: "19.3.0-canary-561ee24d-20251101",
17976
+ version: "19.3.0-canary-f646e8ff-20251104",
17977
17977
  rendererPackageName: "react-dom",
17978
17978
  currentDispatcherRef: ReactSharedInternals,
17979
- reconcilerVersion: "19.3.0-canary-561ee24d-20251101"
17979
+ reconcilerVersion: "19.3.0-canary-f646e8ff-20251104"
17980
17980
  };
17981
17981
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
17982
17982
  var hook$jscomp$inline_2644 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -18074,4 +18074,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
18074
18074
  listenToAllSupportedEvents(container);
18075
18075
  return new ReactDOMHydrationRoot(initialChildren);
18076
18076
  };
18077
- exports.version = "19.3.0-canary-561ee24d-20251101";
18077
+ exports.version = "19.3.0-canary-f646e8ff-20251104";