react-dom 19.2.0-canary-b10cb4c0-20250403 → 19.2.0-canary-540cd652-20250403

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.
@@ -15272,14 +15272,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15272
15272
  };
15273
15273
  var isomorphicReactPackageVersion$jscomp$inline_1779 = React.version;
15274
15274
  if (
15275
- "19.2.0-canary-b10cb4c0-20250403" !==
15275
+ "19.2.0-canary-540cd652-20250403" !==
15276
15276
  isomorphicReactPackageVersion$jscomp$inline_1779
15277
15277
  )
15278
15278
  throw Error(
15279
15279
  formatProdErrorMessage(
15280
15280
  527,
15281
15281
  isomorphicReactPackageVersion$jscomp$inline_1779,
15282
- "19.2.0-canary-b10cb4c0-20250403"
15282
+ "19.2.0-canary-540cd652-20250403"
15283
15283
  )
15284
15284
  );
15285
15285
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15301,10 +15301,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15301
15301
  };
15302
15302
  var internals$jscomp$inline_2250 = {
15303
15303
  bundleType: 0,
15304
- version: "19.2.0-canary-b10cb4c0-20250403",
15304
+ version: "19.2.0-canary-540cd652-20250403",
15305
15305
  rendererPackageName: "react-dom",
15306
15306
  currentDispatcherRef: ReactSharedInternals,
15307
- reconcilerVersion: "19.2.0-canary-b10cb4c0-20250403"
15307
+ reconcilerVersion: "19.2.0-canary-540cd652-20250403"
15308
15308
  };
15309
15309
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15310
15310
  var hook$jscomp$inline_2251 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15408,4 +15408,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15408
15408
  listenToAllSupportedEvents(container);
15409
15409
  return new ReactDOMHydrationRoot(initialChildren);
15410
15410
  };
15411
- exports.version = "19.2.0-canary-b10cb4c0-20250403";
15411
+ exports.version = "19.2.0-canary-540cd652-20250403";