react-dom 19.2.0-canary-d415fd3e-20250919 → 19.2.0-canary-1eca9a27-20250922

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_2541;
9944
- var JSCompiler_object_inline_stack_2542 = workInProgress.pendingProps;
9943
+ var JSCompiler_object_inline_digest_2523;
9944
+ var JSCompiler_object_inline_stack_2524 = workInProgress.pendingProps;
9945
9945
  shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
9946
- var JSCompiler_object_inline_message_2540 = !1;
9946
+ var JSCompiler_object_inline_message_2522 = !1;
9947
9947
  var didSuspend = 0 !== (workInProgress.flags & 128);
9948
- (JSCompiler_object_inline_digest_2541 = didSuspend) ||
9949
- (JSCompiler_object_inline_digest_2541 =
9948
+ (JSCompiler_object_inline_digest_2523 = didSuspend) ||
9949
+ (JSCompiler_object_inline_digest_2523 =
9950
9950
  null !== current && null === current.memoizedState
9951
9951
  ? !1
9952
9952
  : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
9953
- JSCompiler_object_inline_digest_2541 &&
9954
- ((JSCompiler_object_inline_message_2540 = !0),
9953
+ JSCompiler_object_inline_digest_2523 &&
9954
+ ((JSCompiler_object_inline_message_2522 = !0),
9955
9955
  (workInProgress.flags &= -129));
9956
- JSCompiler_object_inline_digest_2541 = 0 !== (workInProgress.flags & 32);
9956
+ JSCompiler_object_inline_digest_2523 = 0 !== (workInProgress.flags & 32);
9957
9957
  workInProgress.flags &= -33;
9958
9958
  if (null === current) {
9959
9959
  if (isHydrating) {
9960
- JSCompiler_object_inline_message_2540
9960
+ JSCompiler_object_inline_message_2522
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_2541 = {
9973
+ ((JSCompiler_object_inline_digest_2523 = {
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_2541),
9981
- (JSCompiler_object_inline_digest_2541 =
9980
+ JSCompiler_object_inline_digest_2523),
9981
+ (JSCompiler_object_inline_digest_2523 =
9982
9982
  createFiberFromDehydratedFragment(renderLanes)),
9983
- (JSCompiler_object_inline_digest_2541.return = workInProgress),
9984
- (workInProgress.child = JSCompiler_object_inline_digest_2541),
9983
+ (JSCompiler_object_inline_digest_2523.return = workInProgress),
9984
+ (workInProgress.child = JSCompiler_object_inline_digest_2523),
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_2542.children;
9999
- JSCompiler_object_inline_stack_2542 =
10000
- JSCompiler_object_inline_stack_2542.fallback;
10001
- if (JSCompiler_object_inline_message_2540) {
9998
+ var nextPrimaryChildren = JSCompiler_object_inline_stack_2524.children;
9999
+ JSCompiler_object_inline_stack_2524 =
10000
+ JSCompiler_object_inline_stack_2524.fallback;
10001
+ if (JSCompiler_object_inline_message_2522) {
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_2542 = createFiberFromFragment(
10009
- JSCompiler_object_inline_stack_2542,
10008
+ JSCompiler_object_inline_stack_2524 = createFiberFromFragment(
10009
+ JSCompiler_object_inline_stack_2524,
10010
10010
  mode,
10011
10011
  renderLanes,
10012
10012
  null
10013
10013
  );
10014
10014
  nextPrimaryChildren.return = workInProgress;
10015
- JSCompiler_object_inline_stack_2542.return = workInProgress;
10016
- nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2542;
10015
+ JSCompiler_object_inline_stack_2524.return = workInProgress;
10016
+ nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2524;
10017
10017
  workInProgress.child = nextPrimaryChildren;
10018
- JSCompiler_object_inline_stack_2542 = workInProgress.child;
10019
- JSCompiler_object_inline_stack_2542.memoizedState =
10018
+ JSCompiler_object_inline_stack_2524 = workInProgress.child;
10019
+ JSCompiler_object_inline_stack_2524.memoizedState =
10020
10020
  mountSuspenseOffscreenState(renderLanes);
10021
- JSCompiler_object_inline_stack_2542.childLanes =
10021
+ JSCompiler_object_inline_stack_2524.childLanes =
10022
10022
  getRemainingWorkInPrimaryTree(
10023
10023
  current,
10024
- JSCompiler_object_inline_digest_2541,
10024
+ JSCompiler_object_inline_digest_2523,
10025
10025
  renderLanes
10026
10026
  );
10027
10027
  workInProgress.memoizedState = SUSPENDED_MARKER;
10028
10028
  return bailoutOffscreenComponent(
10029
10029
  null,
10030
- JSCompiler_object_inline_stack_2542
10030
+ JSCompiler_object_inline_stack_2524
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_2543 = prevState.dehydrated;
10042
- if (null !== JSCompiler_object_inline_componentStack_2543) {
10041
+ var JSCompiler_object_inline_componentStack_2525 = prevState.dehydrated;
10042
+ if (null !== JSCompiler_object_inline_componentStack_2525) {
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_2542.fallback),
10059
+ JSCompiler_object_inline_stack_2524.fallback),
10060
10060
  (mode = workInProgress.mode),
10061
- (JSCompiler_object_inline_stack_2542 =
10061
+ (JSCompiler_object_inline_stack_2524 =
10062
10062
  mountWorkInProgressOffscreenFiber(
10063
10063
  {
10064
10064
  mode: "visible",
10065
- children: JSCompiler_object_inline_stack_2542.children
10065
+ children: JSCompiler_object_inline_stack_2524.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_2542.return = workInProgress),
10076
+ (JSCompiler_object_inline_stack_2524.return = workInProgress),
10077
10077
  (nextPrimaryChildren.return = workInProgress),
10078
- (JSCompiler_object_inline_stack_2542.sibling =
10078
+ (JSCompiler_object_inline_stack_2524.sibling =
10079
10079
  nextPrimaryChildren),
10080
- (workInProgress.child = JSCompiler_object_inline_stack_2542),
10080
+ (workInProgress.child = JSCompiler_object_inline_stack_2524),
10081
10081
  reconcileChildFibers(
10082
10082
  workInProgress,
10083
10083
  current.child,
10084
10084
  null,
10085
10085
  renderLanes
10086
10086
  ),
10087
- (JSCompiler_object_inline_stack_2542 = workInProgress.child),
10088
- (JSCompiler_object_inline_stack_2542.memoizedState =
10087
+ (JSCompiler_object_inline_stack_2524 = workInProgress.child),
10088
+ (JSCompiler_object_inline_stack_2524.memoizedState =
10089
10089
  mountSuspenseOffscreenState(renderLanes)),
10090
- (JSCompiler_object_inline_stack_2542.childLanes =
10090
+ (JSCompiler_object_inline_stack_2524.childLanes =
10091
10091
  getRemainingWorkInPrimaryTree(
10092
10092
  current,
10093
- JSCompiler_object_inline_digest_2541,
10093
+ JSCompiler_object_inline_digest_2523,
10094
10094
  renderLanes
10095
10095
  )),
10096
10096
  (workInProgress.memoizedState = SUSPENDED_MARKER),
10097
10097
  (workInProgress = bailoutOffscreenComponent(
10098
10098
  null,
10099
- JSCompiler_object_inline_stack_2542
10099
+ JSCompiler_object_inline_stack_2524
10100
10100
  )));
10101
10101
  else if (
10102
10102
  (pushPrimaryTreeSuspenseHandler(workInProgress),
10103
10103
  warnIfHydrating(),
10104
10104
  isSuspenseInstanceFallback(
10105
- JSCompiler_object_inline_componentStack_2543
10105
+ JSCompiler_object_inline_componentStack_2525
10106
10106
  ))
10107
10107
  ) {
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;
10108
+ JSCompiler_object_inline_digest_2523 =
10109
+ JSCompiler_object_inline_componentStack_2525.nextSibling &&
10110
+ JSCompiler_object_inline_componentStack_2525.nextSibling.dataset;
10111
+ if (JSCompiler_object_inline_digest_2523) {
10112
+ nextPrimaryChildren = JSCompiler_object_inline_digest_2523.dgst;
10113
+ var message = JSCompiler_object_inline_digest_2523.msg;
10114
+ mode = JSCompiler_object_inline_digest_2523.stck;
10115
+ var componentStack = JSCompiler_object_inline_digest_2523.cstck;
10116
10116
  }
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;
10117
+ JSCompiler_object_inline_message_2522 = message;
10118
+ JSCompiler_object_inline_digest_2523 = nextPrimaryChildren;
10119
+ JSCompiler_object_inline_stack_2524 = mode;
10120
+ JSCompiler_object_inline_componentStack_2525 = componentStack;
10121
+ nextPrimaryChildren = JSCompiler_object_inline_message_2522;
10122
+ mode = JSCompiler_object_inline_componentStack_2525;
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_2542 || "";
10130
- nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2541;
10131
- JSCompiler_object_inline_digest_2541 =
10129
+ JSCompiler_object_inline_stack_2524 || "";
10130
+ nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2523;
10131
+ JSCompiler_object_inline_digest_2523 =
10132
10132
  void 0 === mode ? null : mode;
10133
- JSCompiler_object_inline_stack_2542 = {
10133
+ JSCompiler_object_inline_stack_2524 = {
10134
10134
  value: nextPrimaryChildren,
10135
10135
  source: null,
10136
- stack: JSCompiler_object_inline_digest_2541
10136
+ stack: JSCompiler_object_inline_digest_2523
10137
10137
  };
10138
- "string" === typeof JSCompiler_object_inline_digest_2541 &&
10138
+ "string" === typeof JSCompiler_object_inline_digest_2523 &&
10139
10139
  CapturedStacks.set(
10140
10140
  nextPrimaryChildren,
10141
- JSCompiler_object_inline_stack_2542
10141
+ JSCompiler_object_inline_stack_2524
10142
10142
  );
10143
- queueHydrationError(JSCompiler_object_inline_stack_2542);
10143
+ queueHydrationError(JSCompiler_object_inline_stack_2524);
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_2541 =
10157
+ (JSCompiler_object_inline_digest_2523 =
10158
10158
  0 !== (renderLanes & current.childLanes)),
10159
- didReceiveUpdate || JSCompiler_object_inline_digest_2541)
10159
+ didReceiveUpdate || JSCompiler_object_inline_digest_2523)
10160
10160
  ) {
10161
- JSCompiler_object_inline_digest_2541 = workInProgressRoot;
10161
+ JSCompiler_object_inline_digest_2523 = workInProgressRoot;
10162
10162
  if (
10163
- null !== JSCompiler_object_inline_digest_2541 &&
10164
- ((JSCompiler_object_inline_stack_2542 = getBumpedLaneForHydration(
10165
- JSCompiler_object_inline_digest_2541,
10163
+ null !== JSCompiler_object_inline_digest_2523 &&
10164
+ ((JSCompiler_object_inline_stack_2524 = getBumpedLaneForHydration(
10165
+ JSCompiler_object_inline_digest_2523,
10166
10166
  renderLanes
10167
10167
  )),
10168
- 0 !== JSCompiler_object_inline_stack_2542 &&
10169
- JSCompiler_object_inline_stack_2542 !== prevState.retryLane)
10168
+ 0 !== JSCompiler_object_inline_stack_2524 &&
10169
+ JSCompiler_object_inline_stack_2524 !== prevState.retryLane)
10170
10170
  )
10171
10171
  throw (
10172
- ((prevState.retryLane = JSCompiler_object_inline_stack_2542),
10172
+ ((prevState.retryLane = JSCompiler_object_inline_stack_2524),
10173
10173
  enqueueConcurrentRenderForLane(
10174
10174
  current,
10175
- JSCompiler_object_inline_stack_2542
10175
+ JSCompiler_object_inline_stack_2524
10176
10176
  ),
10177
10177
  scheduleUpdateOnFiber(
10178
- JSCompiler_object_inline_digest_2541,
10178
+ JSCompiler_object_inline_digest_2523,
10179
10179
  current,
10180
- JSCompiler_object_inline_stack_2542
10180
+ JSCompiler_object_inline_stack_2524
10181
10181
  ),
10182
10182
  SelectiveHydrationException)
10183
10183
  );
10184
10184
  isSuspenseInstancePending(
10185
- JSCompiler_object_inline_componentStack_2543
10185
+ JSCompiler_object_inline_componentStack_2525
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_2543
10194
+ JSCompiler_object_inline_componentStack_2525
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_2543.nextSibling
10201
+ JSCompiler_object_inline_componentStack_2525.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_2542.children
10213
+ JSCompiler_object_inline_stack_2524.children
10214
10214
  )),
10215
10215
  (workInProgress.flags |= 4096));
10216
10216
  return workInProgress;
10217
10217
  }
10218
10218
  }
10219
- if (JSCompiler_object_inline_message_2540)
10219
+ if (JSCompiler_object_inline_message_2522)
10220
10220
  return (
10221
10221
  reuseSuspenseHandlerOnStack(workInProgress),
10222
- (nextPrimaryChildren = JSCompiler_object_inline_stack_2542.fallback),
10222
+ (nextPrimaryChildren = JSCompiler_object_inline_stack_2524.fallback),
10223
10223
  (mode = workInProgress.mode),
10224
10224
  (componentStack = current.child),
10225
- (JSCompiler_object_inline_componentStack_2543 =
10225
+ (JSCompiler_object_inline_componentStack_2525 =
10226
10226
  componentStack.sibling),
10227
- (JSCompiler_object_inline_stack_2542 = createWorkInProgress(
10227
+ (JSCompiler_object_inline_stack_2524 = createWorkInProgress(
10228
10228
  componentStack,
10229
10229
  {
10230
10230
  mode: "hidden",
10231
- children: JSCompiler_object_inline_stack_2542.children
10231
+ children: JSCompiler_object_inline_stack_2524.children
10232
10232
  }
10233
10233
  )),
10234
- (JSCompiler_object_inline_stack_2542.subtreeFlags =
10234
+ (JSCompiler_object_inline_stack_2524.subtreeFlags =
10235
10235
  componentStack.subtreeFlags & 65011712),
10236
- null !== JSCompiler_object_inline_componentStack_2543
10236
+ null !== JSCompiler_object_inline_componentStack_2525
10237
10237
  ? (nextPrimaryChildren = createWorkInProgress(
10238
- JSCompiler_object_inline_componentStack_2543,
10238
+ JSCompiler_object_inline_componentStack_2525,
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_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),
10249
+ (JSCompiler_object_inline_stack_2524.return = workInProgress),
10250
+ (JSCompiler_object_inline_stack_2524.sibling = nextPrimaryChildren),
10251
+ (workInProgress.child = JSCompiler_object_inline_stack_2524),
10252
+ bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2524),
10253
+ (JSCompiler_object_inline_stack_2524 = 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_2542.memoizedState =
10269
+ (JSCompiler_object_inline_stack_2524.memoizedState =
10270
10270
  nextPrimaryChildren),
10271
- (JSCompiler_object_inline_stack_2542.childLanes =
10271
+ (JSCompiler_object_inline_stack_2524.childLanes =
10272
10272
  getRemainingWorkInPrimaryTree(
10273
10273
  current,
10274
- JSCompiler_object_inline_digest_2541,
10274
+ JSCompiler_object_inline_digest_2523,
10275
10275
  renderLanes
10276
10276
  )),
10277
10277
  (workInProgress.memoizedState = SUSPENDED_MARKER),
10278
10278
  bailoutOffscreenComponent(
10279
10279
  current.child,
10280
- JSCompiler_object_inline_stack_2542
10280
+ JSCompiler_object_inline_stack_2524
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_2542.children
10288
+ children: JSCompiler_object_inline_stack_2524.children
10289
10289
  });
10290
10290
  renderLanes.return = workInProgress;
10291
10291
  renderLanes.sibling = null;
10292
10292
  null !== current &&
10293
- ((JSCompiler_object_inline_digest_2541 = workInProgress.deletions),
10294
- null === JSCompiler_object_inline_digest_2541
10293
+ ((JSCompiler_object_inline_digest_2523 = workInProgress.deletions),
10294
+ null === JSCompiler_object_inline_digest_2523
10295
10295
  ? ((workInProgress.deletions = [current]),
10296
10296
  (workInProgress.flags |= 16))
10297
- : JSCompiler_object_inline_digest_2541.push(current));
10297
+ : JSCompiler_object_inline_digest_2523.push(current));
10298
10298
  workInProgress.child = renderLanes;
10299
10299
  workInProgress.memoizedState = null;
10300
10300
  return renderLanes;
@@ -15206,6 +15206,7 @@
15206
15206
  !workInProgressRootDidSkipSuspendedSiblings
15207
15207
  );
15208
15208
  if (0 !== getNextLanes(shouldTimeSlice, 0, !0)) break a;
15209
+ pendingEffectsLanes = lanes;
15209
15210
  shouldTimeSlice.timeoutHandle = scheduleTimeout(
15210
15211
  commitRootWhenReady.bind(
15211
15212
  null,
@@ -15220,7 +15221,7 @@
15220
15221
  workInProgressSuspendedRetryLanes,
15221
15222
  workInProgressRootDidSkipSuspendedSiblings,
15222
15223
  exitStatus,
15223
- THROTTLED_COMMIT,
15224
+ "Throttled",
15224
15225
  renderStartTime,
15225
15226
  0
15226
15227
  ),
@@ -15240,7 +15241,7 @@
15240
15241
  workInProgressSuspendedRetryLanes,
15241
15242
  workInProgressRootDidSkipSuspendedSiblings,
15242
15243
  exitStatus,
15243
- IMMEDIATE_COMMIT,
15244
+ null,
15244
15245
  renderStartTime,
15245
15246
  0
15246
15247
  );
@@ -15280,6 +15281,7 @@
15280
15281
  imgBytes: 0,
15281
15282
  suspenseyImages: [],
15282
15283
  waitingForImages: !0,
15284
+ waitingForViewTransition: !1,
15283
15285
  unsuspend: noop$1
15284
15286
  };
15285
15287
  accumulateSuspenseyCommitOnFiber(
@@ -15298,6 +15300,7 @@
15298
15300
  timeoutOffset
15299
15301
  );
15300
15302
  if (null !== timeoutOffset) {
15303
+ pendingEffectsLanes = lanes;
15301
15304
  root.cancelPendingCommit = timeoutOffset(
15302
15305
  commitRoot.bind(
15303
15306
  null,
@@ -15312,7 +15315,17 @@
15312
15315
  suspendedRetryLanes,
15313
15316
  exitStatus,
15314
15317
  suspendedCommitReason,
15315
- SUSPENDED_COMMIT,
15318
+ suspendedCommitReason.waitingForViewTransition
15319
+ ? "Waiting for the previous Animation"
15320
+ : 0 < suspendedCommitReason.count
15321
+ ? 0 < suspendedCommitReason.imgCount
15322
+ ? "Suspended on CSS and Images"
15323
+ : "Suspended on CSS"
15324
+ : 1 === suspendedCommitReason.imgCount
15325
+ ? "Suspended on an Image"
15326
+ : 0 < suspendedCommitReason.imgCount
15327
+ ? "Suspended on Images"
15328
+ : null,
15316
15329
  completedRenderStartTime,
15317
15330
  completedRenderEndTime
15318
15331
  )
@@ -15422,6 +15435,7 @@
15422
15435
  timeoutHandle = root.cancelPendingCommit;
15423
15436
  null !== timeoutHandle &&
15424
15437
  ((root.cancelPendingCommit = null), timeoutHandle());
15438
+ pendingEffectsLanes = 0;
15425
15439
  resetWorkInProgressStack();
15426
15440
  workInProgressRoot = root;
15427
15441
  workInProgress = timeoutHandle = createWorkInProgress(root.current, null);
@@ -25230,9 +25244,6 @@
25230
25244
  RENDER_TIMEOUT_MS = 500,
25231
25245
  workInProgressTransitions = null,
25232
25246
  legacyErrorBoundariesThatAlreadyFailed = null,
25233
- IMMEDIATE_COMMIT = 0,
25234
- SUSPENDED_COMMIT = 1,
25235
- THROTTLED_COMMIT = 2,
25236
25247
  NO_PENDING_EFFECTS = 0,
25237
25248
  PENDING_MUTATION_PHASE = 1,
25238
25249
  PENDING_LAYOUT_PHASE = 2,
@@ -25800,11 +25811,11 @@
25800
25811
  };
25801
25812
  (function () {
25802
25813
  var isomorphicReactPackageVersion = React.version;
25803
- if ("19.2.0-canary-d415fd3e-20250919" !== isomorphicReactPackageVersion)
25814
+ if ("19.2.0-canary-1eca9a27-20250922" !== isomorphicReactPackageVersion)
25804
25815
  throw Error(
25805
25816
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25806
25817
  (isomorphicReactPackageVersion +
25807
- "\n - react-dom: 19.2.0-canary-d415fd3e-20250919\nLearn more: https://react.dev/warnings/version-mismatch")
25818
+ "\n - react-dom: 19.2.0-canary-1eca9a27-20250922\nLearn more: https://react.dev/warnings/version-mismatch")
25808
25819
  );
25809
25820
  })();
25810
25821
  ("function" === typeof Map &&
@@ -25841,10 +25852,10 @@
25841
25852
  !(function () {
25842
25853
  var internals = {
25843
25854
  bundleType: 1,
25844
- version: "19.2.0-canary-d415fd3e-20250919",
25855
+ version: "19.2.0-canary-1eca9a27-20250922",
25845
25856
  rendererPackageName: "react-dom",
25846
25857
  currentDispatcherRef: ReactSharedInternals,
25847
- reconcilerVersion: "19.2.0-canary-d415fd3e-20250919"
25858
+ reconcilerVersion: "19.2.0-canary-1eca9a27-20250922"
25848
25859
  };
25849
25860
  internals.overrideHookState = overrideHookState;
25850
25861
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -26312,7 +26323,7 @@
26312
26323
  exports.useFormStatus = function () {
26313
26324
  return resolveDispatcher().useHostTransitionStatus();
26314
26325
  };
26315
- exports.version = "19.2.0-canary-d415fd3e-20250919";
26326
+ exports.version = "19.2.0-canary-1eca9a27-20250922";
26316
26327
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
26317
26328
  "function" ===
26318
26329
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&