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.
@@ -9932,24 +9932,24 @@
9932
9932
  return current;
9933
9933
  }
9934
9934
  function updateSuspenseComponent(current, workInProgress, renderLanes) {
9935
- var JSCompiler_object_inline_digest_2537;
9936
- var JSCompiler_object_inline_stack_2538 = workInProgress.pendingProps;
9935
+ var JSCompiler_object_inline_digest_2536;
9936
+ var JSCompiler_object_inline_stack_2537 = workInProgress.pendingProps;
9937
9937
  shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
9938
- var JSCompiler_object_inline_message_2536 = !1;
9938
+ var JSCompiler_object_inline_message_2535 = !1;
9939
9939
  var didSuspend = 0 !== (workInProgress.flags & 128);
9940
- (JSCompiler_object_inline_digest_2537 = didSuspend) ||
9941
- (JSCompiler_object_inline_digest_2537 =
9940
+ (JSCompiler_object_inline_digest_2536 = didSuspend) ||
9941
+ (JSCompiler_object_inline_digest_2536 =
9942
9942
  null !== current && null === current.memoizedState
9943
9943
  ? !1
9944
9944
  : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
9945
- JSCompiler_object_inline_digest_2537 &&
9946
- ((JSCompiler_object_inline_message_2536 = !0),
9945
+ JSCompiler_object_inline_digest_2536 &&
9946
+ ((JSCompiler_object_inline_message_2535 = !0),
9947
9947
  (workInProgress.flags &= -129));
9948
- JSCompiler_object_inline_digest_2537 = 0 !== (workInProgress.flags & 32);
9948
+ JSCompiler_object_inline_digest_2536 = 0 !== (workInProgress.flags & 32);
9949
9949
  workInProgress.flags &= -33;
9950
9950
  if (null === current) {
9951
9951
  if (isHydrating) {
9952
- JSCompiler_object_inline_message_2536
9952
+ JSCompiler_object_inline_message_2535
9953
9953
  ? pushPrimaryTreeSuspenseHandler(workInProgress)
9954
9954
  : reuseSuspenseHandlerOnStack(workInProgress);
9955
9955
  (current = nextHydratableInstance)
@@ -9962,18 +9962,18 @@
9962
9962
  ? renderLanes
9963
9963
  : null),
9964
9964
  null !== renderLanes &&
9965
- ((JSCompiler_object_inline_digest_2537 = {
9965
+ ((JSCompiler_object_inline_digest_2536 = {
9966
9966
  dehydrated: renderLanes,
9967
9967
  treeContext: getSuspendedTreeContext(),
9968
9968
  retryLane: 536870912,
9969
9969
  hydrationErrors: null
9970
9970
  }),
9971
9971
  (workInProgress.memoizedState =
9972
- JSCompiler_object_inline_digest_2537),
9973
- (JSCompiler_object_inline_digest_2537 =
9972
+ JSCompiler_object_inline_digest_2536),
9973
+ (JSCompiler_object_inline_digest_2536 =
9974
9974
  createFiberFromDehydratedFragment(renderLanes)),
9975
- (JSCompiler_object_inline_digest_2537.return = workInProgress),
9976
- (workInProgress.child = JSCompiler_object_inline_digest_2537),
9975
+ (JSCompiler_object_inline_digest_2536.return = workInProgress),
9976
+ (workInProgress.child = JSCompiler_object_inline_digest_2536),
9977
9977
  (hydrationParentFiber = workInProgress),
9978
9978
  (nextHydratableInstance = null)))
9979
9979
  : (renderLanes = null);
@@ -9987,39 +9987,39 @@
9987
9987
  : (workInProgress.lanes = 536870912);
9988
9988
  return null;
9989
9989
  }
9990
- var nextPrimaryChildren = JSCompiler_object_inline_stack_2538.children;
9991
- JSCompiler_object_inline_stack_2538 =
9992
- JSCompiler_object_inline_stack_2538.fallback;
9993
- if (JSCompiler_object_inline_message_2536) {
9990
+ var nextPrimaryChildren = JSCompiler_object_inline_stack_2537.children;
9991
+ JSCompiler_object_inline_stack_2537 =
9992
+ JSCompiler_object_inline_stack_2537.fallback;
9993
+ if (JSCompiler_object_inline_message_2535) {
9994
9994
  reuseSuspenseHandlerOnStack(workInProgress);
9995
9995
  var mode = workInProgress.mode;
9996
9996
  nextPrimaryChildren = mountWorkInProgressOffscreenFiber(
9997
9997
  { mode: "hidden", children: nextPrimaryChildren },
9998
9998
  mode
9999
9999
  );
10000
- JSCompiler_object_inline_stack_2538 = createFiberFromFragment(
10001
- JSCompiler_object_inline_stack_2538,
10000
+ JSCompiler_object_inline_stack_2537 = createFiberFromFragment(
10001
+ JSCompiler_object_inline_stack_2537,
10002
10002
  mode,
10003
10003
  renderLanes,
10004
10004
  null
10005
10005
  );
10006
10006
  nextPrimaryChildren.return = workInProgress;
10007
- JSCompiler_object_inline_stack_2538.return = workInProgress;
10008
- nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2538;
10007
+ JSCompiler_object_inline_stack_2537.return = workInProgress;
10008
+ nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2537;
10009
10009
  workInProgress.child = nextPrimaryChildren;
10010
- JSCompiler_object_inline_stack_2538 = workInProgress.child;
10011
- JSCompiler_object_inline_stack_2538.memoizedState =
10010
+ JSCompiler_object_inline_stack_2537 = workInProgress.child;
10011
+ JSCompiler_object_inline_stack_2537.memoizedState =
10012
10012
  mountSuspenseOffscreenState(renderLanes);
10013
- JSCompiler_object_inline_stack_2538.childLanes =
10013
+ JSCompiler_object_inline_stack_2537.childLanes =
10014
10014
  getRemainingWorkInPrimaryTree(
10015
10015
  current,
10016
- JSCompiler_object_inline_digest_2537,
10016
+ JSCompiler_object_inline_digest_2536,
10017
10017
  renderLanes
10018
10018
  );
10019
10019
  workInProgress.memoizedState = SUSPENDED_MARKER;
10020
10020
  return bailoutOffscreenComponent(
10021
10021
  null,
10022
- JSCompiler_object_inline_stack_2538
10022
+ JSCompiler_object_inline_stack_2537
10023
10023
  );
10024
10024
  }
10025
10025
  pushPrimaryTreeSuspenseHandler(workInProgress);
@@ -10030,8 +10030,8 @@
10030
10030
  }
10031
10031
  var prevState = current.memoizedState;
10032
10032
  if (null !== prevState) {
10033
- var JSCompiler_object_inline_componentStack_2539 = prevState.dehydrated;
10034
- if (null !== JSCompiler_object_inline_componentStack_2539) {
10033
+ var JSCompiler_object_inline_componentStack_2538 = prevState.dehydrated;
10034
+ if (null !== JSCompiler_object_inline_componentStack_2538) {
10035
10035
  if (didSuspend)
10036
10036
  workInProgress.flags & 256
10037
10037
  ? (pushPrimaryTreeSuspenseHandler(workInProgress),
@@ -10048,13 +10048,13 @@
10048
10048
  (workInProgress = null))
10049
10049
  : (reuseSuspenseHandlerOnStack(workInProgress),
10050
10050
  (nextPrimaryChildren =
10051
- JSCompiler_object_inline_stack_2538.fallback),
10051
+ JSCompiler_object_inline_stack_2537.fallback),
10052
10052
  (mode = workInProgress.mode),
10053
- (JSCompiler_object_inline_stack_2538 =
10053
+ (JSCompiler_object_inline_stack_2537 =
10054
10054
  mountWorkInProgressOffscreenFiber(
10055
10055
  {
10056
10056
  mode: "visible",
10057
- children: JSCompiler_object_inline_stack_2538.children
10057
+ children: JSCompiler_object_inline_stack_2537.children
10058
10058
  },
10059
10059
  mode
10060
10060
  )),
@@ -10065,74 +10065,74 @@
10065
10065
  null
10066
10066
  )),
10067
10067
  (nextPrimaryChildren.flags |= 2),
10068
- (JSCompiler_object_inline_stack_2538.return = workInProgress),
10068
+ (JSCompiler_object_inline_stack_2537.return = workInProgress),
10069
10069
  (nextPrimaryChildren.return = workInProgress),
10070
- (JSCompiler_object_inline_stack_2538.sibling =
10070
+ (JSCompiler_object_inline_stack_2537.sibling =
10071
10071
  nextPrimaryChildren),
10072
- (workInProgress.child = JSCompiler_object_inline_stack_2538),
10072
+ (workInProgress.child = JSCompiler_object_inline_stack_2537),
10073
10073
  reconcileChildFibers(
10074
10074
  workInProgress,
10075
10075
  current.child,
10076
10076
  null,
10077
10077
  renderLanes
10078
10078
  ),
10079
- (JSCompiler_object_inline_stack_2538 = workInProgress.child),
10080
- (JSCompiler_object_inline_stack_2538.memoizedState =
10079
+ (JSCompiler_object_inline_stack_2537 = workInProgress.child),
10080
+ (JSCompiler_object_inline_stack_2537.memoizedState =
10081
10081
  mountSuspenseOffscreenState(renderLanes)),
10082
- (JSCompiler_object_inline_stack_2538.childLanes =
10082
+ (JSCompiler_object_inline_stack_2537.childLanes =
10083
10083
  getRemainingWorkInPrimaryTree(
10084
10084
  current,
10085
- JSCompiler_object_inline_digest_2537,
10085
+ JSCompiler_object_inline_digest_2536,
10086
10086
  renderLanes
10087
10087
  )),
10088
10088
  (workInProgress.memoizedState = SUSPENDED_MARKER),
10089
10089
  (workInProgress = bailoutOffscreenComponent(
10090
10090
  null,
10091
- JSCompiler_object_inline_stack_2538
10091
+ JSCompiler_object_inline_stack_2537
10092
10092
  )));
10093
10093
  else if (
10094
10094
  (pushPrimaryTreeSuspenseHandler(workInProgress),
10095
10095
  warnIfHydrating(),
10096
10096
  isSuspenseInstanceFallback(
10097
- JSCompiler_object_inline_componentStack_2539
10097
+ JSCompiler_object_inline_componentStack_2538
10098
10098
  ))
10099
10099
  ) {
10100
- JSCompiler_object_inline_digest_2537 =
10101
- JSCompiler_object_inline_componentStack_2539.nextSibling &&
10102
- JSCompiler_object_inline_componentStack_2539.nextSibling.dataset;
10103
- if (JSCompiler_object_inline_digest_2537) {
10104
- nextPrimaryChildren = JSCompiler_object_inline_digest_2537.dgst;
10105
- var message = JSCompiler_object_inline_digest_2537.msg;
10106
- mode = JSCompiler_object_inline_digest_2537.stck;
10107
- var componentStack = JSCompiler_object_inline_digest_2537.cstck;
10100
+ JSCompiler_object_inline_digest_2536 =
10101
+ JSCompiler_object_inline_componentStack_2538.nextSibling &&
10102
+ JSCompiler_object_inline_componentStack_2538.nextSibling.dataset;
10103
+ if (JSCompiler_object_inline_digest_2536) {
10104
+ nextPrimaryChildren = JSCompiler_object_inline_digest_2536.dgst;
10105
+ var message = JSCompiler_object_inline_digest_2536.msg;
10106
+ mode = JSCompiler_object_inline_digest_2536.stck;
10107
+ var componentStack = JSCompiler_object_inline_digest_2536.cstck;
10108
10108
  }
10109
- JSCompiler_object_inline_message_2536 = message;
10110
- JSCompiler_object_inline_digest_2537 = nextPrimaryChildren;
10111
- JSCompiler_object_inline_stack_2538 = mode;
10112
- JSCompiler_object_inline_componentStack_2539 = componentStack;
10113
- nextPrimaryChildren = JSCompiler_object_inline_message_2536;
10114
- mode = JSCompiler_object_inline_componentStack_2539;
10109
+ JSCompiler_object_inline_message_2535 = message;
10110
+ JSCompiler_object_inline_digest_2536 = nextPrimaryChildren;
10111
+ JSCompiler_object_inline_stack_2537 = mode;
10112
+ JSCompiler_object_inline_componentStack_2538 = componentStack;
10113
+ nextPrimaryChildren = JSCompiler_object_inline_message_2535;
10114
+ mode = JSCompiler_object_inline_componentStack_2538;
10115
10115
  nextPrimaryChildren = nextPrimaryChildren
10116
10116
  ? Error(nextPrimaryChildren)
10117
10117
  : Error(
10118
10118
  "The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering."
10119
10119
  );
10120
10120
  nextPrimaryChildren.stack =
10121
- JSCompiler_object_inline_stack_2538 || "";
10122
- nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2537;
10123
- JSCompiler_object_inline_digest_2537 =
10121
+ JSCompiler_object_inline_stack_2537 || "";
10122
+ nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2536;
10123
+ JSCompiler_object_inline_digest_2536 =
10124
10124
  void 0 === mode ? null : mode;
10125
- JSCompiler_object_inline_stack_2538 = {
10125
+ JSCompiler_object_inline_stack_2537 = {
10126
10126
  value: nextPrimaryChildren,
10127
10127
  source: null,
10128
- stack: JSCompiler_object_inline_digest_2537
10128
+ stack: JSCompiler_object_inline_digest_2536
10129
10129
  };
10130
- "string" === typeof JSCompiler_object_inline_digest_2537 &&
10130
+ "string" === typeof JSCompiler_object_inline_digest_2536 &&
10131
10131
  CapturedStacks.set(
10132
10132
  nextPrimaryChildren,
10133
- JSCompiler_object_inline_stack_2538
10133
+ JSCompiler_object_inline_stack_2537
10134
10134
  );
10135
- queueHydrationError(JSCompiler_object_inline_stack_2538);
10135
+ queueHydrationError(JSCompiler_object_inline_stack_2537);
10136
10136
  workInProgress = retrySuspenseComponentWithoutHydrating(
10137
10137
  current,
10138
10138
  workInProgress,
@@ -10146,35 +10146,35 @@
10146
10146
  renderLanes,
10147
10147
  !1
10148
10148
  ),
10149
- (JSCompiler_object_inline_digest_2537 =
10149
+ (JSCompiler_object_inline_digest_2536 =
10150
10150
  0 !== (renderLanes & current.childLanes)),
10151
- didReceiveUpdate || JSCompiler_object_inline_digest_2537)
10151
+ didReceiveUpdate || JSCompiler_object_inline_digest_2536)
10152
10152
  ) {
10153
- JSCompiler_object_inline_digest_2537 = workInProgressRoot;
10153
+ JSCompiler_object_inline_digest_2536 = workInProgressRoot;
10154
10154
  if (
10155
- null !== JSCompiler_object_inline_digest_2537 &&
10156
- ((JSCompiler_object_inline_stack_2538 = getBumpedLaneForHydration(
10157
- JSCompiler_object_inline_digest_2537,
10155
+ null !== JSCompiler_object_inline_digest_2536 &&
10156
+ ((JSCompiler_object_inline_stack_2537 = getBumpedLaneForHydration(
10157
+ JSCompiler_object_inline_digest_2536,
10158
10158
  renderLanes
10159
10159
  )),
10160
- 0 !== JSCompiler_object_inline_stack_2538 &&
10161
- JSCompiler_object_inline_stack_2538 !== prevState.retryLane)
10160
+ 0 !== JSCompiler_object_inline_stack_2537 &&
10161
+ JSCompiler_object_inline_stack_2537 !== prevState.retryLane)
10162
10162
  )
10163
10163
  throw (
10164
- ((prevState.retryLane = JSCompiler_object_inline_stack_2538),
10164
+ ((prevState.retryLane = JSCompiler_object_inline_stack_2537),
10165
10165
  enqueueConcurrentRenderForLane(
10166
10166
  current,
10167
- JSCompiler_object_inline_stack_2538
10167
+ JSCompiler_object_inline_stack_2537
10168
10168
  ),
10169
10169
  scheduleUpdateOnFiber(
10170
- JSCompiler_object_inline_digest_2537,
10170
+ JSCompiler_object_inline_digest_2536,
10171
10171
  current,
10172
- JSCompiler_object_inline_stack_2538
10172
+ JSCompiler_object_inline_stack_2537
10173
10173
  ),
10174
10174
  SelectiveHydrationException)
10175
10175
  );
10176
10176
  isSuspenseInstancePending(
10177
- JSCompiler_object_inline_componentStack_2539
10177
+ JSCompiler_object_inline_componentStack_2538
10178
10178
  ) || renderDidSuspendDelayIfPossible();
10179
10179
  workInProgress = retrySuspenseComponentWithoutHydrating(
10180
10180
  current,
@@ -10183,14 +10183,14 @@
10183
10183
  );
10184
10184
  } else
10185
10185
  isSuspenseInstancePending(
10186
- JSCompiler_object_inline_componentStack_2539
10186
+ JSCompiler_object_inline_componentStack_2538
10187
10187
  )
10188
10188
  ? ((workInProgress.flags |= 192),
10189
10189
  (workInProgress.child = current.child),
10190
10190
  (workInProgress = null))
10191
10191
  : ((current = prevState.treeContext),
10192
10192
  (nextHydratableInstance = getNextHydratable(
10193
- JSCompiler_object_inline_componentStack_2539.nextSibling
10193
+ JSCompiler_object_inline_componentStack_2538.nextSibling
10194
10194
  )),
10195
10195
  (hydrationParentFiber = workInProgress),
10196
10196
  (isHydrating = !0),
@@ -10202,32 +10202,32 @@
10202
10202
  restoreSuspendedTreeContext(workInProgress, current),
10203
10203
  (workInProgress = mountSuspensePrimaryChildren(
10204
10204
  workInProgress,
10205
- JSCompiler_object_inline_stack_2538.children
10205
+ JSCompiler_object_inline_stack_2537.children
10206
10206
  )),
10207
10207
  (workInProgress.flags |= 4096));
10208
10208
  return workInProgress;
10209
10209
  }
10210
10210
  }
10211
- if (JSCompiler_object_inline_message_2536)
10211
+ if (JSCompiler_object_inline_message_2535)
10212
10212
  return (
10213
10213
  reuseSuspenseHandlerOnStack(workInProgress),
10214
- (nextPrimaryChildren = JSCompiler_object_inline_stack_2538.fallback),
10214
+ (nextPrimaryChildren = JSCompiler_object_inline_stack_2537.fallback),
10215
10215
  (mode = workInProgress.mode),
10216
10216
  (componentStack = current.child),
10217
- (JSCompiler_object_inline_componentStack_2539 =
10217
+ (JSCompiler_object_inline_componentStack_2538 =
10218
10218
  componentStack.sibling),
10219
- (JSCompiler_object_inline_stack_2538 = createWorkInProgress(
10219
+ (JSCompiler_object_inline_stack_2537 = createWorkInProgress(
10220
10220
  componentStack,
10221
10221
  {
10222
10222
  mode: "hidden",
10223
- children: JSCompiler_object_inline_stack_2538.children
10223
+ children: JSCompiler_object_inline_stack_2537.children
10224
10224
  }
10225
10225
  )),
10226
- (JSCompiler_object_inline_stack_2538.subtreeFlags =
10226
+ (JSCompiler_object_inline_stack_2537.subtreeFlags =
10227
10227
  componentStack.subtreeFlags & 65011712),
10228
- null !== JSCompiler_object_inline_componentStack_2539
10228
+ null !== JSCompiler_object_inline_componentStack_2538
10229
10229
  ? (nextPrimaryChildren = createWorkInProgress(
10230
- JSCompiler_object_inline_componentStack_2539,
10230
+ JSCompiler_object_inline_componentStack_2538,
10231
10231
  nextPrimaryChildren
10232
10232
  ))
10233
10233
  : ((nextPrimaryChildren = createFiberFromFragment(
@@ -10238,11 +10238,11 @@
10238
10238
  )),
10239
10239
  (nextPrimaryChildren.flags |= 2)),
10240
10240
  (nextPrimaryChildren.return = workInProgress),
10241
- (JSCompiler_object_inline_stack_2538.return = workInProgress),
10242
- (JSCompiler_object_inline_stack_2538.sibling = nextPrimaryChildren),
10243
- (workInProgress.child = JSCompiler_object_inline_stack_2538),
10244
- bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2538),
10245
- (JSCompiler_object_inline_stack_2538 = workInProgress.child),
10241
+ (JSCompiler_object_inline_stack_2537.return = workInProgress),
10242
+ (JSCompiler_object_inline_stack_2537.sibling = nextPrimaryChildren),
10243
+ (workInProgress.child = JSCompiler_object_inline_stack_2537),
10244
+ bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2537),
10245
+ (JSCompiler_object_inline_stack_2537 = workInProgress.child),
10246
10246
  (nextPrimaryChildren = current.child.memoizedState),
10247
10247
  null === nextPrimaryChildren
10248
10248
  ? (nextPrimaryChildren = mountSuspenseOffscreenState(renderLanes))
@@ -10258,18 +10258,18 @@
10258
10258
  baseLanes: nextPrimaryChildren.baseLanes | renderLanes,
10259
10259
  cachePool: mode
10260
10260
  })),
10261
- (JSCompiler_object_inline_stack_2538.memoizedState =
10261
+ (JSCompiler_object_inline_stack_2537.memoizedState =
10262
10262
  nextPrimaryChildren),
10263
- (JSCompiler_object_inline_stack_2538.childLanes =
10263
+ (JSCompiler_object_inline_stack_2537.childLanes =
10264
10264
  getRemainingWorkInPrimaryTree(
10265
10265
  current,
10266
- JSCompiler_object_inline_digest_2537,
10266
+ JSCompiler_object_inline_digest_2536,
10267
10267
  renderLanes
10268
10268
  )),
10269
10269
  (workInProgress.memoizedState = SUSPENDED_MARKER),
10270
10270
  bailoutOffscreenComponent(
10271
10271
  current.child,
10272
- JSCompiler_object_inline_stack_2538
10272
+ JSCompiler_object_inline_stack_2537
10273
10273
  )
10274
10274
  );
10275
10275
  pushPrimaryTreeSuspenseHandler(workInProgress);
@@ -10277,16 +10277,16 @@
10277
10277
  current = renderLanes.sibling;
10278
10278
  renderLanes = createWorkInProgress(renderLanes, {
10279
10279
  mode: "visible",
10280
- children: JSCompiler_object_inline_stack_2538.children
10280
+ children: JSCompiler_object_inline_stack_2537.children
10281
10281
  });
10282
10282
  renderLanes.return = workInProgress;
10283
10283
  renderLanes.sibling = null;
10284
10284
  null !== current &&
10285
- ((JSCompiler_object_inline_digest_2537 = workInProgress.deletions),
10286
- null === JSCompiler_object_inline_digest_2537
10285
+ ((JSCompiler_object_inline_digest_2536 = workInProgress.deletions),
10286
+ null === JSCompiler_object_inline_digest_2536
10287
10287
  ? ((workInProgress.deletions = [current]),
10288
10288
  (workInProgress.flags |= 16))
10289
- : JSCompiler_object_inline_digest_2537.push(current));
10289
+ : JSCompiler_object_inline_digest_2536.push(current));
10290
10290
  workInProgress.child = renderLanes;
10291
10291
  workInProgress.memoizedState = null;
10292
10292
  return renderLanes;
@@ -16064,7 +16064,7 @@
16064
16064
  ? ((root.callbackNode = null),
16065
16065
  (root.callbackPriority = 0),
16066
16066
  scheduleCallback$1(NormalPriority$1, function () {
16067
- flushPassiveEffects(!0);
16067
+ flushPassiveEffects();
16068
16068
  return null;
16069
16069
  }))
16070
16070
  : ((root.callbackNode = null), (root.callbackPriority = 0));
@@ -16385,11 +16385,11 @@
16385
16385
  null != remainingLanes &&
16386
16386
  ((root.pooledCache = null), releaseCache(remainingLanes)));
16387
16387
  }
16388
- function flushPendingEffects(wasDelayedCommit) {
16388
+ function flushPendingEffects() {
16389
16389
  flushMutationEffects();
16390
16390
  flushLayoutEffects();
16391
16391
  flushSpawnedWork();
16392
- return flushPassiveEffects(wasDelayedCommit);
16392
+ return flushPassiveEffects();
16393
16393
  }
16394
16394
  function flushPassiveEffects() {
16395
16395
  if (pendingEffectsStatus !== PENDING_PASSIVE_PHASE) return !1;
@@ -16894,7 +16894,7 @@
16894
16894
  )
16895
16895
  return (root.callbackNode = null), (root.callbackPriority = 0), null;
16896
16896
  var originalCallbackNode = root.callbackNode;
16897
- if (flushPendingEffects(!0) && root.callbackNode !== originalCallbackNode)
16897
+ if (flushPendingEffects() && root.callbackNode !== originalCallbackNode)
16898
16898
  return null;
16899
16899
  var workInProgressRootRenderLanes$jscomp$0 =
16900
16900
  workInProgressRootRenderLanes;
@@ -25748,11 +25748,11 @@
25748
25748
  };
25749
25749
  (function () {
25750
25750
  var isomorphicReactPackageVersion = React.version;
25751
- if ("19.2.0-canary-128abcfa-20250917" !== isomorphicReactPackageVersion)
25751
+ if ("19.2.0-canary-84af9085-20250917" !== isomorphicReactPackageVersion)
25752
25752
  throw Error(
25753
25753
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25754
25754
  (isomorphicReactPackageVersion +
25755
- "\n - react-dom: 19.2.0-canary-128abcfa-20250917\nLearn more: https://react.dev/warnings/version-mismatch")
25755
+ "\n - react-dom: 19.2.0-canary-84af9085-20250917\nLearn more: https://react.dev/warnings/version-mismatch")
25756
25756
  );
25757
25757
  })();
25758
25758
  ("function" === typeof Map &&
@@ -25789,10 +25789,10 @@
25789
25789
  !(function () {
25790
25790
  var internals = {
25791
25791
  bundleType: 1,
25792
- version: "19.2.0-canary-128abcfa-20250917",
25792
+ version: "19.2.0-canary-84af9085-20250917",
25793
25793
  rendererPackageName: "react-dom",
25794
25794
  currentDispatcherRef: ReactSharedInternals,
25795
- reconcilerVersion: "19.2.0-canary-128abcfa-20250917"
25795
+ reconcilerVersion: "19.2.0-canary-84af9085-20250917"
25796
25796
  };
25797
25797
  internals.overrideHookState = overrideHookState;
25798
25798
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25930,7 +25930,7 @@
25930
25930
  listenToAllSupportedEvents(container);
25931
25931
  return new ReactDOMHydrationRoot(initialChildren);
25932
25932
  };
25933
- exports.version = "19.2.0-canary-128abcfa-20250917";
25933
+ exports.version = "19.2.0-canary-84af9085-20250917";
25934
25934
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25935
25935
  "function" ===
25936
25936
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -11439,7 +11439,7 @@ function commitRoot(
11439
11439
  ? ((root.callbackNode = null),
11440
11440
  (root.callbackPriority = 0),
11441
11441
  scheduleCallback$1(NormalPriority$1, function () {
11442
- flushPassiveEffects(!0);
11442
+ flushPassiveEffects();
11443
11443
  return null;
11444
11444
  }))
11445
11445
  : ((root.callbackNode = null), (root.callbackPriority = 0));
@@ -11676,11 +11676,11 @@ function releaseRootPooledCache(root, remainingLanes) {
11676
11676
  null != remainingLanes &&
11677
11677
  ((root.pooledCache = null), releaseCache(remainingLanes)));
11678
11678
  }
11679
- function flushPendingEffects(wasDelayedCommit) {
11679
+ function flushPendingEffects() {
11680
11680
  flushMutationEffects();
11681
11681
  flushLayoutEffects();
11682
11682
  flushSpawnedWork();
11683
- return flushPassiveEffects(wasDelayedCommit);
11683
+ return flushPassiveEffects();
11684
11684
  }
11685
11685
  function flushPassiveEffects() {
11686
11686
  if (5 !== pendingEffectsStatus) return !1;
@@ -12010,7 +12010,7 @@ function performWorkOnRootViaSchedulerTask(root, didTimeout) {
12010
12010
  if (0 !== pendingEffectsStatus && 5 !== pendingEffectsStatus)
12011
12011
  return (root.callbackNode = null), (root.callbackPriority = 0), null;
12012
12012
  var originalCallbackNode = root.callbackNode;
12013
- if (flushPendingEffects(!0) && root.callbackNode !== originalCallbackNode)
12013
+ if (flushPendingEffects() && root.callbackNode !== originalCallbackNode)
12014
12014
  return null;
12015
12015
  var workInProgressRootRenderLanes$jscomp$0 = workInProgressRootRenderLanes;
12016
12016
  workInProgressRootRenderLanes$jscomp$0 = getNextLanes(
@@ -12146,20 +12146,20 @@ function extractEvents$1(
12146
12146
  }
12147
12147
  }
12148
12148
  for (
12149
- var i$jscomp$inline_1591 = 0;
12150
- i$jscomp$inline_1591 < simpleEventPluginEvents.length;
12151
- i$jscomp$inline_1591++
12149
+ var i$jscomp$inline_1590 = 0;
12150
+ i$jscomp$inline_1590 < simpleEventPluginEvents.length;
12151
+ i$jscomp$inline_1590++
12152
12152
  ) {
12153
- var eventName$jscomp$inline_1592 =
12154
- simpleEventPluginEvents[i$jscomp$inline_1591],
12155
- domEventName$jscomp$inline_1593 =
12156
- eventName$jscomp$inline_1592.toLowerCase(),
12157
- capitalizedEvent$jscomp$inline_1594 =
12158
- eventName$jscomp$inline_1592[0].toUpperCase() +
12159
- eventName$jscomp$inline_1592.slice(1);
12153
+ var eventName$jscomp$inline_1591 =
12154
+ simpleEventPluginEvents[i$jscomp$inline_1590],
12155
+ domEventName$jscomp$inline_1592 =
12156
+ eventName$jscomp$inline_1591.toLowerCase(),
12157
+ capitalizedEvent$jscomp$inline_1593 =
12158
+ eventName$jscomp$inline_1591[0].toUpperCase() +
12159
+ eventName$jscomp$inline_1591.slice(1);
12160
12160
  registerSimpleEvent(
12161
- domEventName$jscomp$inline_1593,
12162
- "on" + capitalizedEvent$jscomp$inline_1594
12161
+ domEventName$jscomp$inline_1592,
12162
+ "on" + capitalizedEvent$jscomp$inline_1593
12163
12163
  );
12164
12164
  }
12165
12165
  registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -15858,16 +15858,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15858
15858
  0 === i && attemptExplicitHydrationTarget(target);
15859
15859
  }
15860
15860
  };
15861
- var isomorphicReactPackageVersion$jscomp$inline_1854 = React.version;
15861
+ var isomorphicReactPackageVersion$jscomp$inline_1853 = React.version;
15862
15862
  if (
15863
- "19.2.0-canary-128abcfa-20250917" !==
15864
- isomorphicReactPackageVersion$jscomp$inline_1854
15863
+ "19.2.0-canary-84af9085-20250917" !==
15864
+ isomorphicReactPackageVersion$jscomp$inline_1853
15865
15865
  )
15866
15866
  throw Error(
15867
15867
  formatProdErrorMessage(
15868
15868
  527,
15869
- isomorphicReactPackageVersion$jscomp$inline_1854,
15870
- "19.2.0-canary-128abcfa-20250917"
15869
+ isomorphicReactPackageVersion$jscomp$inline_1853,
15870
+ "19.2.0-canary-84af9085-20250917"
15871
15871
  )
15872
15872
  );
15873
15873
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15887,24 +15887,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15887
15887
  null === componentOrElement ? null : componentOrElement.stateNode;
15888
15888
  return componentOrElement;
15889
15889
  };
15890
- var internals$jscomp$inline_2357 = {
15890
+ var internals$jscomp$inline_2356 = {
15891
15891
  bundleType: 0,
15892
- version: "19.2.0-canary-128abcfa-20250917",
15892
+ version: "19.2.0-canary-84af9085-20250917",
15893
15893
  rendererPackageName: "react-dom",
15894
15894
  currentDispatcherRef: ReactSharedInternals,
15895
- reconcilerVersion: "19.2.0-canary-128abcfa-20250917"
15895
+ reconcilerVersion: "19.2.0-canary-84af9085-20250917"
15896
15896
  };
15897
15897
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15898
- var hook$jscomp$inline_2358 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
15898
+ var hook$jscomp$inline_2357 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
15899
15899
  if (
15900
- !hook$jscomp$inline_2358.isDisabled &&
15901
- hook$jscomp$inline_2358.supportsFiber
15900
+ !hook$jscomp$inline_2357.isDisabled &&
15901
+ hook$jscomp$inline_2357.supportsFiber
15902
15902
  )
15903
15903
  try {
15904
- (rendererID = hook$jscomp$inline_2358.inject(
15905
- internals$jscomp$inline_2357
15904
+ (rendererID = hook$jscomp$inline_2357.inject(
15905
+ internals$jscomp$inline_2356
15906
15906
  )),
15907
- (injectedHook = hook$jscomp$inline_2358);
15907
+ (injectedHook = hook$jscomp$inline_2357);
15908
15908
  } catch (err) {}
15909
15909
  }
15910
15910
  exports.createRoot = function (container, options) {
@@ -15990,4 +15990,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15990
15990
  listenToAllSupportedEvents(container);
15991
15991
  return new ReactDOMHydrationRoot(initialChildren);
15992
15992
  };
15993
- exports.version = "19.2.0-canary-128abcfa-20250917";
15993
+ exports.version = "19.2.0-canary-84af9085-20250917";