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.
@@ -9932,24 +9932,24 @@
9932
9932
  return current;
9933
9933
  }
9934
9934
  function updateSuspenseComponent(current, workInProgress, renderLanes) {
9935
- var JSCompiler_object_inline_digest_2536;
9936
- var JSCompiler_object_inline_stack_2537 = workInProgress.pendingProps;
9935
+ var JSCompiler_object_inline_digest_2518;
9936
+ var JSCompiler_object_inline_stack_2519 = workInProgress.pendingProps;
9937
9937
  shouldSuspendImpl(workInProgress) && (workInProgress.flags |= 128);
9938
- var JSCompiler_object_inline_message_2535 = !1;
9938
+ var JSCompiler_object_inline_message_2517 = !1;
9939
9939
  var didSuspend = 0 !== (workInProgress.flags & 128);
9940
- (JSCompiler_object_inline_digest_2536 = didSuspend) ||
9941
- (JSCompiler_object_inline_digest_2536 =
9940
+ (JSCompiler_object_inline_digest_2518 = didSuspend) ||
9941
+ (JSCompiler_object_inline_digest_2518 =
9942
9942
  null !== current && null === current.memoizedState
9943
9943
  ? !1
9944
9944
  : 0 !== (suspenseStackCursor.current & ForceSuspenseFallback));
9945
- JSCompiler_object_inline_digest_2536 &&
9946
- ((JSCompiler_object_inline_message_2535 = !0),
9945
+ JSCompiler_object_inline_digest_2518 &&
9946
+ ((JSCompiler_object_inline_message_2517 = !0),
9947
9947
  (workInProgress.flags &= -129));
9948
- JSCompiler_object_inline_digest_2536 = 0 !== (workInProgress.flags & 32);
9948
+ JSCompiler_object_inline_digest_2518 = 0 !== (workInProgress.flags & 32);
9949
9949
  workInProgress.flags &= -33;
9950
9950
  if (null === current) {
9951
9951
  if (isHydrating) {
9952
- JSCompiler_object_inline_message_2535
9952
+ JSCompiler_object_inline_message_2517
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_2536 = {
9965
+ ((JSCompiler_object_inline_digest_2518 = {
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_2536),
9973
- (JSCompiler_object_inline_digest_2536 =
9972
+ JSCompiler_object_inline_digest_2518),
9973
+ (JSCompiler_object_inline_digest_2518 =
9974
9974
  createFiberFromDehydratedFragment(renderLanes)),
9975
- (JSCompiler_object_inline_digest_2536.return = workInProgress),
9976
- (workInProgress.child = JSCompiler_object_inline_digest_2536),
9975
+ (JSCompiler_object_inline_digest_2518.return = workInProgress),
9976
+ (workInProgress.child = JSCompiler_object_inline_digest_2518),
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_2537.children;
9991
- JSCompiler_object_inline_stack_2537 =
9992
- JSCompiler_object_inline_stack_2537.fallback;
9993
- if (JSCompiler_object_inline_message_2535) {
9990
+ var nextPrimaryChildren = JSCompiler_object_inline_stack_2519.children;
9991
+ JSCompiler_object_inline_stack_2519 =
9992
+ JSCompiler_object_inline_stack_2519.fallback;
9993
+ if (JSCompiler_object_inline_message_2517) {
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_2537 = createFiberFromFragment(
10001
- JSCompiler_object_inline_stack_2537,
10000
+ JSCompiler_object_inline_stack_2519 = createFiberFromFragment(
10001
+ JSCompiler_object_inline_stack_2519,
10002
10002
  mode,
10003
10003
  renderLanes,
10004
10004
  null
10005
10005
  );
10006
10006
  nextPrimaryChildren.return = workInProgress;
10007
- JSCompiler_object_inline_stack_2537.return = workInProgress;
10008
- nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2537;
10007
+ JSCompiler_object_inline_stack_2519.return = workInProgress;
10008
+ nextPrimaryChildren.sibling = JSCompiler_object_inline_stack_2519;
10009
10009
  workInProgress.child = nextPrimaryChildren;
10010
- JSCompiler_object_inline_stack_2537 = workInProgress.child;
10011
- JSCompiler_object_inline_stack_2537.memoizedState =
10010
+ JSCompiler_object_inline_stack_2519 = workInProgress.child;
10011
+ JSCompiler_object_inline_stack_2519.memoizedState =
10012
10012
  mountSuspenseOffscreenState(renderLanes);
10013
- JSCompiler_object_inline_stack_2537.childLanes =
10013
+ JSCompiler_object_inline_stack_2519.childLanes =
10014
10014
  getRemainingWorkInPrimaryTree(
10015
10015
  current,
10016
- JSCompiler_object_inline_digest_2536,
10016
+ JSCompiler_object_inline_digest_2518,
10017
10017
  renderLanes
10018
10018
  );
10019
10019
  workInProgress.memoizedState = SUSPENDED_MARKER;
10020
10020
  return bailoutOffscreenComponent(
10021
10021
  null,
10022
- JSCompiler_object_inline_stack_2537
10022
+ JSCompiler_object_inline_stack_2519
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_2538 = prevState.dehydrated;
10034
- if (null !== JSCompiler_object_inline_componentStack_2538) {
10033
+ var JSCompiler_object_inline_componentStack_2520 = prevState.dehydrated;
10034
+ if (null !== JSCompiler_object_inline_componentStack_2520) {
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_2537.fallback),
10051
+ JSCompiler_object_inline_stack_2519.fallback),
10052
10052
  (mode = workInProgress.mode),
10053
- (JSCompiler_object_inline_stack_2537 =
10053
+ (JSCompiler_object_inline_stack_2519 =
10054
10054
  mountWorkInProgressOffscreenFiber(
10055
10055
  {
10056
10056
  mode: "visible",
10057
- children: JSCompiler_object_inline_stack_2537.children
10057
+ children: JSCompiler_object_inline_stack_2519.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_2537.return = workInProgress),
10068
+ (JSCompiler_object_inline_stack_2519.return = workInProgress),
10069
10069
  (nextPrimaryChildren.return = workInProgress),
10070
- (JSCompiler_object_inline_stack_2537.sibling =
10070
+ (JSCompiler_object_inline_stack_2519.sibling =
10071
10071
  nextPrimaryChildren),
10072
- (workInProgress.child = JSCompiler_object_inline_stack_2537),
10072
+ (workInProgress.child = JSCompiler_object_inline_stack_2519),
10073
10073
  reconcileChildFibers(
10074
10074
  workInProgress,
10075
10075
  current.child,
10076
10076
  null,
10077
10077
  renderLanes
10078
10078
  ),
10079
- (JSCompiler_object_inline_stack_2537 = workInProgress.child),
10080
- (JSCompiler_object_inline_stack_2537.memoizedState =
10079
+ (JSCompiler_object_inline_stack_2519 = workInProgress.child),
10080
+ (JSCompiler_object_inline_stack_2519.memoizedState =
10081
10081
  mountSuspenseOffscreenState(renderLanes)),
10082
- (JSCompiler_object_inline_stack_2537.childLanes =
10082
+ (JSCompiler_object_inline_stack_2519.childLanes =
10083
10083
  getRemainingWorkInPrimaryTree(
10084
10084
  current,
10085
- JSCompiler_object_inline_digest_2536,
10085
+ JSCompiler_object_inline_digest_2518,
10086
10086
  renderLanes
10087
10087
  )),
10088
10088
  (workInProgress.memoizedState = SUSPENDED_MARKER),
10089
10089
  (workInProgress = bailoutOffscreenComponent(
10090
10090
  null,
10091
- JSCompiler_object_inline_stack_2537
10091
+ JSCompiler_object_inline_stack_2519
10092
10092
  )));
10093
10093
  else if (
10094
10094
  (pushPrimaryTreeSuspenseHandler(workInProgress),
10095
10095
  warnIfHydrating(),
10096
10096
  isSuspenseInstanceFallback(
10097
- JSCompiler_object_inline_componentStack_2538
10097
+ JSCompiler_object_inline_componentStack_2520
10098
10098
  ))
10099
10099
  ) {
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;
10100
+ JSCompiler_object_inline_digest_2518 =
10101
+ JSCompiler_object_inline_componentStack_2520.nextSibling &&
10102
+ JSCompiler_object_inline_componentStack_2520.nextSibling.dataset;
10103
+ if (JSCompiler_object_inline_digest_2518) {
10104
+ nextPrimaryChildren = JSCompiler_object_inline_digest_2518.dgst;
10105
+ var message = JSCompiler_object_inline_digest_2518.msg;
10106
+ mode = JSCompiler_object_inline_digest_2518.stck;
10107
+ var componentStack = JSCompiler_object_inline_digest_2518.cstck;
10108
10108
  }
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;
10109
+ JSCompiler_object_inline_message_2517 = message;
10110
+ JSCompiler_object_inline_digest_2518 = nextPrimaryChildren;
10111
+ JSCompiler_object_inline_stack_2519 = mode;
10112
+ JSCompiler_object_inline_componentStack_2520 = componentStack;
10113
+ nextPrimaryChildren = JSCompiler_object_inline_message_2517;
10114
+ mode = JSCompiler_object_inline_componentStack_2520;
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_2537 || "";
10122
- nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2536;
10123
- JSCompiler_object_inline_digest_2536 =
10121
+ JSCompiler_object_inline_stack_2519 || "";
10122
+ nextPrimaryChildren.digest = JSCompiler_object_inline_digest_2518;
10123
+ JSCompiler_object_inline_digest_2518 =
10124
10124
  void 0 === mode ? null : mode;
10125
- JSCompiler_object_inline_stack_2537 = {
10125
+ JSCompiler_object_inline_stack_2519 = {
10126
10126
  value: nextPrimaryChildren,
10127
10127
  source: null,
10128
- stack: JSCompiler_object_inline_digest_2536
10128
+ stack: JSCompiler_object_inline_digest_2518
10129
10129
  };
10130
- "string" === typeof JSCompiler_object_inline_digest_2536 &&
10130
+ "string" === typeof JSCompiler_object_inline_digest_2518 &&
10131
10131
  CapturedStacks.set(
10132
10132
  nextPrimaryChildren,
10133
- JSCompiler_object_inline_stack_2537
10133
+ JSCompiler_object_inline_stack_2519
10134
10134
  );
10135
- queueHydrationError(JSCompiler_object_inline_stack_2537);
10135
+ queueHydrationError(JSCompiler_object_inline_stack_2519);
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_2536 =
10149
+ (JSCompiler_object_inline_digest_2518 =
10150
10150
  0 !== (renderLanes & current.childLanes)),
10151
- didReceiveUpdate || JSCompiler_object_inline_digest_2536)
10151
+ didReceiveUpdate || JSCompiler_object_inline_digest_2518)
10152
10152
  ) {
10153
- JSCompiler_object_inline_digest_2536 = workInProgressRoot;
10153
+ JSCompiler_object_inline_digest_2518 = workInProgressRoot;
10154
10154
  if (
10155
- null !== JSCompiler_object_inline_digest_2536 &&
10156
- ((JSCompiler_object_inline_stack_2537 = getBumpedLaneForHydration(
10157
- JSCompiler_object_inline_digest_2536,
10155
+ null !== JSCompiler_object_inline_digest_2518 &&
10156
+ ((JSCompiler_object_inline_stack_2519 = getBumpedLaneForHydration(
10157
+ JSCompiler_object_inline_digest_2518,
10158
10158
  renderLanes
10159
10159
  )),
10160
- 0 !== JSCompiler_object_inline_stack_2537 &&
10161
- JSCompiler_object_inline_stack_2537 !== prevState.retryLane)
10160
+ 0 !== JSCompiler_object_inline_stack_2519 &&
10161
+ JSCompiler_object_inline_stack_2519 !== prevState.retryLane)
10162
10162
  )
10163
10163
  throw (
10164
- ((prevState.retryLane = JSCompiler_object_inline_stack_2537),
10164
+ ((prevState.retryLane = JSCompiler_object_inline_stack_2519),
10165
10165
  enqueueConcurrentRenderForLane(
10166
10166
  current,
10167
- JSCompiler_object_inline_stack_2537
10167
+ JSCompiler_object_inline_stack_2519
10168
10168
  ),
10169
10169
  scheduleUpdateOnFiber(
10170
- JSCompiler_object_inline_digest_2536,
10170
+ JSCompiler_object_inline_digest_2518,
10171
10171
  current,
10172
- JSCompiler_object_inline_stack_2537
10172
+ JSCompiler_object_inline_stack_2519
10173
10173
  ),
10174
10174
  SelectiveHydrationException)
10175
10175
  );
10176
10176
  isSuspenseInstancePending(
10177
- JSCompiler_object_inline_componentStack_2538
10177
+ JSCompiler_object_inline_componentStack_2520
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_2538
10186
+ JSCompiler_object_inline_componentStack_2520
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_2538.nextSibling
10193
+ JSCompiler_object_inline_componentStack_2520.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_2537.children
10205
+ JSCompiler_object_inline_stack_2519.children
10206
10206
  )),
10207
10207
  (workInProgress.flags |= 4096));
10208
10208
  return workInProgress;
10209
10209
  }
10210
10210
  }
10211
- if (JSCompiler_object_inline_message_2535)
10211
+ if (JSCompiler_object_inline_message_2517)
10212
10212
  return (
10213
10213
  reuseSuspenseHandlerOnStack(workInProgress),
10214
- (nextPrimaryChildren = JSCompiler_object_inline_stack_2537.fallback),
10214
+ (nextPrimaryChildren = JSCompiler_object_inline_stack_2519.fallback),
10215
10215
  (mode = workInProgress.mode),
10216
10216
  (componentStack = current.child),
10217
- (JSCompiler_object_inline_componentStack_2538 =
10217
+ (JSCompiler_object_inline_componentStack_2520 =
10218
10218
  componentStack.sibling),
10219
- (JSCompiler_object_inline_stack_2537 = createWorkInProgress(
10219
+ (JSCompiler_object_inline_stack_2519 = createWorkInProgress(
10220
10220
  componentStack,
10221
10221
  {
10222
10222
  mode: "hidden",
10223
- children: JSCompiler_object_inline_stack_2537.children
10223
+ children: JSCompiler_object_inline_stack_2519.children
10224
10224
  }
10225
10225
  )),
10226
- (JSCompiler_object_inline_stack_2537.subtreeFlags =
10226
+ (JSCompiler_object_inline_stack_2519.subtreeFlags =
10227
10227
  componentStack.subtreeFlags & 65011712),
10228
- null !== JSCompiler_object_inline_componentStack_2538
10228
+ null !== JSCompiler_object_inline_componentStack_2520
10229
10229
  ? (nextPrimaryChildren = createWorkInProgress(
10230
- JSCompiler_object_inline_componentStack_2538,
10230
+ JSCompiler_object_inline_componentStack_2520,
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_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),
10241
+ (JSCompiler_object_inline_stack_2519.return = workInProgress),
10242
+ (JSCompiler_object_inline_stack_2519.sibling = nextPrimaryChildren),
10243
+ (workInProgress.child = JSCompiler_object_inline_stack_2519),
10244
+ bailoutOffscreenComponent(null, JSCompiler_object_inline_stack_2519),
10245
+ (JSCompiler_object_inline_stack_2519 = 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_2537.memoizedState =
10261
+ (JSCompiler_object_inline_stack_2519.memoizedState =
10262
10262
  nextPrimaryChildren),
10263
- (JSCompiler_object_inline_stack_2537.childLanes =
10263
+ (JSCompiler_object_inline_stack_2519.childLanes =
10264
10264
  getRemainingWorkInPrimaryTree(
10265
10265
  current,
10266
- JSCompiler_object_inline_digest_2536,
10266
+ JSCompiler_object_inline_digest_2518,
10267
10267
  renderLanes
10268
10268
  )),
10269
10269
  (workInProgress.memoizedState = SUSPENDED_MARKER),
10270
10270
  bailoutOffscreenComponent(
10271
10271
  current.child,
10272
- JSCompiler_object_inline_stack_2537
10272
+ JSCompiler_object_inline_stack_2519
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_2537.children
10280
+ children: JSCompiler_object_inline_stack_2519.children
10281
10281
  });
10282
10282
  renderLanes.return = workInProgress;
10283
10283
  renderLanes.sibling = null;
10284
10284
  null !== current &&
10285
- ((JSCompiler_object_inline_digest_2536 = workInProgress.deletions),
10286
- null === JSCompiler_object_inline_digest_2536
10285
+ ((JSCompiler_object_inline_digest_2518 = workInProgress.deletions),
10286
+ null === JSCompiler_object_inline_digest_2518
10287
10287
  ? ((workInProgress.deletions = [current]),
10288
10288
  (workInProgress.flags |= 16))
10289
- : JSCompiler_object_inline_digest_2536.push(current));
10289
+ : JSCompiler_object_inline_digest_2518.push(current));
10290
10290
  workInProgress.child = renderLanes;
10291
10291
  workInProgress.memoizedState = null;
10292
10292
  return renderLanes;
@@ -15198,6 +15198,7 @@
15198
15198
  !workInProgressRootDidSkipSuspendedSiblings
15199
15199
  );
15200
15200
  if (0 !== getNextLanes(shouldTimeSlice, 0, !0)) break a;
15201
+ pendingEffectsLanes = lanes;
15201
15202
  shouldTimeSlice.timeoutHandle = scheduleTimeout(
15202
15203
  commitRootWhenReady.bind(
15203
15204
  null,
@@ -15212,7 +15213,7 @@
15212
15213
  workInProgressSuspendedRetryLanes,
15213
15214
  workInProgressRootDidSkipSuspendedSiblings,
15214
15215
  exitStatus,
15215
- THROTTLED_COMMIT,
15216
+ "Throttled",
15216
15217
  renderStartTime,
15217
15218
  0
15218
15219
  ),
@@ -15232,7 +15233,7 @@
15232
15233
  workInProgressSuspendedRetryLanes,
15233
15234
  workInProgressRootDidSkipSuspendedSiblings,
15234
15235
  exitStatus,
15235
- IMMEDIATE_COMMIT,
15236
+ null,
15236
15237
  renderStartTime,
15237
15238
  0
15238
15239
  );
@@ -15272,6 +15273,7 @@
15272
15273
  imgBytes: 0,
15273
15274
  suspenseyImages: [],
15274
15275
  waitingForImages: !0,
15276
+ waitingForViewTransition: !1,
15275
15277
  unsuspend: noop$1
15276
15278
  };
15277
15279
  accumulateSuspenseyCommitOnFiber(
@@ -15290,6 +15292,7 @@
15290
15292
  timeoutOffset
15291
15293
  );
15292
15294
  if (null !== timeoutOffset) {
15295
+ pendingEffectsLanes = lanes;
15293
15296
  root.cancelPendingCommit = timeoutOffset(
15294
15297
  commitRoot.bind(
15295
15298
  null,
@@ -15304,7 +15307,17 @@
15304
15307
  suspendedRetryLanes,
15305
15308
  exitStatus,
15306
15309
  suspendedCommitReason,
15307
- SUSPENDED_COMMIT,
15310
+ suspendedCommitReason.waitingForViewTransition
15311
+ ? "Waiting for the previous Animation"
15312
+ : 0 < suspendedCommitReason.count
15313
+ ? 0 < suspendedCommitReason.imgCount
15314
+ ? "Suspended on CSS and Images"
15315
+ : "Suspended on CSS"
15316
+ : 1 === suspendedCommitReason.imgCount
15317
+ ? "Suspended on an Image"
15318
+ : 0 < suspendedCommitReason.imgCount
15319
+ ? "Suspended on Images"
15320
+ : null,
15308
15321
  completedRenderStartTime,
15309
15322
  completedRenderEndTime
15310
15323
  )
@@ -15414,6 +15427,7 @@
15414
15427
  timeoutHandle = root.cancelPendingCommit;
15415
15428
  null !== timeoutHandle &&
15416
15429
  ((root.cancelPendingCommit = null), timeoutHandle());
15430
+ pendingEffectsLanes = 0;
15417
15431
  resetWorkInProgressStack();
15418
15432
  workInProgressRoot = root;
15419
15433
  workInProgress = timeoutHandle = createWorkInProgress(root.current, null);
@@ -25178,9 +25192,6 @@
25178
25192
  RENDER_TIMEOUT_MS = 500,
25179
25193
  workInProgressTransitions = null,
25180
25194
  legacyErrorBoundariesThatAlreadyFailed = null,
25181
- IMMEDIATE_COMMIT = 0,
25182
- SUSPENDED_COMMIT = 1,
25183
- THROTTLED_COMMIT = 2,
25184
25195
  NO_PENDING_EFFECTS = 0,
25185
25196
  PENDING_MUTATION_PHASE = 1,
25186
25197
  PENDING_LAYOUT_PHASE = 2,
@@ -25748,11 +25759,11 @@
25748
25759
  };
25749
25760
  (function () {
25750
25761
  var isomorphicReactPackageVersion = React.version;
25751
- if ("19.2.0-canary-d415fd3e-20250919" !== isomorphicReactPackageVersion)
25762
+ if ("19.2.0-canary-1eca9a27-20250922" !== isomorphicReactPackageVersion)
25752
25763
  throw Error(
25753
25764
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25754
25765
  (isomorphicReactPackageVersion +
25755
- "\n - react-dom: 19.2.0-canary-d415fd3e-20250919\nLearn more: https://react.dev/warnings/version-mismatch")
25766
+ "\n - react-dom: 19.2.0-canary-1eca9a27-20250922\nLearn more: https://react.dev/warnings/version-mismatch")
25756
25767
  );
25757
25768
  })();
25758
25769
  ("function" === typeof Map &&
@@ -25789,10 +25800,10 @@
25789
25800
  !(function () {
25790
25801
  var internals = {
25791
25802
  bundleType: 1,
25792
- version: "19.2.0-canary-d415fd3e-20250919",
25803
+ version: "19.2.0-canary-1eca9a27-20250922",
25793
25804
  rendererPackageName: "react-dom",
25794
25805
  currentDispatcherRef: ReactSharedInternals,
25795
- reconcilerVersion: "19.2.0-canary-d415fd3e-20250919"
25806
+ reconcilerVersion: "19.2.0-canary-1eca9a27-20250922"
25796
25807
  };
25797
25808
  internals.overrideHookState = overrideHookState;
25798
25809
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25930,7 +25941,7 @@
25930
25941
  listenToAllSupportedEvents(container);
25931
25942
  return new ReactDOMHydrationRoot(initialChildren);
25932
25943
  };
25933
- exports.version = "19.2.0-canary-d415fd3e-20250919";
25944
+ exports.version = "19.2.0-canary-1eca9a27-20250922";
25934
25945
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25935
25946
  "function" ===
25936
25947
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&