react-dom 19.1.0-canary-5398b711-20250314 → 19.1.0-canary-c69a5fc5-20250318

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.
@@ -158,7 +158,7 @@ var assign = Object.assign,
158
158
  REACT_MEMO_TYPE = Symbol.for("react.memo"),
159
159
  REACT_LAZY_TYPE = Symbol.for("react.lazy");
160
160
  Symbol.for("react.scope");
161
- var REACT_OFFSCREEN_TYPE = Symbol.for("react.offscreen");
161
+ var REACT_ACTIVITY_TYPE = Symbol.for("react.activity");
162
162
  Symbol.for("react.legacy_hidden");
163
163
  Symbol.for("react.tracing_marker");
164
164
  var REACT_MEMO_CACHE_SENTINEL = Symbol.for("react.memo_cache_sentinel");
@@ -182,8 +182,6 @@ function getComponentNameFromType(type) {
182
182
  switch (type) {
183
183
  case REACT_FRAGMENT_TYPE:
184
184
  return "Fragment";
185
- case REACT_PORTAL_TYPE:
186
- return "Portal";
187
185
  case REACT_PROFILER_TYPE:
188
186
  return "Profiler";
189
187
  case REACT_STRICT_MODE_TYPE:
@@ -192,9 +190,13 @@ function getComponentNameFromType(type) {
192
190
  return "Suspense";
193
191
  case REACT_SUSPENSE_LIST_TYPE:
194
192
  return "SuspenseList";
193
+ case REACT_ACTIVITY_TYPE:
194
+ return "Activity";
195
195
  }
196
196
  if ("object" === typeof type)
197
197
  switch (type.$$typeof) {
198
+ case REACT_PORTAL_TYPE:
199
+ return "Portal";
198
200
  case REACT_CONTEXT_TYPE:
199
201
  return (type.displayName || "Context") + ".Provider";
200
202
  case REACT_CONSUMER_TYPE:
@@ -957,6 +959,8 @@ function describeFiber(fiber) {
957
959
  return describeNativeComponentFrame(fiber.type.render, !1);
958
960
  case 1:
959
961
  return describeNativeComponentFrame(fiber.type, !0);
962
+ case 31:
963
+ return describeBuiltInComponentFrame("Activity");
960
964
  default:
961
965
  return "";
962
966
  }
@@ -2012,19 +2016,19 @@ function getTargetInstForChangeEvent(domEventName, targetInst) {
2012
2016
  }
2013
2017
  var isInputEventSupported = !1;
2014
2018
  if (canUseDOM) {
2015
- var JSCompiler_inline_result$jscomp$281;
2019
+ var JSCompiler_inline_result$jscomp$282;
2016
2020
  if (canUseDOM) {
2017
- var isSupported$jscomp$inline_416 = "oninput" in document;
2018
- if (!isSupported$jscomp$inline_416) {
2019
- var element$jscomp$inline_417 = document.createElement("div");
2020
- element$jscomp$inline_417.setAttribute("oninput", "return;");
2021
- isSupported$jscomp$inline_416 =
2022
- "function" === typeof element$jscomp$inline_417.oninput;
2021
+ var isSupported$jscomp$inline_422 = "oninput" in document;
2022
+ if (!isSupported$jscomp$inline_422) {
2023
+ var element$jscomp$inline_423 = document.createElement("div");
2024
+ element$jscomp$inline_423.setAttribute("oninput", "return;");
2025
+ isSupported$jscomp$inline_422 =
2026
+ "function" === typeof element$jscomp$inline_423.oninput;
2023
2027
  }
2024
- JSCompiler_inline_result$jscomp$281 = isSupported$jscomp$inline_416;
2025
- } else JSCompiler_inline_result$jscomp$281 = !1;
2028
+ JSCompiler_inline_result$jscomp$282 = isSupported$jscomp$inline_422;
2029
+ } else JSCompiler_inline_result$jscomp$282 = !1;
2026
2030
  isInputEventSupported =
2027
- JSCompiler_inline_result$jscomp$281 &&
2031
+ JSCompiler_inline_result$jscomp$282 &&
2028
2032
  (!document.documentMode || 9 < document.documentMode);
2029
2033
  }
2030
2034
  function stopWatchingForValueChange() {
@@ -7199,6 +7203,30 @@ function beginWork(current, workInProgress, renderLanes) {
7199
7203
  );
7200
7204
  case 19:
7201
7205
  return updateSuspenseListComponent(current, workInProgress, renderLanes);
7206
+ case 31:
7207
+ return (
7208
+ (lazyComponent = workInProgress.pendingProps),
7209
+ (renderLanes = workInProgress.mode),
7210
+ (lazyComponent = {
7211
+ mode: lazyComponent.mode,
7212
+ children: lazyComponent.children
7213
+ }),
7214
+ null === current
7215
+ ? ((renderLanes = mountWorkInProgressOffscreenFiber(
7216
+ lazyComponent,
7217
+ renderLanes
7218
+ )),
7219
+ (renderLanes.ref = workInProgress.ref),
7220
+ (workInProgress.child = renderLanes),
7221
+ (renderLanes.return = workInProgress),
7222
+ (workInProgress = renderLanes))
7223
+ : ((renderLanes = createWorkInProgress(current.child, lazyComponent)),
7224
+ (renderLanes.ref = workInProgress.ref),
7225
+ (workInProgress.child = renderLanes),
7226
+ (renderLanes.return = workInProgress),
7227
+ (workInProgress = renderLanes)),
7228
+ workInProgress
7229
+ );
7202
7230
  case 22:
7203
7231
  return updateOffscreenComponent(current, workInProgress, renderLanes);
7204
7232
  case 24:
@@ -7384,8 +7412,8 @@ function safelyDetachRef(current, nearestMountedAncestor) {
7384
7412
  else if ("function" === typeof ref)
7385
7413
  try {
7386
7414
  ref(null);
7387
- } catch (error$112) {
7388
- captureCommitPhaseError(current, nearestMountedAncestor, error$112);
7415
+ } catch (error$113) {
7416
+ captureCommitPhaseError(current, nearestMountedAncestor, error$113);
7389
7417
  }
7390
7418
  else ref.current = null;
7391
7419
  }
@@ -7711,11 +7739,11 @@ function commitLayoutEffectOnFiber(finishedRoot, current, finishedWork) {
7711
7739
  current,
7712
7740
  finishedRoot.__reactInternalSnapshotBeforeUpdate
7713
7741
  );
7714
- } catch (error$111) {
7742
+ } catch (error$112) {
7715
7743
  captureCommitPhaseError(
7716
7744
  finishedWork,
7717
7745
  finishedWork.return,
7718
- error$111
7746
+ error$112
7719
7747
  );
7720
7748
  }
7721
7749
  }
@@ -8507,20 +8535,20 @@ function commitReconciliationEffects(finishedWork) {
8507
8535
  insertOrAppendPlacementNode(finishedWork, before, parent);
8508
8536
  break;
8509
8537
  case 5:
8510
- var parent$113 = hostParentFiber.stateNode;
8538
+ var parent$114 = hostParentFiber.stateNode;
8511
8539
  hostParentFiber.flags & 32 &&
8512
- (setTextContent(parent$113, ""), (hostParentFiber.flags &= -33));
8513
- var before$114 = getHostSibling(finishedWork);
8514
- insertOrAppendPlacementNode(finishedWork, before$114, parent$113);
8540
+ (setTextContent(parent$114, ""), (hostParentFiber.flags &= -33));
8541
+ var before$115 = getHostSibling(finishedWork);
8542
+ insertOrAppendPlacementNode(finishedWork, before$115, parent$114);
8515
8543
  break;
8516
8544
  case 3:
8517
8545
  case 4:
8518
- var parent$115 = hostParentFiber.stateNode.containerInfo,
8519
- before$116 = getHostSibling(finishedWork);
8546
+ var parent$116 = hostParentFiber.stateNode.containerInfo,
8547
+ before$117 = getHostSibling(finishedWork);
8520
8548
  insertOrAppendPlacementNodeIntoContainer(
8521
8549
  finishedWork,
8522
- before$116,
8523
- parent$115
8550
+ before$117,
8551
+ parent$116
8524
8552
  );
8525
8553
  break;
8526
8554
  default:
@@ -9295,6 +9323,13 @@ function createFiberFromTypeAndProps(
9295
9323
  : 5;
9296
9324
  else
9297
9325
  a: switch (type) {
9326
+ case REACT_ACTIVITY_TYPE:
9327
+ return (
9328
+ (type = createFiberImplClass(31, pendingProps, key, mode)),
9329
+ (type.elementType = REACT_ACTIVITY_TYPE),
9330
+ (type.lanes = lanes),
9331
+ type
9332
+ );
9298
9333
  case REACT_FRAGMENT_TYPE:
9299
9334
  return createFiberFromFragment(pendingProps.children, mode, lanes, key);
9300
9335
  case REACT_STRICT_MODE_TYPE:
@@ -9322,8 +9357,6 @@ function createFiberFromTypeAndProps(
9322
9357
  (type.lanes = lanes),
9323
9358
  type
9324
9359
  );
9325
- case REACT_OFFSCREEN_TYPE:
9326
- return createFiberFromOffscreen(pendingProps, mode, lanes, key);
9327
9360
  default:
9328
9361
  if ("object" === typeof type && null !== type)
9329
9362
  switch (type.$$typeof) {
@@ -9364,7 +9397,6 @@ function createFiberFromFragment(elements, mode, lanes, key) {
9364
9397
  }
9365
9398
  function createFiberFromOffscreen(pendingProps, mode, lanes, key) {
9366
9399
  pendingProps = createFiberImplClass(22, pendingProps, key, mode);
9367
- pendingProps.elementType = REACT_OFFSCREEN_TYPE;
9368
9400
  pendingProps.lanes = lanes;
9369
9401
  var primaryChildInstance = {
9370
9402
  _visibility: 1,
@@ -9636,14 +9668,14 @@ function cutOffTailIfNeeded(renderState, hasRenderedATailFallback) {
9636
9668
  break;
9637
9669
  case "collapsed":
9638
9670
  lastTailNode = renderState.tail;
9639
- for (var lastTailNode$133 = null; null !== lastTailNode; )
9640
- null !== lastTailNode.alternate && (lastTailNode$133 = lastTailNode),
9671
+ for (var lastTailNode$134 = null; null !== lastTailNode; )
9672
+ null !== lastTailNode.alternate && (lastTailNode$134 = lastTailNode),
9641
9673
  (lastTailNode = lastTailNode.sibling);
9642
- null === lastTailNode$133
9674
+ null === lastTailNode$134
9643
9675
  ? hasRenderedATailFallback || null === renderState.tail
9644
9676
  ? (renderState.tail = null)
9645
9677
  : (renderState.tail.sibling = null)
9646
- : (lastTailNode$133.sibling = null);
9678
+ : (lastTailNode$134.sibling = null);
9647
9679
  }
9648
9680
  }
9649
9681
  function bubbleProperties(completedWork) {
@@ -9653,19 +9685,19 @@ function bubbleProperties(completedWork) {
9653
9685
  newChildLanes = 0,
9654
9686
  subtreeFlags = 0;
9655
9687
  if (didBailout)
9656
- for (var child$134 = completedWork.child; null !== child$134; )
9657
- (newChildLanes |= child$134.lanes | child$134.childLanes),
9658
- (subtreeFlags |= child$134.subtreeFlags & 65011712),
9659
- (subtreeFlags |= child$134.flags & 65011712),
9660
- (child$134.return = completedWork),
9661
- (child$134 = child$134.sibling);
9688
+ for (var child$135 = completedWork.child; null !== child$135; )
9689
+ (newChildLanes |= child$135.lanes | child$135.childLanes),
9690
+ (subtreeFlags |= child$135.subtreeFlags & 65011712),
9691
+ (subtreeFlags |= child$135.flags & 65011712),
9692
+ (child$135.return = completedWork),
9693
+ (child$135 = child$135.sibling);
9662
9694
  else
9663
- for (child$134 = completedWork.child; null !== child$134; )
9664
- (newChildLanes |= child$134.lanes | child$134.childLanes),
9665
- (subtreeFlags |= child$134.subtreeFlags),
9666
- (subtreeFlags |= child$134.flags),
9667
- (child$134.return = completedWork),
9668
- (child$134 = child$134.sibling);
9695
+ for (child$135 = completedWork.child; null !== child$135; )
9696
+ (newChildLanes |= child$135.lanes | child$135.childLanes),
9697
+ (subtreeFlags |= child$135.subtreeFlags),
9698
+ (subtreeFlags |= child$135.flags),
9699
+ (child$135.return = completedWork),
9700
+ (child$135 = child$135.sibling);
9669
9701
  completedWork.subtreeFlags |= subtreeFlags;
9670
9702
  completedWork.childLanes = newChildLanes;
9671
9703
  return didBailout;
@@ -9674,6 +9706,7 @@ function completeWork(current, workInProgress, renderLanes) {
9674
9706
  var newProps = workInProgress.pendingProps;
9675
9707
  popTreeContext(workInProgress);
9676
9708
  switch (workInProgress.tag) {
9709
+ case 31:
9677
9710
  case 16:
9678
9711
  case 15:
9679
9712
  case 0:
@@ -9942,11 +9975,11 @@ function completeWork(current, workInProgress, renderLanes) {
9942
9975
  null !== newProps.alternate.memoizedState &&
9943
9976
  null !== newProps.alternate.memoizedState.cachePool &&
9944
9977
  (type = newProps.alternate.memoizedState.cachePool.pool);
9945
- var cache$147 = null;
9978
+ var cache$148 = null;
9946
9979
  null !== newProps.memoizedState &&
9947
9980
  null !== newProps.memoizedState.cachePool &&
9948
- (cache$147 = newProps.memoizedState.cachePool.pool);
9949
- cache$147 !== type && (newProps.flags |= 2048);
9981
+ (cache$148 = newProps.memoizedState.cachePool.pool);
9982
+ cache$148 !== type && (newProps.flags |= 2048);
9950
9983
  }
9951
9984
  renderLanes !== current &&
9952
9985
  renderLanes &&
@@ -9971,8 +10004,8 @@ function completeWork(current, workInProgress, renderLanes) {
9971
10004
  type = workInProgress.memoizedState;
9972
10005
  if (null === type) return bubbleProperties(workInProgress), null;
9973
10006
  newProps = 0 !== (workInProgress.flags & 128);
9974
- cache$147 = type.rendering;
9975
- if (null === cache$147)
10007
+ cache$148 = type.rendering;
10008
+ if (null === cache$148)
9976
10009
  if (newProps) cutOffTailIfNeeded(type, !1);
9977
10010
  else {
9978
10011
  if (
@@ -9980,11 +10013,11 @@ function completeWork(current, workInProgress, renderLanes) {
9980
10013
  (null !== current && 0 !== (current.flags & 128))
9981
10014
  )
9982
10015
  for (current = workInProgress.child; null !== current; ) {
9983
- cache$147 = findFirstSuspended(current);
9984
- if (null !== cache$147) {
10016
+ cache$148 = findFirstSuspended(current);
10017
+ if (null !== cache$148) {
9985
10018
  workInProgress.flags |= 128;
9986
10019
  cutOffTailIfNeeded(type, !1);
9987
- current = cache$147.updateQueue;
10020
+ current = cache$148.updateQueue;
9988
10021
  workInProgress.updateQueue = current;
9989
10022
  scheduleRetryEffect(workInProgress, current);
9990
10023
  workInProgress.subtreeFlags = 0;
@@ -10009,7 +10042,7 @@ function completeWork(current, workInProgress, renderLanes) {
10009
10042
  }
10010
10043
  else {
10011
10044
  if (!newProps)
10012
- if (((current = findFirstSuspended(cache$147)), null !== current)) {
10045
+ if (((current = findFirstSuspended(cache$148)), null !== current)) {
10013
10046
  if (
10014
10047
  ((workInProgress.flags |= 128),
10015
10048
  (newProps = !0),
@@ -10019,7 +10052,7 @@ function completeWork(current, workInProgress, renderLanes) {
10019
10052
  cutOffTailIfNeeded(type, !0),
10020
10053
  null === type.tail &&
10021
10054
  "hidden" === type.tailMode &&
10022
- !cache$147.alternate &&
10055
+ !cache$148.alternate &&
10023
10056
  !isHydrating)
10024
10057
  )
10025
10058
  return bubbleProperties(workInProgress), null;
@@ -10032,13 +10065,13 @@ function completeWork(current, workInProgress, renderLanes) {
10032
10065
  cutOffTailIfNeeded(type, !1),
10033
10066
  (workInProgress.lanes = 4194304));
10034
10067
  type.isBackwards
10035
- ? ((cache$147.sibling = workInProgress.child),
10036
- (workInProgress.child = cache$147))
10068
+ ? ((cache$148.sibling = workInProgress.child),
10069
+ (workInProgress.child = cache$148))
10037
10070
  : ((current = type.last),
10038
10071
  null !== current
10039
- ? (current.sibling = cache$147)
10040
- : (workInProgress.child = cache$147),
10041
- (type.last = cache$147));
10072
+ ? (current.sibling = cache$148)
10073
+ : (workInProgress.child = cache$148),
10074
+ (type.last = cache$148));
10042
10075
  }
10043
10076
  if (null !== type.tail)
10044
10077
  return (
@@ -10731,8 +10764,8 @@ function renderRootSync(root, lanes, shouldYieldForPrerendering) {
10731
10764
  workLoopSync();
10732
10765
  exitStatus = workInProgressRootExitStatus;
10733
10766
  break;
10734
- } catch (thrownValue$166) {
10735
- handleThrow(root, thrownValue$166);
10767
+ } catch (thrownValue$167) {
10768
+ handleThrow(root, thrownValue$167);
10736
10769
  }
10737
10770
  while (1);
10738
10771
  lanes && root.shellSuspendCounter++;
@@ -10847,8 +10880,8 @@ function renderRootConcurrent(root, lanes) {
10847
10880
  }
10848
10881
  workLoopConcurrentByScheduler();
10849
10882
  break;
10850
- } catch (thrownValue$168) {
10851
- handleThrow(root, thrownValue$168);
10883
+ } catch (thrownValue$169) {
10884
+ handleThrow(root, thrownValue$169);
10852
10885
  }
10853
10886
  while (1);
10854
10887
  lastContextDependency = currentlyRenderingFiber$1 = null;
@@ -11290,40 +11323,6 @@ function flushSpawnedWork() {
11290
11323
  flushSyncWorkAcrossRoots_impl(0, !1);
11291
11324
  }
11292
11325
  }
11293
- function flushGestureMutations() {
11294
- if (6 === pendingEffectsStatus) {
11295
- pendingEffectsStatus = 0;
11296
- var root = pendingEffectsRoot,
11297
- prevTransition = ReactSharedInternals.T;
11298
- ReactSharedInternals.T = null;
11299
- var previousPriority = ReactDOMSharedInternals.p;
11300
- ReactDOMSharedInternals.p = 2;
11301
- var prevExecutionContext = executionContext;
11302
- executionContext |= 4;
11303
- try {
11304
- var rootClone = root.gestureClone;
11305
- if (null !== rootClone) {
11306
- root.gestureClone = null;
11307
- var rootContainer = root.containerInfo;
11308
- var containerInstance =
11309
- 9 === rootContainer.nodeType
11310
- ? rootContainer.body
11311
- : "HTML" === rootContainer.nodeName
11312
- ? rootContainer.ownerDocument.body
11313
- : rootContainer;
11314
- var containerParent = containerInstance.parentNode;
11315
- if (null === containerParent) throw Error(formatProdErrorMessage(552));
11316
- containerParent.removeChild(rootClone);
11317
- containerInstance.style.viewTransitionName = "root";
11318
- }
11319
- } finally {
11320
- (executionContext = prevExecutionContext),
11321
- (ReactDOMSharedInternals.p = previousPriority),
11322
- (ReactSharedInternals.T = prevTransition);
11323
- }
11324
- pendingEffectsStatus = 7;
11325
- }
11326
- }
11327
11326
  function releaseRootPooledCache(root, remainingLanes) {
11328
11327
  0 === (root.pooledCacheLanes &= remainingLanes) &&
11329
11328
  ((remainingLanes = root.pooledCache),
@@ -11331,40 +11330,6 @@ function releaseRootPooledCache(root, remainingLanes) {
11331
11330
  ((root.pooledCache = null), releaseCache(remainingLanes)));
11332
11331
  }
11333
11332
  function flushPendingEffects(wasDelayedCommit) {
11334
- flushGestureMutations();
11335
- flushGestureMutations();
11336
- if (7 === pendingEffectsStatus) {
11337
- pendingEffectsStatus = 0;
11338
- var root = pendingEffectsRoot;
11339
- pendingFinishedWork = pendingEffectsRoot = null;
11340
- pendingEffectsLanes = 0;
11341
- var prevTransition = ReactSharedInternals.T;
11342
- ReactSharedInternals.T = null;
11343
- var previousPriority = ReactDOMSharedInternals.p;
11344
- ReactDOMSharedInternals.p = 2;
11345
- var prevExecutionContext = executionContext;
11346
- executionContext |= 4;
11347
- try {
11348
- var rootContainer = root.containerInfo;
11349
- var containerInstance =
11350
- 9 === rootContainer.nodeType
11351
- ? rootContainer.body
11352
- : "HTML" === rootContainer.nodeName
11353
- ? rootContainer.ownerDocument.body
11354
- : rootContainer;
11355
- "root" === containerInstance.style.viewTransitionName &&
11356
- (containerInstance.style.viewTransitionName = "");
11357
- var documentElement = containerInstance.ownerDocument.documentElement;
11358
- null !== documentElement &&
11359
- "none" === documentElement.style.viewTransitionName &&
11360
- (documentElement.style.viewTransitionName = "");
11361
- } finally {
11362
- (executionContext = prevExecutionContext),
11363
- (ReactDOMSharedInternals.p = previousPriority),
11364
- (ReactSharedInternals.T = prevTransition);
11365
- }
11366
- ensureRootIsScheduled(root);
11367
- }
11368
11333
  flushMutationEffects();
11369
11334
  flushLayoutEffects();
11370
11335
  flushSpawnedWork();
@@ -11551,14 +11516,14 @@ function flushSyncWorkAcrossRoots_impl(syncTransitionLanes, onlyLegacy) {
11551
11516
  isFlushingWork = !0;
11552
11517
  do {
11553
11518
  var didPerformSomeWork = !1;
11554
- for (var root$173 = firstScheduledRoot; null !== root$173; ) {
11519
+ for (var root$174 = firstScheduledRoot; null !== root$174; ) {
11555
11520
  if (!onlyLegacy)
11556
11521
  if (0 !== syncTransitionLanes) {
11557
- var pendingLanes = root$173.pendingLanes;
11522
+ var pendingLanes = root$174.pendingLanes;
11558
11523
  if (0 === pendingLanes) var JSCompiler_inline_result = 0;
11559
11524
  else {
11560
- var suspendedLanes = root$173.suspendedLanes,
11561
- pingedLanes = root$173.pingedLanes;
11525
+ var suspendedLanes = root$174.suspendedLanes,
11526
+ pingedLanes = root$174.pingedLanes;
11562
11527
  JSCompiler_inline_result =
11563
11528
  (1 << (31 - clz32(42 | syncTransitionLanes) + 1)) - 1;
11564
11529
  JSCompiler_inline_result &=
@@ -11572,20 +11537,20 @@ function flushSyncWorkAcrossRoots_impl(syncTransitionLanes, onlyLegacy) {
11572
11537
  }
11573
11538
  0 !== JSCompiler_inline_result &&
11574
11539
  ((didPerformSomeWork = !0),
11575
- performSyncWorkOnRoot(root$173, JSCompiler_inline_result));
11540
+ performSyncWorkOnRoot(root$174, JSCompiler_inline_result));
11576
11541
  } else
11577
11542
  (JSCompiler_inline_result = workInProgressRootRenderLanes),
11578
11543
  (JSCompiler_inline_result = getNextLanes(
11579
- root$173,
11580
- root$173 === workInProgressRoot ? JSCompiler_inline_result : 0,
11581
- null !== root$173.cancelPendingCommit ||
11582
- -1 !== root$173.timeoutHandle
11544
+ root$174,
11545
+ root$174 === workInProgressRoot ? JSCompiler_inline_result : 0,
11546
+ null !== root$174.cancelPendingCommit ||
11547
+ -1 !== root$174.timeoutHandle
11583
11548
  )),
11584
11549
  0 === (JSCompiler_inline_result & 3) ||
11585
- checkIfRootIsPrerendering(root$173, JSCompiler_inline_result) ||
11550
+ checkIfRootIsPrerendering(root$174, JSCompiler_inline_result) ||
11586
11551
  ((didPerformSomeWork = !0),
11587
- performSyncWorkOnRoot(root$173, JSCompiler_inline_result));
11588
- root$173 = root$173.next;
11552
+ performSyncWorkOnRoot(root$174, JSCompiler_inline_result));
11553
+ root$174 = root$174.next;
11589
11554
  }
11590
11555
  } while (didPerformSomeWork);
11591
11556
  isFlushingWork = !1;
@@ -11825,20 +11790,20 @@ function extractEvents$1(
11825
11790
  }
11826
11791
  }
11827
11792
  for (
11828
- var i$jscomp$inline_1537 = 0;
11829
- i$jscomp$inline_1537 < simpleEventPluginEvents.length;
11830
- i$jscomp$inline_1537++
11793
+ var i$jscomp$inline_1554 = 0;
11794
+ i$jscomp$inline_1554 < simpleEventPluginEvents.length;
11795
+ i$jscomp$inline_1554++
11831
11796
  ) {
11832
- var eventName$jscomp$inline_1538 =
11833
- simpleEventPluginEvents[i$jscomp$inline_1537],
11834
- domEventName$jscomp$inline_1539 =
11835
- eventName$jscomp$inline_1538.toLowerCase(),
11836
- capitalizedEvent$jscomp$inline_1540 =
11837
- eventName$jscomp$inline_1538[0].toUpperCase() +
11838
- eventName$jscomp$inline_1538.slice(1);
11797
+ var eventName$jscomp$inline_1555 =
11798
+ simpleEventPluginEvents[i$jscomp$inline_1554],
11799
+ domEventName$jscomp$inline_1556 =
11800
+ eventName$jscomp$inline_1555.toLowerCase(),
11801
+ capitalizedEvent$jscomp$inline_1557 =
11802
+ eventName$jscomp$inline_1555[0].toUpperCase() +
11803
+ eventName$jscomp$inline_1555.slice(1);
11839
11804
  registerSimpleEvent(
11840
- domEventName$jscomp$inline_1539,
11841
- "on" + capitalizedEvent$jscomp$inline_1540
11805
+ domEventName$jscomp$inline_1556,
11806
+ "on" + capitalizedEvent$jscomp$inline_1557
11842
11807
  );
11843
11808
  }
11844
11809
  registerSimpleEvent(ANIMATION_END, "onAnimationEnd");
@@ -13015,34 +12980,34 @@ function setInitialProperties(domElement, tag, props) {
13015
12980
  defaultChecked = null;
13016
12981
  for (hasSrc in props)
13017
12982
  if (props.hasOwnProperty(hasSrc)) {
13018
- var propValue$187 = props[hasSrc];
13019
- if (null != propValue$187)
12983
+ var propValue$188 = props[hasSrc];
12984
+ if (null != propValue$188)
13020
12985
  switch (hasSrc) {
13021
12986
  case "name":
13022
- hasSrcSet = propValue$187;
12987
+ hasSrcSet = propValue$188;
13023
12988
  break;
13024
12989
  case "type":
13025
- propValue = propValue$187;
12990
+ propValue = propValue$188;
13026
12991
  break;
13027
12992
  case "checked":
13028
- checked = propValue$187;
12993
+ checked = propValue$188;
13029
12994
  break;
13030
12995
  case "defaultChecked":
13031
- defaultChecked = propValue$187;
12996
+ defaultChecked = propValue$188;
13032
12997
  break;
13033
12998
  case "value":
13034
- propKey = propValue$187;
12999
+ propKey = propValue$188;
13035
13000
  break;
13036
13001
  case "defaultValue":
13037
- defaultValue = propValue$187;
13002
+ defaultValue = propValue$188;
13038
13003
  break;
13039
13004
  case "children":
13040
13005
  case "dangerouslySetInnerHTML":
13041
- if (null != propValue$187)
13006
+ if (null != propValue$188)
13042
13007
  throw Error(formatProdErrorMessage(137, tag));
13043
13008
  break;
13044
13009
  default:
13045
- setProp(domElement, tag, hasSrc, propValue$187, props, null);
13010
+ setProp(domElement, tag, hasSrc, propValue$188, props, null);
13046
13011
  }
13047
13012
  }
13048
13013
  initInput(
@@ -13181,14 +13146,14 @@ function setInitialProperties(domElement, tag, props) {
13181
13146
  return;
13182
13147
  default:
13183
13148
  if (isCustomElement(tag)) {
13184
- for (propValue$187 in props)
13185
- props.hasOwnProperty(propValue$187) &&
13186
- ((hasSrc = props[propValue$187]),
13149
+ for (propValue$188 in props)
13150
+ props.hasOwnProperty(propValue$188) &&
13151
+ ((hasSrc = props[propValue$188]),
13187
13152
  void 0 !== hasSrc &&
13188
13153
  setPropOnCustomElement(
13189
13154
  domElement,
13190
13155
  tag,
13191
- propValue$187,
13156
+ propValue$188,
13192
13157
  hasSrc,
13193
13158
  props,
13194
13159
  void 0
@@ -13236,14 +13201,14 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13236
13201
  setProp(domElement, tag, propKey, null, nextProps, lastProp);
13237
13202
  }
13238
13203
  }
13239
- for (var propKey$204 in nextProps) {
13240
- var propKey = nextProps[propKey$204];
13241
- lastProp = lastProps[propKey$204];
13204
+ for (var propKey$205 in nextProps) {
13205
+ var propKey = nextProps[propKey$205];
13206
+ lastProp = lastProps[propKey$205];
13242
13207
  if (
13243
- nextProps.hasOwnProperty(propKey$204) &&
13208
+ nextProps.hasOwnProperty(propKey$205) &&
13244
13209
  (null != propKey || null != lastProp)
13245
13210
  )
13246
- switch (propKey$204) {
13211
+ switch (propKey$205) {
13247
13212
  case "type":
13248
13213
  type = propKey;
13249
13214
  break;
@@ -13272,7 +13237,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13272
13237
  setProp(
13273
13238
  domElement,
13274
13239
  tag,
13275
- propKey$204,
13240
+ propKey$205,
13276
13241
  propKey,
13277
13242
  nextProps,
13278
13243
  lastProp
@@ -13291,7 +13256,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13291
13256
  );
13292
13257
  return;
13293
13258
  case "select":
13294
- propKey = value = defaultValue = propKey$204 = null;
13259
+ propKey = value = defaultValue = propKey$205 = null;
13295
13260
  for (type in lastProps)
13296
13261
  if (
13297
13262
  ((lastDefaultValue = lastProps[type]),
@@ -13322,7 +13287,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13322
13287
  )
13323
13288
  switch (name) {
13324
13289
  case "value":
13325
- propKey$204 = type;
13290
+ propKey$205 = type;
13326
13291
  break;
13327
13292
  case "defaultValue":
13328
13293
  defaultValue = type;
@@ -13343,15 +13308,15 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13343
13308
  tag = defaultValue;
13344
13309
  lastProps = value;
13345
13310
  nextProps = propKey;
13346
- null != propKey$204
13347
- ? updateOptions(domElement, !!lastProps, propKey$204, !1)
13311
+ null != propKey$205
13312
+ ? updateOptions(domElement, !!lastProps, propKey$205, !1)
13348
13313
  : !!nextProps !== !!lastProps &&
13349
13314
  (null != tag
13350
13315
  ? updateOptions(domElement, !!lastProps, tag, !0)
13351
13316
  : updateOptions(domElement, !!lastProps, lastProps ? [] : "", !1));
13352
13317
  return;
13353
13318
  case "textarea":
13354
- propKey = propKey$204 = null;
13319
+ propKey = propKey$205 = null;
13355
13320
  for (defaultValue in lastProps)
13356
13321
  if (
13357
13322
  ((name = lastProps[defaultValue]),
@@ -13375,7 +13340,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13375
13340
  )
13376
13341
  switch (value) {
13377
13342
  case "value":
13378
- propKey$204 = name;
13343
+ propKey$205 = name;
13379
13344
  break;
13380
13345
  case "defaultValue":
13381
13346
  propKey = name;
@@ -13389,17 +13354,17 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13389
13354
  name !== type &&
13390
13355
  setProp(domElement, tag, value, name, nextProps, type);
13391
13356
  }
13392
- updateTextarea(domElement, propKey$204, propKey);
13357
+ updateTextarea(domElement, propKey$205, propKey);
13393
13358
  return;
13394
13359
  case "option":
13395
- for (var propKey$220 in lastProps)
13360
+ for (var propKey$221 in lastProps)
13396
13361
  if (
13397
- ((propKey$204 = lastProps[propKey$220]),
13398
- lastProps.hasOwnProperty(propKey$220) &&
13399
- null != propKey$204 &&
13400
- !nextProps.hasOwnProperty(propKey$220))
13362
+ ((propKey$205 = lastProps[propKey$221]),
13363
+ lastProps.hasOwnProperty(propKey$221) &&
13364
+ null != propKey$205 &&
13365
+ !nextProps.hasOwnProperty(propKey$221))
13401
13366
  )
13402
- switch (propKey$220) {
13367
+ switch (propKey$221) {
13403
13368
  case "selected":
13404
13369
  domElement.selected = !1;
13405
13370
  break;
@@ -13407,33 +13372,33 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13407
13372
  setProp(
13408
13373
  domElement,
13409
13374
  tag,
13410
- propKey$220,
13375
+ propKey$221,
13411
13376
  null,
13412
13377
  nextProps,
13413
- propKey$204
13378
+ propKey$205
13414
13379
  );
13415
13380
  }
13416
13381
  for (lastDefaultValue in nextProps)
13417
13382
  if (
13418
- ((propKey$204 = nextProps[lastDefaultValue]),
13383
+ ((propKey$205 = nextProps[lastDefaultValue]),
13419
13384
  (propKey = lastProps[lastDefaultValue]),
13420
13385
  nextProps.hasOwnProperty(lastDefaultValue) &&
13421
- propKey$204 !== propKey &&
13422
- (null != propKey$204 || null != propKey))
13386
+ propKey$205 !== propKey &&
13387
+ (null != propKey$205 || null != propKey))
13423
13388
  )
13424
13389
  switch (lastDefaultValue) {
13425
13390
  case "selected":
13426
13391
  domElement.selected =
13427
- propKey$204 &&
13428
- "function" !== typeof propKey$204 &&
13429
- "symbol" !== typeof propKey$204;
13392
+ propKey$205 &&
13393
+ "function" !== typeof propKey$205 &&
13394
+ "symbol" !== typeof propKey$205;
13430
13395
  break;
13431
13396
  default:
13432
13397
  setProp(
13433
13398
  domElement,
13434
13399
  tag,
13435
13400
  lastDefaultValue,
13436
- propKey$204,
13401
+ propKey$205,
13437
13402
  nextProps,
13438
13403
  propKey
13439
13404
  );
@@ -13454,24 +13419,24 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13454
13419
  case "track":
13455
13420
  case "wbr":
13456
13421
  case "menuitem":
13457
- for (var propKey$225 in lastProps)
13458
- (propKey$204 = lastProps[propKey$225]),
13459
- lastProps.hasOwnProperty(propKey$225) &&
13460
- null != propKey$204 &&
13461
- !nextProps.hasOwnProperty(propKey$225) &&
13462
- setProp(domElement, tag, propKey$225, null, nextProps, propKey$204);
13422
+ for (var propKey$226 in lastProps)
13423
+ (propKey$205 = lastProps[propKey$226]),
13424
+ lastProps.hasOwnProperty(propKey$226) &&
13425
+ null != propKey$205 &&
13426
+ !nextProps.hasOwnProperty(propKey$226) &&
13427
+ setProp(domElement, tag, propKey$226, null, nextProps, propKey$205);
13463
13428
  for (checked in nextProps)
13464
13429
  if (
13465
- ((propKey$204 = nextProps[checked]),
13430
+ ((propKey$205 = nextProps[checked]),
13466
13431
  (propKey = lastProps[checked]),
13467
13432
  nextProps.hasOwnProperty(checked) &&
13468
- propKey$204 !== propKey &&
13469
- (null != propKey$204 || null != propKey))
13433
+ propKey$205 !== propKey &&
13434
+ (null != propKey$205 || null != propKey))
13470
13435
  )
13471
13436
  switch (checked) {
13472
13437
  case "children":
13473
13438
  case "dangerouslySetInnerHTML":
13474
- if (null != propKey$204)
13439
+ if (null != propKey$205)
13475
13440
  throw Error(formatProdErrorMessage(137, tag));
13476
13441
  break;
13477
13442
  default:
@@ -13479,7 +13444,7 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13479
13444
  domElement,
13480
13445
  tag,
13481
13446
  checked,
13482
- propKey$204,
13447
+ propKey$205,
13483
13448
  nextProps,
13484
13449
  propKey
13485
13450
  );
@@ -13487,49 +13452,49 @@ function updateProperties(domElement, tag, lastProps, nextProps) {
13487
13452
  return;
13488
13453
  default:
13489
13454
  if (isCustomElement(tag)) {
13490
- for (var propKey$230 in lastProps)
13491
- (propKey$204 = lastProps[propKey$230]),
13492
- lastProps.hasOwnProperty(propKey$230) &&
13493
- void 0 !== propKey$204 &&
13494
- !nextProps.hasOwnProperty(propKey$230) &&
13455
+ for (var propKey$231 in lastProps)
13456
+ (propKey$205 = lastProps[propKey$231]),
13457
+ lastProps.hasOwnProperty(propKey$231) &&
13458
+ void 0 !== propKey$205 &&
13459
+ !nextProps.hasOwnProperty(propKey$231) &&
13495
13460
  setPropOnCustomElement(
13496
13461
  domElement,
13497
13462
  tag,
13498
- propKey$230,
13463
+ propKey$231,
13499
13464
  void 0,
13500
13465
  nextProps,
13501
- propKey$204
13466
+ propKey$205
13502
13467
  );
13503
13468
  for (defaultChecked in nextProps)
13504
- (propKey$204 = nextProps[defaultChecked]),
13469
+ (propKey$205 = nextProps[defaultChecked]),
13505
13470
  (propKey = lastProps[defaultChecked]),
13506
13471
  !nextProps.hasOwnProperty(defaultChecked) ||
13507
- propKey$204 === propKey ||
13508
- (void 0 === propKey$204 && void 0 === propKey) ||
13472
+ propKey$205 === propKey ||
13473
+ (void 0 === propKey$205 && void 0 === propKey) ||
13509
13474
  setPropOnCustomElement(
13510
13475
  domElement,
13511
13476
  tag,
13512
13477
  defaultChecked,
13513
- propKey$204,
13478
+ propKey$205,
13514
13479
  nextProps,
13515
13480
  propKey
13516
13481
  );
13517
13482
  return;
13518
13483
  }
13519
13484
  }
13520
- for (var propKey$235 in lastProps)
13521
- (propKey$204 = lastProps[propKey$235]),
13522
- lastProps.hasOwnProperty(propKey$235) &&
13523
- null != propKey$204 &&
13524
- !nextProps.hasOwnProperty(propKey$235) &&
13525
- setProp(domElement, tag, propKey$235, null, nextProps, propKey$204);
13485
+ for (var propKey$236 in lastProps)
13486
+ (propKey$205 = lastProps[propKey$236]),
13487
+ lastProps.hasOwnProperty(propKey$236) &&
13488
+ null != propKey$205 &&
13489
+ !nextProps.hasOwnProperty(propKey$236) &&
13490
+ setProp(domElement, tag, propKey$236, null, nextProps, propKey$205);
13526
13491
  for (lastProp in nextProps)
13527
- (propKey$204 = nextProps[lastProp]),
13492
+ (propKey$205 = nextProps[lastProp]),
13528
13493
  (propKey = lastProps[lastProp]),
13529
13494
  !nextProps.hasOwnProperty(lastProp) ||
13530
- propKey$204 === propKey ||
13531
- (null == propKey$204 && null == propKey) ||
13532
- setProp(domElement, tag, lastProp, propKey$204, nextProps, propKey);
13495
+ propKey$205 === propKey ||
13496
+ (null == propKey$205 && null == propKey) ||
13497
+ setProp(domElement, tag, lastProp, propKey$205, nextProps, propKey);
13533
13498
  }
13534
13499
  var eventsEnabled = null,
13535
13500
  selectionInformation = null;
@@ -14138,26 +14103,26 @@ function getResource(type, currentProps, pendingProps, currentResource) {
14138
14103
  "string" === typeof pendingProps.precedence
14139
14104
  ) {
14140
14105
  type = getStyleKey(pendingProps.href);
14141
- var styles$243 = getResourcesFromRoot(
14106
+ var styles$244 = getResourcesFromRoot(
14142
14107
  JSCompiler_inline_result
14143
14108
  ).hoistableStyles,
14144
- resource$244 = styles$243.get(type);
14145
- resource$244 ||
14109
+ resource$245 = styles$244.get(type);
14110
+ resource$245 ||
14146
14111
  ((JSCompiler_inline_result =
14147
14112
  JSCompiler_inline_result.ownerDocument || JSCompiler_inline_result),
14148
- (resource$244 = {
14113
+ (resource$245 = {
14149
14114
  type: "stylesheet",
14150
14115
  instance: null,
14151
14116
  count: 0,
14152
14117
  state: { loading: 0, preload: null }
14153
14118
  }),
14154
- styles$243.set(type, resource$244),
14155
- (styles$243 = JSCompiler_inline_result.querySelector(
14119
+ styles$244.set(type, resource$245),
14120
+ (styles$244 = JSCompiler_inline_result.querySelector(
14156
14121
  getStylesheetSelectorFromKey(type)
14157
14122
  )) &&
14158
- !styles$243._p &&
14159
- ((resource$244.instance = styles$243),
14160
- (resource$244.state.loading = 5)),
14123
+ !styles$244._p &&
14124
+ ((resource$245.instance = styles$244),
14125
+ (resource$245.state.loading = 5)),
14161
14126
  preloadPropsMap.has(type) ||
14162
14127
  ((pendingProps = {
14163
14128
  rel: "preload",
@@ -14170,16 +14135,16 @@ function getResource(type, currentProps, pendingProps, currentResource) {
14170
14135
  referrerPolicy: pendingProps.referrerPolicy
14171
14136
  }),
14172
14137
  preloadPropsMap.set(type, pendingProps),
14173
- styles$243 ||
14138
+ styles$244 ||
14174
14139
  preloadStylesheet(
14175
14140
  JSCompiler_inline_result,
14176
14141
  type,
14177
14142
  pendingProps,
14178
- resource$244.state
14143
+ resource$245.state
14179
14144
  )));
14180
14145
  if (currentProps && null === currentResource)
14181
14146
  throw Error(formatProdErrorMessage(528, ""));
14182
- return resource$244;
14147
+ return resource$245;
14183
14148
  }
14184
14149
  if (currentProps && null !== currentResource)
14185
14150
  throw Error(formatProdErrorMessage(529, ""));
@@ -14276,37 +14241,37 @@ function acquireResource(hoistableRoot, resource, props) {
14276
14241
  return (resource.instance = instance);
14277
14242
  case "stylesheet":
14278
14243
  styleProps = getStyleKey(props.href);
14279
- var instance$249 = hoistableRoot.querySelector(
14244
+ var instance$250 = hoistableRoot.querySelector(
14280
14245
  getStylesheetSelectorFromKey(styleProps)
14281
14246
  );
14282
- if (instance$249)
14247
+ if (instance$250)
14283
14248
  return (
14284
14249
  (resource.state.loading |= 4),
14285
- (resource.instance = instance$249),
14286
- markNodeAsHoistable(instance$249),
14287
- instance$249
14250
+ (resource.instance = instance$250),
14251
+ markNodeAsHoistable(instance$250),
14252
+ instance$250
14288
14253
  );
14289
14254
  instance = stylesheetPropsFromRawProps(props);
14290
14255
  (styleProps = preloadPropsMap.get(styleProps)) &&
14291
14256
  adoptPreloadPropsForStylesheet(instance, styleProps);
14292
- instance$249 = (
14257
+ instance$250 = (
14293
14258
  hoistableRoot.ownerDocument || hoistableRoot
14294
14259
  ).createElement("link");
14295
- markNodeAsHoistable(instance$249);
14296
- var linkInstance = instance$249;
14260
+ markNodeAsHoistable(instance$250);
14261
+ var linkInstance = instance$250;
14297
14262
  linkInstance._p = new Promise(function (resolve, reject) {
14298
14263
  linkInstance.onload = resolve;
14299
14264
  linkInstance.onerror = reject;
14300
14265
  });
14301
- setInitialProperties(instance$249, "link", instance);
14266
+ setInitialProperties(instance$250, "link", instance);
14302
14267
  resource.state.loading |= 4;
14303
- insertStylesheet(instance$249, props.precedence, hoistableRoot);
14304
- return (resource.instance = instance$249);
14268
+ insertStylesheet(instance$250, props.precedence, hoistableRoot);
14269
+ return (resource.instance = instance$250);
14305
14270
  case "script":
14306
- instance$249 = getScriptKey(props.src);
14271
+ instance$250 = getScriptKey(props.src);
14307
14272
  if (
14308
14273
  (styleProps = hoistableRoot.querySelector(
14309
- getScriptSelectorFromKey(instance$249)
14274
+ getScriptSelectorFromKey(instance$250)
14310
14275
  ))
14311
14276
  )
14312
14277
  return (
@@ -14315,7 +14280,7 @@ function acquireResource(hoistableRoot, resource, props) {
14315
14280
  styleProps
14316
14281
  );
14317
14282
  instance = props;
14318
- if ((styleProps = preloadPropsMap.get(instance$249)))
14283
+ if ((styleProps = preloadPropsMap.get(instance$250)))
14319
14284
  (instance = assign({}, props)),
14320
14285
  adoptPreloadPropsForScript(instance, styleProps);
14321
14286
  hoistableRoot = hoistableRoot.ownerDocument || hoistableRoot;
@@ -15334,16 +15299,16 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15334
15299
  0 === i && attemptExplicitHydrationTarget(target);
15335
15300
  }
15336
15301
  };
15337
- var isomorphicReactPackageVersion$jscomp$inline_1789 = React.version;
15302
+ var isomorphicReactPackageVersion$jscomp$inline_1811 = React.version;
15338
15303
  if (
15339
- "19.1.0-canary-5398b711-20250314" !==
15340
- isomorphicReactPackageVersion$jscomp$inline_1789
15304
+ "19.1.0-canary-c69a5fc5-20250318" !==
15305
+ isomorphicReactPackageVersion$jscomp$inline_1811
15341
15306
  )
15342
15307
  throw Error(
15343
15308
  formatProdErrorMessage(
15344
15309
  527,
15345
- isomorphicReactPackageVersion$jscomp$inline_1789,
15346
- "19.1.0-canary-5398b711-20250314"
15310
+ isomorphicReactPackageVersion$jscomp$inline_1811,
15311
+ "19.1.0-canary-c69a5fc5-20250318"
15347
15312
  )
15348
15313
  );
15349
15314
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15363,24 +15328,24 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15363
15328
  null === componentOrElement ? null : componentOrElement.stateNode;
15364
15329
  return componentOrElement;
15365
15330
  };
15366
- var internals$jscomp$inline_2284 = {
15331
+ var internals$jscomp$inline_2294 = {
15367
15332
  bundleType: 0,
15368
- version: "19.1.0-canary-5398b711-20250314",
15333
+ version: "19.1.0-canary-c69a5fc5-20250318",
15369
15334
  rendererPackageName: "react-dom",
15370
15335
  currentDispatcherRef: ReactSharedInternals,
15371
- reconcilerVersion: "19.1.0-canary-5398b711-20250314"
15336
+ reconcilerVersion: "19.1.0-canary-c69a5fc5-20250318"
15372
15337
  };
15373
15338
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15374
- var hook$jscomp$inline_2285 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
15339
+ var hook$jscomp$inline_2295 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
15375
15340
  if (
15376
- !hook$jscomp$inline_2285.isDisabled &&
15377
- hook$jscomp$inline_2285.supportsFiber
15341
+ !hook$jscomp$inline_2295.isDisabled &&
15342
+ hook$jscomp$inline_2295.supportsFiber
15378
15343
  )
15379
15344
  try {
15380
- (rendererID = hook$jscomp$inline_2285.inject(
15381
- internals$jscomp$inline_2284
15345
+ (rendererID = hook$jscomp$inline_2295.inject(
15346
+ internals$jscomp$inline_2294
15382
15347
  )),
15383
- (injectedHook = hook$jscomp$inline_2285);
15348
+ (injectedHook = hook$jscomp$inline_2295);
15384
15349
  } catch (err) {}
15385
15350
  }
15386
15351
  exports.createRoot = function (container, options) {
@@ -15472,4 +15437,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15472
15437
  listenToAllSupportedEvents(container);
15473
15438
  return new ReactDOMHydrationRoot(initialChildren);
15474
15439
  };
15475
- exports.version = "19.1.0-canary-5398b711-20250314";
15440
+ exports.version = "19.1.0-canary-c69a5fc5-20250318";