@@ -2381,7 +2381,7 @@ function getViewTransitionName(props, instance) {
23812381  if (null !== instance.autoName) return instance.autoName;
23822382  props = pendingEffectsRoot.identifierPrefix;
23832383  var globalClientId = globalClientIdCounter$1++;
2384-   props = "\u00ab " + props + "t " + globalClientId.toString(32) + "\u00bb ";
2384+   props = "_ " + props + "t_ " + globalClientId.toString(32) + "_ ";
23852385  return (instance.autoName = props);
23862386}
23872387function getClassNameByType(classByType) {
@@ -4610,7 +4610,13 @@ function findFirstSuspended(row) {
46104610          isSuspenseInstanceFallback(state))
46114611      )
46124612        return node;
4613-     } else if (19 === node.tag && void 0 !== node.memoizedProps.revealOrder) {
4613+     } else if (
4614+       19 === node.tag &&
4615+       ("forwards" === node.memoizedProps.revealOrder ||
4616+         "backwards" === node.memoizedProps.revealOrder ||
4617+         "unstable_legacy-backwards" === node.memoizedProps.revealOrder ||
4618+         "together" === node.memoizedProps.revealOrder)
4619+     ) {
46144620      if (0 !== (node.flags & 128)) return node;
46154621    } else if (null !== node.child) {
46164622      node.child.return = node;
@@ -6002,19 +6008,19 @@ var HooksDispatcherOnMount = {
60026008            idWithLeadingBit & ~(1 << (32 - clz32(idWithLeadingBit) - 1))
60036009          ).toString(32) + JSCompiler_inline_result;
60046010        identifierPrefix =
6005-           "\u00ab " + identifierPrefix + "R " + JSCompiler_inline_result;
6011+           "_ " + identifierPrefix + "R_ " + JSCompiler_inline_result;
60066012        JSCompiler_inline_result = localIdCounter++;
60076013        0 < JSCompiler_inline_result &&
60086014          (identifierPrefix += "H" + JSCompiler_inline_result.toString(32));
6009-         identifierPrefix += "\u00bb ";
6015+         identifierPrefix += "_ ";
60106016      } else
60116017        (JSCompiler_inline_result = globalClientIdCounter++),
60126018          (identifierPrefix =
6013-             "\u00ab " +
6019+             "_ " +
60146020            identifierPrefix +
6015-             "r " +
6021+             "r_ " +
60166022            JSCompiler_inline_result.toString(32) +
6017-             "\u00bb ");
6023+             "_ ");
60186024      return (hook.memoizedState = identifierPrefix);
60196025    },
60206026    useHostTransitionStatus: useHostTransitionStatus,
@@ -7532,6 +7538,7 @@ function updateSuspenseListComponent(current, workInProgress, renderLanes) {
75327538      );
75337539      break;
75347540    case "backwards":
7541+     case "unstable_legacy-backwards":
75357542      renderLanes = null;
75367543      revealOrder = workInProgress.child;
75377544      for (workInProgress.child = null; null !== revealOrder; ) {
@@ -19132,14 +19139,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1913219139};
1913319140var isomorphicReactPackageVersion$jscomp$inline_2180 = React.version;
1913419141if (
19135-   "19.2.0-experimental-14094f80-20250529 " !==
19142+   "19.2.0-experimental-280ff6fe-20250606 " !==
1913619143  isomorphicReactPackageVersion$jscomp$inline_2180
1913719144)
1913819145  throw Error(
1913919146    formatProdErrorMessage(
1914019147      527,
1914119148      isomorphicReactPackageVersion$jscomp$inline_2180,
19142-       "19.2.0-experimental-14094f80-20250529 "
19149+       "19.2.0-experimental-280ff6fe-20250606 "
1914319150    )
1914419151  );
1914519152ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -19161,10 +19168,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1916119168};
1916219169var internals$jscomp$inline_2865 = {
1916319170  bundleType: 0,
19164-   version: "19.2.0-experimental-14094f80-20250529 ",
19171+   version: "19.2.0-experimental-280ff6fe-20250606 ",
1916519172  rendererPackageName: "react-dom",
1916619173  currentDispatcherRef: ReactSharedInternals,
19167-   reconcilerVersion: "19.2.0-experimental-14094f80-20250529 "
19174+   reconcilerVersion: "19.2.0-experimental-280ff6fe-20250606 "
1916819175};
1916919176if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1917019177  var hook$jscomp$inline_2866 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -19271,4 +19278,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1927119278  listenToAllSupportedEvents(container);
1927219279  return new ReactDOMHydrationRoot(initialChildren);
1927319280};
19274- exports.version = "19.2.0-experimental-14094f80-20250529 ";
19281+ exports.version = "19.2.0-experimental-280ff6fe-20250606 ";
0 commit comments