react-dom 19.2.0-canary-128abcfa-20250917 → 19.2.0-canary-84af9085-20250917

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.
@@ -9940,24 +9940,24 @@
9940
9940
  return current;
9941
9941
  }
9942
9942
  function updateSuspenseComponent(current, workInProgress, renderLanes) {
9943
- var JSCompiler_object_inline_digest_2542;
9944
- var JSCompiler_object_inline_stack_2543 = workInProgress.pendingProps;
9943
+ var JSCompiler_object_inline_digest_2541;
9944
+ var JSCompiler_object_inline_stack_2542 = workInProgress.pendingProps;
9945
9945
  shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
9946
- var JSCompiler_object_inline_message_2541 = !1;
9946
+ var JSCompiler_object_inline_message_2540 = !1;
9947
9947
  var didSuspend = 0 !== (workInProgress.flags & 128);
9948
- (JSCompiler_object_inline_digest_2542 = didSuspend) ||
9949
- (JSCompiler_object_inline_digest_2542 =
9948
+ (JSCompiler_object_inline_digest_2541 = didSuspend) ||
9949
+ (JSCompiler_object_inline_digest_2541 =
9950
9950
  null !== current && null === current.memoizedState
9951
9951
  ? !1
9952
9952
  : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
9953
- JSCompiler_object_inline_digest_2542 &&
9954
- ((JSCompiler_object_inline_message_2541 = !0),
9953
+ JSCompiler_object_inline_digest_2541 &&
9954
+ ((JSCompiler_object_inline_message_2540 = !0),
9955
9955
  (workInProgress.flags &= -129));
9956
- JSCompiler_object_inline_digest_2542 = 0 !== (workInProgress.flags & 32);
9956
+ JSCompiler_object_inline_digest_2541 = 0 !== (workInProgress.flags & 32);
9957
9957
  workInProgress.flags &= -33;
9958
9958
  if (null === current) {
9959
9959
  if (isHydrating) {
9960
- JSCompiler_object_inline_message_2541
9960
+ JSCompiler_object_inline_message_2540
9961
9961
  ? pushPrimaryTreeSuspenseHandler(workInProgress)
9962
9962
  : reuseSuspenseHandlerOnStack(workInProgress);
9963
9963
  (current = nextHydratableInstance)
@@ -9970,18 +9970,18 @@
9970
9970
  ? renderLanes
9971
9971
  : null),
9972
9972
  null !== renderLanes &&
9973
- ((JSCompiler_object_inline_digest_2542 = {
9973
+ ((JSCompiler_object_inline_digest_2541 = {
9974
9974
  dehydrated: renderLanes,
9975
9975
  treeContext: getSuspendedTreeContext(),
9976
9976
  retryLane: 536870912,
9977
9977
  hydrationErrors: null
9978
9978
  }),
9979
9979
  (workInProgress.memoizedState =
9980
- JSCompiler_object_inline_digest_2542),
9981
- (JSCompiler_object_inline_digest_2542 =
9980
+ JSCompiler_object_inline_digest_2541),
9981
+ (JSCompiler_object_inline_digest_2541 =
9982
9982
  createFiberFromDehydratedFragment(renderLanes)),
9983
- (JSCompiler_object_inline_digest_2542.return = workInProgress),
9984
- (workInProgress.child = JSCompiler_object_inline_digest_2542),
9983
+ (JSCompiler_object_inline_digest_2541.return = workInProgress),
9984
+ (workInProgress.child = JSCompiler_object_inline_digest_2541),
9985
9985
  (hydrationParentFiber = workInProgress),
9986
9986
  (nextHydratableInstance = null)))
9987
9987
  : (renderLanes = null);
@@ -9995,39 +9995,39 @@
9995
9995
  : (workInProgress.lanes = 536870912);
9996
9996
  return null;
9997
9997
  }
9998
- var nextPrimaryChildren = JSCompiler_object_inline_stack_2543.children;
9999
- JSCompiler_object_inline_stack_2543 =
10000
- JSCompiler_object_inline_stack_2543.fallback;
10001
- if (JSCompiler_object_inline_message_2541) {
9998
+ var nextPrimaryChildren = JSCompiler_object_inline_stack_2542.children;
9999
+ JSCompiler_object_inline_stack_2542 =
10000
+ JSCompiler_object_inline_stack_2542.fallback;
10001
+ if (JSCompiler_object_inline_message_2540) {
10002
10002
  reuseSuspenseHandlerOnStack(workInProgress);
10003
10003
  var mode = workInProgress.mode;
10004
10004
  nextPrimaryChildren = mountWorkInProgressOffscreenFiber(
10005
10005
  { mode: "hidden", children: nextPrimaryChildren },
10006
10006
  mode
10007
10007
  );
10008
- JSCompiler_object_inline_stack_2543 = createFiberFromFragment(
10009
- JSCompiler_object_inline_stack_2543,
10008
+ JSCompiler_object_inline_stack_2542 = createFiberFromFragment(
10009
+ JSCompiler_object_inline_stack_2542,
10010
10010
  mode,
10011
10011
  renderLanes,
10012
10012
  null
10013
10013
  );
10014
10014
  nextPrimaryChildren.return = workInProgress;
10015
- JSCompiler_object_inline_stack_2543.return = workInProgress;
10016
- nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2543;
10015
+ JSCompiler_object_inline_stack_2542.return = workInProgress;
10016
+ nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2542;
10017
10017
  workInProgress.child = nextPrimaryChildren;
10018
- JSCompiler_object_inline_stack_2543 = workInProgress.child;
10019
- JSCompiler_object_inline_stack_2543.memoizedState =
10018
+ JSCompiler_object_inline_stack_2542 = workInProgress.child;
10019
+ JSCompiler_object_inline_stack_2542.memoizedState =
10020
10020
  mountSuspenseOffscreenState(renderLanes);
10021
- JSCompiler_object_inline_stack_2543.childLanes =
10021
+ JSCompiler_object_inline_stack_2542.childLanes =
10022
10022
  getRemainingWorkInPrimaryTree(
10023
10023
  current,
10024
- JSCompiler_object_inline_digest_2542,
10024
+ JSCompiler_object_inline_digest_2541,
10025
10025
  renderLanes
10026
10026
  );
10027
10027
  workInProgress.memoizedState = SUSPENDED_MARKER;
10028
10028
  return bailoutOffscreenComponent(
10029
10029
  null,
10030
- JSCompiler_object_inline_stack_2543
10030
+ JSCompiler_object_inline_stack_2542
10031
10031
  );
10032
10032
  }
10033
10033
  pushPrimaryTreeSuspenseHandler(workInProgress);
@@ -10038,8 +10038,8 @@
10038
10038
  }
10039
10039
  var prevState = current.memoizedState;
10040
10040
  if (null !== prevState) {
10041
- var JSCompiler_object_inline_componentStack_2544 = prevState.dehydrated;
10042
- if (null !== JSCompiler_object_inline_componentStack_2544) {
10041
+ var JSCompiler_object_inline_componentStack_2543 = prevState.dehydrated;
10042
+ if (null !== JSCompiler_object_inline_componentStack_2543) {
10043
10043
  if (didSuspend)
10044
10044
  workInProgress.flags & 256
10045
10045
  ? (pushPrimaryTreeSuspenseHandler(workInProgress),
@@ -10056,13 +10056,13 @@
10056
10056
  (workInProgress = null))
10057
10057
  : (reuseSuspenseHandlerOnStack(workInProgress),
10058
10058
  (nextPrimaryChildren =
10059
- JSCompiler_object_inline_stack_2543.fallback),
10059
+ JSCompiler_object_inline_stack_2542.fallback),
10060
10060
  (mode = workInProgress.mode),
10061
- (JSCompiler_object_inline_stack_2543 =
10061
+ (JSCompiler_object_inline_stack_2542 =
10062
10062
  mountWorkInProgressOffscreenFiber(
10063
10063
  {
10064
10064
  mode: "visible",
10065
- children: JSCompiler_object_inline_stack_2543.children
10065
+ children: JSCompiler_object_inline_stack_2542.children
10066
10066
  },
10067
10067
  mode
10068
10068
  )),
@@ -10073,74 +10073,74 @@
10073
10073
  null
10074
10074
  )),
10075
10075
  (nextPrimaryChildren.flags |= 2),
10076
- (JSCompiler_object_inline_stack_2543.return = workInProgress),
10076
+ (JSCompiler_object_inline_stack_2542.return = workInProgress),
10077
10077
  (nextPrimaryChildren.return = workInProgress),
10078
- (JSCompiler_object_inline_stack_2543.sibling =
10078
+ (JSCompiler_object_inline_stack_2542.sibling =
10079
10079
  nextPrimaryChildren),
10080
- (workInProgress.child = JSCompiler_object_inline_stack_2543),
10080
+ (workInProgress.child = JSCompiler_object_inline_stack_2542),
10081
10081
  reconcileChildFibers(
10082
10082
  workInProgress,
10083
10083
  current.child,
10084
10084
  null,
10085
10085
  renderLanes
10086
10086
  ),
10087
- (JSCompiler_object_inline_stack_2543 = workInProgress.child),
10088
- (JSCompiler_object_inline_stack_2543.memoizedState =
10087
+ (JSCompiler_object_inline_stack_2542 = workInProgress.child),
10088
+ (JSCompiler_object_inline_stack_2542.memoizedState =
10089
10089
  mountSuspenseOffscreenState(renderLanes)),
10090
- (JSCompiler_object_inline_stack_2543.childLanes =
10090
+ (JSCompiler_object_inline_stack_2542.childLanes =
10091
10091
  getRemainingWorkInPrimaryTree(
10092
10092
  current,
10093
- JSCompiler_object_inline_digest_2542,
10093
+ JSCompiler_object_inline_digest_2541,
10094
10094
  renderLanes
10095
10095
  )),
10096
10096
  (workInProgress.memoizedState = SUSPENDED_MARKER),
10097
10097
  (workInProgress = bailoutOffscreenComponent(
10098
10098
  null,
10099
- JSCompiler_object_inline_stack_2543
10099
+ JSCompiler_object_inline_stack_2542
10100
10100
  )));
10101
10101
  else if (
10102
10102
  (pushPrimaryTreeSuspenseHandler(workInProgress),
10103
10103
  warnIfHydrating(),
10104
10104
  isSuspenseInstanceFallback(
10105
- JSCompiler_object_inline_componentStack_2544
10105
+ JSCompiler_object_inline_componentStack_2543
10106
10106
  ))
10107
10107
  ) {
10108
- JSCompiler_object_inline_digest_2542 =
10109
- JSCompiler_object_inline_componentStack_2544.nextSibling &&
10110
- JSCompiler_object_inline_componentStack_2544.nextSibling.dataset;
10111
- if (JSCompiler_object_inline_digest_2542) {
10112
- nextPrimaryChildren = JSCompiler_object_inline_digest_2542.dgst;
10113
- var message = JSCompiler_object_inline_digest_2542.msg;
10114
- mode = JSCompiler_object_inline_digest_2542.stck;
10115
- var componentStack = JSCompiler_object_inline_digest_2542.cstck;
10108
+ JSCompiler_object_inline_digest_2541 =
10109
+ JSCompiler_object_inline_componentStack_2543.nextSibling &&
10110
+ JSCompiler_object_inline_componentStack_2543.nextSibling.dataset;
10111
+ if (JSCompiler_object_inline_digest_2541) {
10112
+ nextPrimaryChildren = JSCompiler_object_inline_digest_2541.dgst;
10113
+ var message = JSCompiler_object_inline_digest_2541.msg;
10114
+ mode = JSCompiler_object_inline_digest_2541.stck;
10115
+ var componentStack = JSCompiler_object_inline_digest_2541.cstck;
10116
10116
  }
10117
- JSCompiler_object_inline_message_2541 = message;
10118
- JSCompiler_object_inline_digest_2542 = nextPrimaryChildren;
10119
- JSCompiler_object_inline_stack_2543 = mode;
10120
- JSCompiler_object_inline_componentStack_2544 = componentStack;
10121
- nextPrimaryChildren = JSCompiler_object_inline_message_2541;
10122
- mode = JSCompiler_object_inline_componentStack_2544;
10117
+ JSCompiler_object_inline_message_2540 = message;
10118
+ JSCompiler_object_inline_digest_2541 = nextPrimaryChildren;
10119
+ JSCompiler_object_inline_stack_2542 = mode;
10120
+ JSCompiler_object_inline_componentStack_2543 = componentStack;
10121
+ nextPrimaryChildren = JSCompiler_object_inline_message_2540;
10122
+ mode = JSCompiler_object_inline_componentStack_2543;
10123
10123
  nextPrimaryChildren = nextPrimaryChildren
10124
10124
  ? Error(nextPrimaryChildren)
10125
10125
  : Error(
10126
10126
  "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
10127
10127
  );
10128
10128
  nextPrimaryChildren.stack =
10129
- JSCompiler_object_inline_stack_2543 || "";
10130
- nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2542;
10131
- JSCompiler_object_inline_digest_2542 =
10129
+ JSCompiler_object_inline_stack_2542 || "";
10130
+ nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2541;
10131
+ JSCompiler_object_inline_digest_2541 =
10132
10132
  void 0 === mode ? null : mode;
10133
- JSCompiler_object_inline_stack_2543 = {
10133
+ JSCompiler_object_inline_stack_2542 = {
10134
10134
  value: nextPrimaryChildren,
10135
10135
  source: null,
10136
- stack: JSCompiler_object_inline_digest_2542
10136
+ stack: JSCompiler_object_inline_digest_2541
10137
10137
  };
10138
- "string" === typeof JSCompiler_object_inline_digest_2542 &&
10138
+ "string" === typeof JSCompiler_object_inline_digest_2541 &&
10139
10139
  CapturedStacks.set(
10140
10140
  nextPrimaryChildren,
10141
- JSCompiler_object_inline_stack_2543
10141
+ JSCompiler_object_inline_stack_2542
10142
10142
  );
10143
- queueHydrationError(JSCompiler_object_inline_stack_2543);
10143
+ queueHydrationError(JSCompiler_object_inline_stack_2542);
10144
10144
  workInProgress = retrySuspenseComponentWithoutHydrating(
10145
10145
  current,
10146
10146
  workInProgress,
@@ -10154,35 +10154,35 @@
10154
10154
  renderLanes,
10155
10155
  !1
10156
10156
  ),
10157
- (JSCompiler_object_inline_digest_2542 =
10157
+ (JSCompiler_object_inline_digest_2541 =
10158
10158
  0 !== (renderLanes & current.childLanes)),
10159
- didReceiveUpdate || JSCompiler_object_inline_digest_2542)
10159
+ didReceiveUpdate || JSCompiler_object_inline_digest_2541)
10160
10160
  ) {
10161
- JSCompiler_object_inline_digest_2542 = workInProgressRoot;
10161
+ JSCompiler_object_inline_digest_2541 = workInProgressRoot;
10162
10162
  if (
10163
- null !== JSCompiler_object_inline_digest_2542 &&
10164
- ((JSCompiler_object_inline_stack_2543 = getBumpedLaneForHydration(
10165
- JSCompiler_object_inline_digest_2542,
10163
+ null !== JSCompiler_object_inline_digest_2541 &&
10164
+ ((JSCompiler_object_inline_stack_2542 = getBumpedLaneForHydration(
10165
+ JSCompiler_object_inline_digest_2541,
10166
10166
  renderLanes
10167
10167
  )),
10168
- 0 !== JSCompiler_object_inline_stack_2543 &&
10169
- JSCompiler_object_inline_stack_2543 !== prevState.retryLane)
10168
+ 0 !== JSCompiler_object_inline_stack_2542 &&
10169
+ JSCompiler_object_inline_stack_2542 !== prevState.retryLane)
10170
10170
  )
10171
10171
  throw (
10172
- ((prevState.retryLane = JSCompiler_object_inline_stack_2543),
10172
+ ((prevState.retryLane = JSCompiler_object_inline_stack_2542),
10173
10173
  enqueueConcurrentRenderForLane(
10174
10174
  current,
10175
- JSCompiler_object_inline_stack_2543
10175
+ JSCompiler_object_inline_stack_2542
10176
10176
  ),
10177
10177
  scheduleUpdateOnFiber(
10178
- JSCompiler_object_inline_digest_2542,
10178
+ JSCompiler_object_inline_digest_2541,
10179
10179
  current,
10180
- JSCompiler_object_inline_stack_2543
10180
+ JSCompiler_object_inline_stack_2542
10181
10181
  ),
10182
10182
  SelectiveHydrationException)
10183
10183
  );
10184
10184
  isSuspenseInstancePending(
10185
- JSCompiler_object_inline_componentStack_2544
10185
+ JSCompiler_object_inline_componentStack_2543
10186
10186
  ) || renderDidSuspendDelayIfPossible();
10187
10187
  workInProgress = retrySuspenseComponentWithoutHydrating(
10188
10188
  current,
@@ -10191,14 +10191,14 @@
10191
10191
  );
10192
10192
  } else
10193
10193
  isSuspenseInstancePending(
10194
- JSCompiler_object_inline_componentStack_2544
10194
+ JSCompiler_object_inline_componentStack_2543
10195
10195
  )
10196
10196
  ? ((workInProgress.flags |= 192),
10197
10197
  (workInProgress.child = current.child),
10198
10198
  (workInProgress = null))
10199
10199
  : ((current = prevState.treeContext),
10200
10200
  (nextHydratableInstance = getNextHydratable(
10201
- JSCompiler_object_inline_componentStack_2544.nextSibling
10201
+ JSCompiler_object_inline_componentStack_2543.nextSibling
10202
10202
  )),
10203
10203
  (hydrationParentFiber = workInProgress),
10204
10204
  (isHydrating = !0),
@@ -10210,32 +10210,32 @@
10210
10210
  restoreSuspendedTreeContext(workInProgress, current),
10211
10211
  (workInProgress = mountSuspensePrimaryChildren(
10212
10212
  workInProgress,
10213
- JSCompiler_object_inline_stack_2543.children
10213
+ JSCompiler_object_inline_stack_2542.children
10214
10214
  )),
10215
10215
  (workInProgress.flags |= 4096));
10216
10216
  return workInProgress;
10217
10217
  }
10218
10218
  }
10219
- if (JSCompiler_object_inline_message_2541)
10219
+ if (JSCompiler_object_inline_message_2540)
10220
10220
  return (
10221
10221
  reuseSuspenseHandlerOnStack(workInProgress),
10222
- (nextPrimaryChildren = JSCompiler_object_inline_stack_2543.fallback),
10222
+ (nextPrimaryChildren = JSCompiler_object_inline_stack_2542.fallback),
10223
10223
  (mode = workInProgress.mode),
10224
10224
  (componentStack = current.child),
10225
- (JSCompiler_object_inline_componentStack_2544 =
10225
+ (JSCompiler_object_inline_componentStack_2543 =
10226
10226
  componentStack.sibling),
10227
- (JSCompiler_object_inline_stack_2543 = createWorkInProgress(
10227
+ (JSCompiler_object_inline_stack_2542 = createWorkInProgress(
10228
10228
  componentStack,
10229
10229
  {
10230
10230
  mode: "hidden",
10231
- children: JSCompiler_object_inline_stack_2543.children
10231
+ children: JSCompiler_object_inline_stack_2542.children
10232
10232
  }
10233
10233
  )),
10234
- (JSCompiler_object_inline_stack_2543.subtreeFlags =
10234
+ (JSCompiler_object_inline_stack_2542.subtreeFlags =
10235
10235
  componentStack.subtreeFlags & 65011712),
10236
- null !== JSCompiler_object_inline_componentStack_2544
10236
+ null !== JSCompiler_object_inline_componentStack_2543
10237
10237
  ? (nextPrimaryChildren = createWorkInProgress(
10238
- JSCompiler_object_inline_componentStack_2544,
10238
+ JSCompiler_object_inline_componentStack_2543,
10239
10239
  nextPrimaryChildren
10240
10240
  ))
10241
10241
  : ((nextPrimaryChildren = createFiberFromFragment(
@@ -10246,11 +10246,11 @@
10246
10246
  )),
10247
10247
  (nextPrimaryChildren.flags |= 2)),
10248
10248
  (nextPrimaryChildren.return = workInProgress),
10249
- (JSCompiler_object_inline_stack_2543.return = workInProgress),
10250
- (JSCompiler_object_inline_stack_2543.sibling = nextPrimaryChildren),
10251
- (workInProgress.child = JSCompiler_object_inline_stack_2543),
10252
- bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2543),
10253
- (JSCompiler_object_inline_stack_2543 = workInProgress.child),
10249
+ (JSCompiler_object_inline_stack_2542.return = workInProgress),
10250
+ (JSCompiler_object_inline_stack_2542.sibling = nextPrimaryChildren),
10251
+ (workInProgress.child = JSCompiler_object_inline_stack_2542),
10252
+ bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2542),
10253
+ (JSCompiler_object_inline_stack_2542 = workInProgress.child),
10254
10254
  (nextPrimaryChildren = current.child.memoizedState),
10255
10255
  null === nextPrimaryChildren
10256
10256
  ? (nextPrimaryChildren = mountSuspenseOffscreenState(renderLanes))
@@ -10266,18 +10266,18 @@
10266
10266
  baseLanes: nextPrimaryChildren.baseLanes | renderLanes,
10267
10267
  cachePool: mode
10268
10268
  })),
10269
- (JSCompiler_object_inline_stack_2543.memoizedState =
10269
+ (JSCompiler_object_inline_stack_2542.memoizedState =
10270
10270
  nextPrimaryChildren),
10271
- (JSCompiler_object_inline_stack_2543.childLanes =
10271
+ (JSCompiler_object_inline_stack_2542.childLanes =
10272
10272
  getRemainingWorkInPrimaryTree(
10273
10273
  current,
10274
- JSCompiler_object_inline_digest_2542,
10274
+ JSCompiler_object_inline_digest_2541,
10275
10275
  renderLanes
10276
10276
  )),
10277
10277
  (workInProgress.memoizedState = SUSPENDED_MARKER),
10278
10278
  bailoutOffscreenComponent(
10279
10279
  current.child,
10280
- JSCompiler_object_inline_stack_2543
10280
+ JSCompiler_object_inline_stack_2542
10281
10281
  )
10282
10282
  );
10283
10283
  pushPrimaryTreeSuspenseHandler(workInProgress);
@@ -10285,16 +10285,16 @@
10285
10285
  current = renderLanes.sibling;
10286
10286
  renderLanes = createWorkInProgress(renderLanes, {
10287
10287
  mode: "visible",
10288
- children: JSCompiler_object_inline_stack_2543.children
10288
+ children: JSCompiler_object_inline_stack_2542.children
10289
10289
  });
10290
10290
  renderLanes.return = workInProgress;
10291
10291
  renderLanes.sibling = null;
10292
10292
  null !== current &&
10293
- ((JSCompiler_object_inline_digest_2542 = workInProgress.deletions),
10294
- null === JSCompiler_object_inline_digest_2542
10293
+ ((JSCompiler_object_inline_digest_2541 = workInProgress.deletions),
10294
+ null === JSCompiler_object_inline_digest_2541
10295
10295
  ? ((workInProgress.deletions = [current]),
10296
10296
  (workInProgress.flags |= 16))
10297
- : JSCompiler_object_inline_digest_2542.push(current));
10297
+ : JSCompiler_object_inline_digest_2541.push(current));
10298
10298
  workInProgress.child = renderLanes;
10299
10299
  workInProgress.memoizedState = null;
10300
10300
  return renderLanes;
@@ -16072,7 +16072,7 @@
16072
16072
  ? ((root.callbackNode = null),
16073
16073
  (root.callbackPriority = 0),
16074
16074
  scheduleCallback$1(NormalPriority$1, function () {
16075
- flushPassiveEffects(!0);
16075
+ flushPassiveEffects();
16076
16076
  return null;
16077
16077
  }))
16078
16078
  : ((root.callbackNode = null), (root.callbackPriority = 0));
@@ -16393,11 +16393,11 @@
16393
16393
  null != remainingLanes &&
16394
16394
  ((root.pooledCache = null), releaseCache(remainingLanes)));
16395
16395
  }
16396
- function flushPendingEffects(wasDelayedCommit) {
16396
+ function flushPendingEffects() {
16397
16397
  flushMutationEffects();
16398
16398
  flushLayoutEffects();
16399
16399
  flushSpawnedWork();
16400
- return flushPassiveEffects(wasDelayedCommit);
16400
+ return flushPassiveEffects();
16401
16401
  }
16402
16402
  function flushPassiveEffects() {
16403
16403
  if (pendingEffectsStatus !== PENDING_PASSIVE_PHASE) return !1;
@@ -16902,7 +16902,7 @@
16902
16902
  )
16903
16903
  return (root.callbackNode = null), (root.callbackPriority = 0), null;
16904
16904
  var originalCallbackNode = root.callbackNode;
16905
- if (flushPendingEffects(!0) && root.callbackNode !== originalCallbackNode)
16905
+ if (flushPendingEffects() && root.callbackNode !== originalCallbackNode)
16906
16906
  return null;
16907
16907
  var workInProgressRootRenderLanes$jscomp$0 =
16908
16908
  workInProgressRootRenderLanes;
@@ -25800,11 +25800,11 @@
25800
25800
  };
25801
25801
  (function () {
25802
25802
  var isomorphicReactPackageVersion = React.version;
25803
- if ("19.2.0-canary-128abcfa-20250917" !== isomorphicReactPackageVersion)
25803
+ if ("19.2.0-canary-84af9085-20250917" !== isomorphicReactPackageVersion)
25804
25804
  throw Error(
25805
25805
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25806
25806
  (isomorphicReactPackageVersion +
25807
- "\n - react-dom: 19.2.0-canary-128abcfa-20250917\nLearn more: https://react.dev/warnings/version-mismatch")
25807
+ "\n - react-dom: 19.2.0-canary-84af9085-20250917\nLearn more: https://react.dev/warnings/version-mismatch")
25808
25808
  );
25809
25809
  })();
25810
25810
  ("function" === typeof Map &&
@@ -25841,10 +25841,10 @@
25841
25841
  !(function () {
25842
25842
  var internals = {
25843
25843
  bundleType: 1,
25844
- version: "19.2.0-canary-128abcfa-20250917",
25844
+ version: "19.2.0-canary-84af9085-20250917",
25845
25845
  rendererPackageName: "react-dom",
25846
25846
  currentDispatcherRef: ReactSharedInternals,
25847
- reconcilerVersion: "19.2.0-canary-128abcfa-20250917"
25847
+ reconcilerVersion: "19.2.0-canary-84af9085-20250917"
25848
25848
  };
25849
25849
  internals.overrideHookState = overrideHookState;
25850
25850
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -26312,7 +26312,7 @@
26312
26312
  exports.useFormStatus = function () {
26313
26313
  return resolveDispatcher().useHostTransitionStatus();
26314
26314
  };
26315
- exports.version = "19.2.0-canary-128abcfa-20250917";
26315
+ exports.version = "19.2.0-canary-84af9085-20250917";
26316
26316
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
26317
26317
  "function" ===
26318
26318
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -12056,7 +12056,7 @@ function commitRoot(
12056
12056
  ? ((root.callbackNode = null),
12057
12057
  (root.callbackPriority = 0),
12058
12058
  scheduleCallback$1(NormalPriority$1, function () {
12059
- flushPassiveEffects(!0);
12059
+ flushPassiveEffects();
12060
12060
  return null;
12061
12061
  }))
12062
12062
  : ((root.callbackNode = null), (root.callbackPriority = 0));
@@ -12333,11 +12333,11 @@ function releaseRootPooledCache(root, remainingLanes) {
12333
12333
  null != remainingLanes &&
12334
12334
  ((root.pooledCache = null), releaseCache(remainingLanes)));
12335
12335
  }
12336
- function flushPendingEffects(wasDelayedCommit) {
12336
+ function flushPendingEffects() {
12337
12337
  flushMutationEffects();
12338
12338
  flushLayoutEffects();
12339
12339
  flushSpawnedWork();
12340
- return flushPassiveEffects(wasDelayedCommit);
12340
+ return flushPassiveEffects();
12341
12341
  }
12342
12342
  function flushPassiveEffects() {
12343
12343
  if (5 !== pendingEffectsStatus) return !1;
@@ -12688,7 +12688,7 @@ function performWorkOnRootViaSchedulerTask(root, didTimeout) {
12688
12688
  if (0 !== pendingEffectsStatus && 5 !== pendingEffectsStatus)
12689
12689
  return (root.callbackNode = null), (root.callbackPriority = 0), null;
12690
12690
  var originalCallbackNode = root.callbackNode;
12691
- if (flushPendingEffects(!0) && root.callbackNode !== originalCallbackNode)
12691
+ if (flushPendingEffects() && root.callbackNode !== originalCallbackNode)
12692
12692
  return null;
12693
12693
  var workInProgressRootRenderLanes$jscomp$0 = workInProgressRootRenderLanes;
12694
12694
  workInProgressRootRenderLanes$jscomp$0 = getNextLanes(
@@ -12826,20 +12826,20 @@ function extractEvents$1(
12826
12826
  }
12827
12827
  }
12828
12828
  for (
12829
- var i$jscomp$inline_1693 = 0;
12830
- i$jscomp$inline_1693 < simpleEventPluginEvents.length;
12831
- i$jscomp$inline_1693++
12829
+ var i$jscomp$inline_1692 = 0;
12830
+ i$jscomp$inline_1692 < simpleEventPluginEvents.length;
12831
+ i$jscomp$inline_1692++
12832
12832
  ) {
12833
- var eventName$jscomp$inline_1694 =
12834
- simpleEventPluginEvents[i$jscomp$inline_1693],
12835
- domEventName$jscomp$inline_1695 =
12836
- eventName$jscomp$inline_1694.toLowerCase(),
12837
- capitalizedEvent$jscomp$inline_1696 =
12838
- eventName$jscomp$inline_1694[0].toUpperCase() +
12839
- eventName$jscomp$inline_1694.slice(1);
12833
+ var eventName$jscomp$inline_1693 =
12834
+ simpleEventPluginEvents[i$jscomp$inline_1692],
12835
+ domEventName$jscomp$inline_1694 =
12836
+ eventName$jscomp$inline_1693.toLowerCase(),
12837
+ capitalizedEvent$jscomp$inline_1695 =
12838
+ eventName$jscomp$inline_1693[0].toUpperCase() +
12839
+ eventName$jscomp$inline_1693.slice(1);
12840
12840
  registerSimpleEvent(
12841
- domEventName$jscomp$inline_1695,
12842
- "on" + capitalizedEvent$jscomp$inline_1696
12841
+ domEventName$jscomp$inline_1694,
12842
+ "on" + capitalizedEvent$jscomp$inline_1695
12843
12843
  );
12844
12844
  }
12845
12845
  registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -16557,16 +16557,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
16557
16557
  0 === i && attemptExplicitHydrationTarget(target);
16558
16558
  }
16559
16559
  };
16560
- var isomorphicReactPackageVersion$jscomp$inline_1958 = React.version;
16560
+ var isomorphicReactPackageVersion$jscomp$inline_1957 = React.version;
16561
16561
  if (
16562
- "19.2.0-canary-128abcfa-20250917" !==
16563
- isomorphicReactPackageVersion$jscomp$inline_1958
16562
+ "19.2.0-canary-84af9085-20250917" !==
16563
+ isomorphicReactPackageVersion$jscomp$inline_1957
16564
16564
  )
16565
16565
  throw Error(
16566
16566
  formatProdErrorMessage(
16567
16567
  527,
16568
- isomorphicReactPackageVersion$jscomp$inline_1958,
16569
- "19.2.0-canary-128abcfa-20250917"
16568
+ isomorphicReactPackageVersion$jscomp$inline_1957,
16569
+ "19.2.0-canary-84af9085-20250917"
16570
16570
  )
16571
16571
  );
16572
16572
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16586,12 +16586,12 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
16586
16586
  null === componentOrElement ? null : componentOrElement.stateNode;
16587
16587
  return componentOrElement;
16588
16588
  };
16589
- var internals$jscomp$inline_1965 = {
16589
+ var internals$jscomp$inline_1964 = {
16590
16590
  bundleType: 0,
16591
- version: "19.2.0-canary-128abcfa-20250917",
16591
+ version: "19.2.0-canary-84af9085-20250917",
16592
16592
  rendererPackageName: "react-dom",
16593
16593
  currentDispatcherRef: ReactSharedInternals,
16594
- reconcilerVersion: "19.2.0-canary-128abcfa-20250917",
16594
+ reconcilerVersion: "19.2.0-canary-84af9085-20250917",
16595
16595
  getLaneLabelMap: function () {
16596
16596
  for (
16597
16597
  var map = new Map(), lane = 1, index$282 = 0;
@@ -16609,16 +16609,16 @@ var internals$jscomp$inline_1965 = {
16609
16609
  }
16610
16610
  };
16611
16611
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
16612
- var hook$jscomp$inline_2429 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
16612
+ var hook$jscomp$inline_2428 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
16613
16613
  if (
16614
- !hook$jscomp$inline_2429.isDisabled &&
16615
- hook$jscomp$inline_2429.supportsFiber
16614
+ !hook$jscomp$inline_2428.isDisabled &&
16615
+ hook$jscomp$inline_2428.supportsFiber
16616
16616
  )
16617
16617
  try {
16618
- (rendererID = hook$jscomp$inline_2429.inject(
16619
- internals$jscomp$inline_1965
16618
+ (rendererID = hook$jscomp$inline_2428.inject(
16619
+ internals$jscomp$inline_1964
16620
16620
  )),
16621
- (injectedHook = hook$jscomp$inline_2429);
16621
+ (injectedHook = hook$jscomp$inline_2428);
16622
16622
  } catch (err) {}
16623
16623
  }
16624
16624
  function getCrossOriginStringAs(as, input) {
@@ -16864,7 +16864,7 @@ exports.useFormState = function (action, initialState, permalink) {
16864
16864
  exports.useFormStatus = function () {
16865
16865
  return ReactSharedInternals.H.useHostTransitionStatus();
16866
16866
  };
16867
- exports.version = "19.2.0-canary-128abcfa-20250917";
16867
+ exports.version = "19.2.0-canary-84af9085-20250917";
16868
16868
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16869
16869
  "function" ===
16870
16870
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -9742,5 +9742,5 @@
9742
9742
  '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'
9743
9743
  );
9744
9744
  };
9745
- exports.version = "19.2.0-canary-128abcfa-20250917";
9745
+ exports.version = "19.2.0-canary-84af9085-20250917";
9746
9746
  })();
@@ -6491,4 +6491,4 @@ exports.renderToString = function (children, options) {
6491
6491
  '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'
6492
6492
  );
6493
6493
  };
6494
- exports.version = "19.2.0-canary-128abcfa-20250917";
6494
+ exports.version = "19.2.0-canary-84af9085-20250917";
@@ -9742,5 +9742,5 @@
9742
9742
  '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'
9743
9743
  );
9744
9744
  };
9745
- exports.version = "19.2.0-canary-128abcfa-20250917";
9745
+ exports.version = "19.2.0-canary-84af9085-20250917";
9746
9746
  })();
@@ -6574,4 +6574,4 @@ exports.renderToString = function (children, options) {
6574
6574
  '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'
6575
6575
  );
6576
6576
  };
6577
- exports.version = "19.2.0-canary-128abcfa-20250917";
6577
+ exports.version = "19.2.0-canary-84af9085-20250917";