react-dom 19.2.0-canary-23884812-20250520 → 19.2.0-canary-99efc627-20250523

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.
@@ -14827,7 +14827,7 @@
14827
14827
  );
14828
14828
  markRootUpdated$1(root, lane);
14829
14829
  if (
14830
- 0 !== (executionContext & RenderContext) &&
14830
+ (executionContext & RenderContext) !== NoContext &&
14831
14831
  root === workInProgressRoot
14832
14832
  ) {
14833
14833
  if (isRendering)
@@ -16492,7 +16492,7 @@
16492
16492
  } else didWarnStateUpdateForNotYetMountedComponent = new Set([tag]);
16493
16493
  runWithFiberInDEV(fiber, function () {
16494
16494
  console.error(
16495
- "Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously later calls tries to update the component. Move this work to useEffect instead."
16495
+ "Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously tries to update the component. Move this work to useEffect instead."
16496
16496
  );
16497
16497
  });
16498
16498
  }
@@ -25449,11 +25449,11 @@
25449
25449
  };
25450
25450
  (function () {
25451
25451
  var isomorphicReactPackageVersion = React.version;
25452
- if ("19.2.0-canary-23884812-20250520" !== isomorphicReactPackageVersion)
25452
+ if ("19.2.0-canary-99efc627-20250523" !== isomorphicReactPackageVersion)
25453
25453
  throw Error(
25454
25454
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25455
25455
  (isomorphicReactPackageVersion +
25456
- "\n - react-dom: 19.2.0-canary-23884812-20250520\nLearn more: https://react.dev/warnings/version-mismatch")
25456
+ "\n - react-dom: 19.2.0-canary-99efc627-20250523\nLearn more: https://react.dev/warnings/version-mismatch")
25457
25457
  );
25458
25458
  })();
25459
25459
  ("function" === typeof Map &&
@@ -25490,10 +25490,10 @@
25490
25490
  !(function () {
25491
25491
  var internals = {
25492
25492
  bundleType: 1,
25493
- version: "19.2.0-canary-23884812-20250520",
25493
+ version: "19.2.0-canary-99efc627-20250523",
25494
25494
  rendererPackageName: "react-dom",
25495
25495
  currentDispatcherRef: ReactSharedInternals,
25496
- reconcilerVersion: "19.2.0-canary-23884812-20250520"
25496
+ reconcilerVersion: "19.2.0-canary-99efc627-20250523"
25497
25497
  };
25498
25498
  internals.overrideHookState = overrideHookState;
25499
25499
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25631,7 +25631,7 @@
25631
25631
  listenToAllSupportedEvents(container);
25632
25632
  return new ReactDOMHydrationRoot(initialChildren);
25633
25633
  };
25634
- exports.version = "19.2.0-canary-23884812-20250520";
25634
+ exports.version = "19.2.0-canary-99efc627-20250523";
25635
25635
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25636
25636
  "function" ===
25637
25637
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15686,14 +15686,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15686
15686
  };
15687
15687
  var isomorphicReactPackageVersion$jscomp$inline_1851 = React.version;
15688
15688
  if (
15689
- "19.2.0-canary-23884812-20250520" !==
15689
+ "19.2.0-canary-99efc627-20250523" !==
15690
15690
  isomorphicReactPackageVersion$jscomp$inline_1851
15691
15691
  )
15692
15692
  throw Error(
15693
15693
  formatProdErrorMessage(
15694
15694
  527,
15695
15695
  isomorphicReactPackageVersion$jscomp$inline_1851,
15696
- "19.2.0-canary-23884812-20250520"
15696
+ "19.2.0-canary-99efc627-20250523"
15697
15697
  )
15698
15698
  );
15699
15699
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15715,10 +15715,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15715
15715
  };
15716
15716
  var internals$jscomp$inline_2344 = {
15717
15717
  bundleType: 0,
15718
- version: "19.2.0-canary-23884812-20250520",
15718
+ version: "19.2.0-canary-99efc627-20250523",
15719
15719
  rendererPackageName: "react-dom",
15720
15720
  currentDispatcherRef: ReactSharedInternals,
15721
- reconcilerVersion: "19.2.0-canary-23884812-20250520"
15721
+ reconcilerVersion: "19.2.0-canary-99efc627-20250523"
15722
15722
  };
15723
15723
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15724
15724
  var hook$jscomp$inline_2345 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15816,4 +15816,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15816
15816
  listenToAllSupportedEvents(container);
15817
15817
  return new ReactDOMHydrationRoot(initialChildren);
15818
15818
  };
15819
- exports.version = "19.2.0-canary-23884812-20250520";
15819
+ exports.version = "19.2.0-canary-99efc627-20250523";
@@ -14835,7 +14835,7 @@
14835
14835
  );
14836
14836
  markRootUpdated$1(root, lane);
14837
14837
  if (
14838
- 0 !== (executionContext & RenderContext) &&
14838
+ (executionContext & RenderContext) !== NoContext &&
14839
14839
  root === workInProgressRoot
14840
14840
  ) {
14841
14841
  if (isRendering)
@@ -16500,7 +16500,7 @@
16500
16500
  } else didWarnStateUpdateForNotYetMountedComponent = new Set([tag]);
16501
16501
  runWithFiberInDEV(fiber, function () {
16502
16502
  console.error(
16503
- "Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously later calls tries to update the component. Move this work to useEffect instead."
16503
+ "Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously tries to update the component. Move this work to useEffect instead."
16504
16504
  );
16505
16505
  });
16506
16506
  }
@@ -25501,11 +25501,11 @@
25501
25501
  };
25502
25502
  (function () {
25503
25503
  var isomorphicReactPackageVersion = React.version;
25504
- if ("19.2.0-canary-23884812-20250520" !== isomorphicReactPackageVersion)
25504
+ if ("19.2.0-canary-99efc627-20250523" !== isomorphicReactPackageVersion)
25505
25505
  throw Error(
25506
25506
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25507
25507
  (isomorphicReactPackageVersion +
25508
- "\n - react-dom: 19.2.0-canary-23884812-20250520\nLearn more: https://react.dev/warnings/version-mismatch")
25508
+ "\n - react-dom: 19.2.0-canary-99efc627-20250523\nLearn more: https://react.dev/warnings/version-mismatch")
25509
25509
  );
25510
25510
  })();
25511
25511
  ("function" === typeof Map &&
@@ -25542,10 +25542,10 @@
25542
25542
  !(function () {
25543
25543
  var internals = {
25544
25544
  bundleType: 1,
25545
- version: "19.2.0-canary-23884812-20250520",
25545
+ version: "19.2.0-canary-99efc627-20250523",
25546
25546
  rendererPackageName: "react-dom",
25547
25547
  currentDispatcherRef: ReactSharedInternals,
25548
- reconcilerVersion: "19.2.0-canary-23884812-20250520"
25548
+ reconcilerVersion: "19.2.0-canary-99efc627-20250523"
25549
25549
  };
25550
25550
  internals.overrideHookState = overrideHookState;
25551
25551
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -26013,7 +26013,7 @@
26013
26013
  exports.useFormStatus = function () {
26014
26014
  return resolveDispatcher().useHostTransitionStatus();
26015
26015
  };
26016
- exports.version = "19.2.0-canary-23884812-20250520";
26016
+ exports.version = "19.2.0-canary-99efc627-20250523";
26017
26017
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
26018
26018
  "function" ===
26019
26019
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -16387,14 +16387,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
16387
16387
  };
16388
16388
  var isomorphicReactPackageVersion$jscomp$inline_1955 = React.version;
16389
16389
  if (
16390
- "19.2.0-canary-23884812-20250520" !==
16390
+ "19.2.0-canary-99efc627-20250523" !==
16391
16391
  isomorphicReactPackageVersion$jscomp$inline_1955
16392
16392
  )
16393
16393
  throw Error(
16394
16394
  formatProdErrorMessage(
16395
16395
  527,
16396
16396
  isomorphicReactPackageVersion$jscomp$inline_1955,
16397
- "19.2.0-canary-23884812-20250520"
16397
+ "19.2.0-canary-99efc627-20250523"
16398
16398
  )
16399
16399
  );
16400
16400
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16416,10 +16416,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
16416
16416
  };
16417
16417
  var internals$jscomp$inline_1962 = {
16418
16418
  bundleType: 0,
16419
- version: "19.2.0-canary-23884812-20250520",
16419
+ version: "19.2.0-canary-99efc627-20250523",
16420
16420
  rendererPackageName: "react-dom",
16421
16421
  currentDispatcherRef: ReactSharedInternals,
16422
- reconcilerVersion: "19.2.0-canary-23884812-20250520",
16422
+ reconcilerVersion: "19.2.0-canary-99efc627-20250523",
16423
16423
  getLaneLabelMap: function () {
16424
16424
  for (
16425
16425
  var map = new Map(), lane = 1, index$293 = 0;
@@ -16692,7 +16692,7 @@ exports.useFormState = function (action, initialState, permalink) {
16692
16692
  exports.useFormStatus = function () {
16693
16693
  return ReactSharedInternals.H.useHostTransitionStatus();
16694
16694
  };
16695
- exports.version = "19.2.0-canary-23884812-20250520";
16695
+ exports.version = "19.2.0-canary-99efc627-20250523";
16696
16696
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16697
16697
  "function" ===
16698
16698
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -859,8 +859,8 @@
859
859
  ? null
860
860
  : {
861
861
  update: parentViewTransition.update,
862
- enter: null,
863
- exit: null,
862
+ enter: "none",
863
+ exit: "none",
864
864
  share: parentViewTransition.update,
865
865
  name: parentViewTransition.autoName,
866
866
  autoName: parentViewTransition.autoName,
@@ -6975,62 +6975,129 @@
6975
6975
  queueCompletedSegment(boundary, childSegment);
6976
6976
  } else boundary.completedSegments.push(segment);
6977
6977
  }
6978
- function finishedTask(request, boundary, row, segment) {
6978
+ function finishedTask(request$jscomp$0, boundary$jscomp$0, row, segment) {
6979
6979
  null !== row &&
6980
6980
  (0 === --row.pendingTasks
6981
- ? finishSuspenseListRow(request, row)
6982
- : row.together && tryToResolveTogetherRow(request, row));
6983
- request.allPendingTasks--;
6984
- if (null === boundary) {
6981
+ ? finishSuspenseListRow(request$jscomp$0, row)
6982
+ : row.together && tryToResolveTogetherRow(request$jscomp$0, row));
6983
+ request$jscomp$0.allPendingTasks--;
6984
+ if (null === boundary$jscomp$0) {
6985
6985
  if (null !== segment && segment.parentFlushed) {
6986
- if (null !== request.completedRootSegment)
6986
+ if (null !== request$jscomp$0.completedRootSegment)
6987
6987
  throw Error(
6988
6988
  "There can only be one root segment. This is a bug in React."
6989
6989
  );
6990
- request.completedRootSegment = segment;
6990
+ request$jscomp$0.completedRootSegment = segment;
6991
6991
  }
6992
- request.pendingRootTasks--;
6993
- 0 === request.pendingRootTasks && completeShell(request);
6994
- } else
6995
- boundary.pendingTasks--,
6996
- boundary.status !== CLIENT_RENDERED &&
6997
- (0 === boundary.pendingTasks
6998
- ? (boundary.status === PENDING && (boundary.status = COMPLETED),
6999
- null !== segment &&
7000
- segment.parentFlushed &&
7001
- segment.status === COMPLETED &&
7002
- queueCompletedSegment(boundary, segment),
7003
- boundary.parentFlushed &&
7004
- request.completedBoundaries.push(boundary),
7005
- boundary.status === COMPLETED &&
7006
- ((row = boundary.row),
7007
- null !== row &&
7008
- hoistHoistables(row.hoistables, boundary.contentState),
7009
- 500 < boundary.byteSize ||
7010
- (boundary.fallbackAbortableTasks.forEach(
7011
- abortTaskSoft,
7012
- request
7013
- ),
7014
- boundary.fallbackAbortableTasks.clear(),
7015
- null !== row &&
7016
- 0 === --row.pendingTasks &&
7017
- finishSuspenseListRow(request, row)),
7018
- 0 === request.pendingRootTasks &&
7019
- null === request.trackedPostpones &&
7020
- null !== boundary.contentPreamble &&
7021
- preparePreamble(request)))
7022
- : (null !== segment &&
7023
- segment.parentFlushed &&
7024
- segment.status === COMPLETED &&
7025
- (queueCompletedSegment(boundary, segment),
7026
- 1 === boundary.completedSegments.length &&
7027
- boundary.parentFlushed &&
7028
- request.partialBoundaries.push(boundary)),
7029
- (boundary = boundary.row),
7030
- null !== boundary &&
7031
- boundary.together &&
7032
- tryToResolveTogetherRow(request, boundary)));
7033
- 0 === request.allPendingTasks && completeAll(request);
6992
+ request$jscomp$0.pendingRootTasks--;
6993
+ 0 === request$jscomp$0.pendingRootTasks &&
6994
+ completeShell(request$jscomp$0);
6995
+ } else if (
6996
+ (boundary$jscomp$0.pendingTasks--,
6997
+ boundary$jscomp$0.status !== CLIENT_RENDERED)
6998
+ )
6999
+ if (0 === boundary$jscomp$0.pendingTasks)
7000
+ if (
7001
+ (boundary$jscomp$0.status === PENDING &&
7002
+ (boundary$jscomp$0.status = COMPLETED),
7003
+ null !== segment &&
7004
+ segment.parentFlushed &&
7005
+ segment.status === COMPLETED &&
7006
+ queueCompletedSegment(boundary$jscomp$0, segment),
7007
+ boundary$jscomp$0.parentFlushed &&
7008
+ request$jscomp$0.completedBoundaries.push(boundary$jscomp$0),
7009
+ boundary$jscomp$0.status === COMPLETED)
7010
+ )
7011
+ (row = boundary$jscomp$0.row),
7012
+ null !== row &&
7013
+ hoistHoistables(row.hoistables, boundary$jscomp$0.contentState),
7014
+ 500 < boundary$jscomp$0.byteSize ||
7015
+ (boundary$jscomp$0.fallbackAbortableTasks.forEach(
7016
+ abortTaskSoft,
7017
+ request$jscomp$0
7018
+ ),
7019
+ boundary$jscomp$0.fallbackAbortableTasks.clear(),
7020
+ null !== row &&
7021
+ 0 === --row.pendingTasks &&
7022
+ finishSuspenseListRow(request$jscomp$0, row)),
7023
+ 0 === request$jscomp$0.pendingRootTasks &&
7024
+ null === request$jscomp$0.trackedPostpones &&
7025
+ null !== boundary$jscomp$0.contentPreamble &&
7026
+ preparePreamble(request$jscomp$0);
7027
+ else {
7028
+ if (
7029
+ boundary$jscomp$0.status === POSTPONED &&
7030
+ ((boundary$jscomp$0 = boundary$jscomp$0.row),
7031
+ null !== boundary$jscomp$0)
7032
+ ) {
7033
+ if (null !== request$jscomp$0.trackedPostpones) {
7034
+ row = request$jscomp$0.trackedPostpones;
7035
+ var postponedRow = boundary$jscomp$0.next;
7036
+ if (
7037
+ null !== postponedRow &&
7038
+ ((segment = postponedRow.boundaries), null !== segment)
7039
+ )
7040
+ for (
7041
+ postponedRow.boundaries = null, postponedRow = 0;
7042
+ postponedRow < segment.length;
7043
+ postponedRow++
7044
+ ) {
7045
+ var postponedBoundary = segment[postponedRow];
7046
+ var request = request$jscomp$0,
7047
+ trackedPostpones = row,
7048
+ boundary = postponedBoundary;
7049
+ boundary.status = POSTPONED;
7050
+ boundary.rootSegmentID = request.nextSegmentId++;
7051
+ request = boundary.trackedContentKeyPath;
7052
+ if (null === request)
7053
+ throw Error(
7054
+ "It should not be possible to postpone at the root. This is a bug in React."
7055
+ );
7056
+ var fallbackReplayNode = boundary.trackedFallbackNode,
7057
+ children = [],
7058
+ boundaryNode = trackedPostpones.workingMap.get(request);
7059
+ void 0 === boundaryNode
7060
+ ? ((boundary = [
7061
+ request[1],
7062
+ request[2],
7063
+ children,
7064
+ null,
7065
+ fallbackReplayNode,
7066
+ boundary.rootSegmentID
7067
+ ]),
7068
+ trackedPostpones.workingMap.set(request, boundary),
7069
+ addToReplayParent(
7070
+ boundary,
7071
+ request[0],
7072
+ trackedPostpones
7073
+ ))
7074
+ : ((boundaryNode[4] = fallbackReplayNode),
7075
+ (boundaryNode[5] = boundary.rootSegmentID));
7076
+ finishedTask(
7077
+ request$jscomp$0,
7078
+ postponedBoundary,
7079
+ null,
7080
+ null
7081
+ );
7082
+ }
7083
+ }
7084
+ 0 === --boundary$jscomp$0.pendingTasks &&
7085
+ finishSuspenseListRow(request$jscomp$0, boundary$jscomp$0);
7086
+ }
7087
+ }
7088
+ else
7089
+ null !== segment &&
7090
+ segment.parentFlushed &&
7091
+ segment.status === COMPLETED &&
7092
+ (queueCompletedSegment(boundary$jscomp$0, segment),
7093
+ 1 === boundary$jscomp$0.completedSegments.length &&
7094
+ boundary$jscomp$0.parentFlushed &&
7095
+ request$jscomp$0.partialBoundaries.push(boundary$jscomp$0)),
7096
+ (boundary$jscomp$0 = boundary$jscomp$0.row),
7097
+ null !== boundary$jscomp$0 &&
7098
+ boundary$jscomp$0.together &&
7099
+ tryToResolveTogetherRow(request$jscomp$0, boundary$jscomp$0);
7100
+ 0 === request$jscomp$0.allPendingTasks && completeAll(request$jscomp$0);
7034
7101
  }
7035
7102
  function performWork(request$jscomp$2) {
7036
7103
  if (
@@ -8006,6 +8073,18 @@
8006
8073
  fatalError(request, error$4, reason, null);
8007
8074
  }
8008
8075
  }
8076
+ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
8077
+ if (null === parentKeyPath) trackedPostpones.rootNodes.push(node);
8078
+ else {
8079
+ var workingMap = trackedPostpones.workingMap,
8080
+ parentNode = workingMap.get(parentKeyPath);
8081
+ void 0 === parentNode &&
8082
+ ((parentNode = [parentKeyPath[1], parentKeyPath[2], [], null]),
8083
+ workingMap.set(parentKeyPath, parentNode),
8084
+ addToReplayParent(parentNode, parentKeyPath[0], trackedPostpones));
8085
+ parentNode[2].push(node);
8086
+ }
8087
+ }
8009
8088
  function onError() {}
8010
8089
  function renderToStringImpl(
8011
8090
  children,
@@ -9214,7 +9293,7 @@
9214
9293
  completeSegmentScript2 = '","',
9215
9294
  completeSegmentScriptEnd = '")\x3c/script>',
9216
9295
  completeBoundaryScriptFunctionOnly =
9217
- '$RB=[];$RV=function(){$RT=performance.now();var d=$RB;$RB=[];for(var a=0;a<d.length;a+=2){var b=d[a],h=d[a+1],e=b.parentNode;if(e){var f=b.previousSibling,g=0;do{if(b&&8===b.nodeType){var c=b.data;if("/$"===c||"/&"===c)if(0===g)break;else g--;else"$"!==c&&"$?"!==c&&"$~"!==c&&"$!"!==c&&"&"!==c||g++}c=b.nextSibling;e.removeChild(b);b=c}while(b);for(;h.firstChild;)e.insertBefore(h.firstChild,b);f.data="$";f._reactRetry&&f._reactRetry()}}};$RC=function(d,a){if(a=document.getElementById(a))if(a.parentNode.removeChild(a),d=document.getElementById(d))d.previousSibling.data="$~",$RB.push(d,a),2===$RB.length&&setTimeout($RV,("number"!==typeof $RT?0:$RT)+300-performance.now())};',
9296
+ '$RB=[];$RV=function(c){$RT=performance.now();for(var a=0;a<c.length;a+=2){var b=c[a],h=c[a+1],e=b.parentNode;if(e){var f=b.previousSibling,g=0;do{if(b&&8===b.nodeType){var d=b.data;if("/$"===d||"/&"===d)if(0===g)break;else g--;else"$"!==d&&"$?"!==d&&"$~"!==d&&"$!"!==d&&"&"!==d||g++}d=b.nextSibling;e.removeChild(b);b=d}while(b);for(;h.firstChild;)e.insertBefore(h.firstChild,b);f.data="$";f._reactRetry&&f._reactRetry()}}c.length=0};$RC=function(c,a){if(a=document.getElementById(a))if(a.parentNode.removeChild(a),c=document.getElementById(c))c.previousSibling.data="$~",$RB.push(c,a),2===$RB.length&&setTimeout($RV.bind(null,$RB),("number"!==typeof $RT?0:$RT)+300-performance.now())};',
9218
9297
  completeBoundaryScript1Partial = '$RC("',
9219
9298
  completeBoundaryWithStylesScript1FullPartial =
9220
9299
  '$RM=new Map;$RR=function(n,w,p){function u(q){this._p=null;q()}for(var r=new Map,t=document,h,b,e=t.querySelectorAll("link[data-precedence],style[data-precedence]"),v=[],k=0;b=e[k++];)"not all"===b.getAttribute("media")?v.push(b):("LINK"===b.tagName&&$RM.set(b.getAttribute("href"),b),r.set(b.dataset.precedence,h=b));e=0;b=[];var l,a;for(k=!0;;){if(k){var f=p[e++];if(!f){k=!1;e=0;continue}var c=!1,m=0;var d=f[m++];if(a=$RM.get(d)){var g=a._p;c=!0}else{a=t.createElement("link");a.href=d;a.rel=\n"stylesheet";for(a.dataset.precedence=l=f[m++];g=f[m++];)a.setAttribute(g,f[m++]);g=a._p=new Promise(function(q,x){a.onload=u.bind(a,q);a.onerror=u.bind(a,x)});$RM.set(d,a)}d=a.getAttribute("media");!g||d&&!matchMedia(d).matches||b.push(g);if(c)continue}else{a=v[e++];if(!a)break;l=a.getAttribute("data-precedence");a.removeAttribute("media")}c=r.get(l)||h;c===h&&(h=a);r.set(l,a);c?c.parentNode.insertBefore(a,c.nextSibling):(c=t.head,c.insertBefore(a,c.firstChild))}if(p=document.getElementById(n))p.previousSibling.data=\n"$~";Promise.all(b).then($RC.bind(null,n,w),$RX.bind(null,n,"CSS failed to load"))};$RR("',
@@ -9519,5 +9598,5 @@
9519
9598
  'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
9520
9599
  );
9521
9600
  };
9522
- exports.version = "19.2.0-canary-23884812-20250520";
9601
+ exports.version = "19.2.0-canary-99efc627-20250523";
9523
9602
  })();