react-dom 19.2.0-canary-d85f86cf-20250514 → 19.2.0-canary-4448b187-20250515

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.
@@ -25432,11 +25432,11 @@
25432
25432
  };
25433
25433
  (function () {
25434
25434
  var isomorphicReactPackageVersion = React.version;
25435
- if ("19.2.0-canary-d85f86cf-20250514" !== isomorphicReactPackageVersion)
25435
+ if ("19.2.0-canary-4448b187-20250515" !== isomorphicReactPackageVersion)
25436
25436
  throw Error(
25437
25437
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25438
25438
  (isomorphicReactPackageVersion +
25439
- "\n - react-dom: 19.2.0-canary-d85f86cf-20250514\nLearn more: https://react.dev/warnings/version-mismatch")
25439
+ "\n - react-dom: 19.2.0-canary-4448b187-20250515\nLearn more: https://react.dev/warnings/version-mismatch")
25440
25440
  );
25441
25441
  })();
25442
25442
  ("function" === typeof Map &&
@@ -25473,10 +25473,10 @@
25473
25473
  !(function () {
25474
25474
  var internals = {
25475
25475
  bundleType: 1,
25476
- version: "19.2.0-canary-d85f86cf-20250514",
25476
+ version: "19.2.0-canary-4448b187-20250515",
25477
25477
  rendererPackageName: "react-dom",
25478
25478
  currentDispatcherRef: ReactSharedInternals,
25479
- reconcilerVersion: "19.2.0-canary-d85f86cf-20250514"
25479
+ reconcilerVersion: "19.2.0-canary-4448b187-20250515"
25480
25480
  };
25481
25481
  internals.overrideHookState = overrideHookState;
25482
25482
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25614,7 +25614,7 @@
25614
25614
  listenToAllSupportedEvents(container);
25615
25615
  return new ReactDOMHydrationRoot(initialChildren);
25616
25616
  };
25617
- exports.version = "19.2.0-canary-d85f86cf-20250514";
25617
+ exports.version = "19.2.0-canary-4448b187-20250515";
25618
25618
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
25619
25619
  "function" ===
25620
25620
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -15685,14 +15685,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
15685
15685
  };
15686
15686
  var isomorphicReactPackageVersion$jscomp$inline_1851 = React.version;
15687
15687
  if (
15688
- "19.2.0-canary-d85f86cf-20250514" !==
15688
+ "19.2.0-canary-4448b187-20250515" !==
15689
15689
  isomorphicReactPackageVersion$jscomp$inline_1851
15690
15690
  )
15691
15691
  throw Error(
15692
15692
  formatProdErrorMessage(
15693
15693
  527,
15694
15694
  isomorphicReactPackageVersion$jscomp$inline_1851,
15695
- "19.2.0-canary-d85f86cf-20250514"
15695
+ "19.2.0-canary-4448b187-20250515"
15696
15696
  )
15697
15697
  );
15698
15698
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15714,10 +15714,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
15714
15714
  };
15715
15715
  var internals$jscomp$inline_2344 = {
15716
15716
  bundleType: 0,
15717
- version: "19.2.0-canary-d85f86cf-20250514",
15717
+ version: "19.2.0-canary-4448b187-20250515",
15718
15718
  rendererPackageName: "react-dom",
15719
15719
  currentDispatcherRef: ReactSharedInternals,
15720
- reconcilerVersion: "19.2.0-canary-d85f86cf-20250514"
15720
+ reconcilerVersion: "19.2.0-canary-4448b187-20250515"
15721
15721
  };
15722
15722
  if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
15723
15723
  var hook$jscomp$inline_2345 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15815,4 +15815,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
15815
15815
  listenToAllSupportedEvents(container);
15816
15816
  return new ReactDOMHydrationRoot(initialChildren);
15817
15817
  };
15818
- exports.version = "19.2.0-canary-d85f86cf-20250514";
15818
+ exports.version = "19.2.0-canary-4448b187-20250515";
@@ -25484,11 +25484,11 @@
25484
25484
  };
25485
25485
  (function () {
25486
25486
  var isomorphicReactPackageVersion = React.version;
25487
- if ("19.2.0-canary-d85f86cf-20250514" !== isomorphicReactPackageVersion)
25487
+ if ("19.2.0-canary-4448b187-20250515" !== isomorphicReactPackageVersion)
25488
25488
  throw Error(
25489
25489
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
25490
25490
  (isomorphicReactPackageVersion +
25491
- "\n - react-dom: 19.2.0-canary-d85f86cf-20250514\nLearn more: https://react.dev/warnings/version-mismatch")
25491
+ "\n - react-dom: 19.2.0-canary-4448b187-20250515\nLearn more: https://react.dev/warnings/version-mismatch")
25492
25492
  );
25493
25493
  })();
25494
25494
  ("function" === typeof Map &&
@@ -25525,10 +25525,10 @@
25525
25525
  !(function () {
25526
25526
  var internals = {
25527
25527
  bundleType: 1,
25528
- version: "19.2.0-canary-d85f86cf-20250514",
25528
+ version: "19.2.0-canary-4448b187-20250515",
25529
25529
  rendererPackageName: "react-dom",
25530
25530
  currentDispatcherRef: ReactSharedInternals,
25531
- reconcilerVersion: "19.2.0-canary-d85f86cf-20250514"
25531
+ reconcilerVersion: "19.2.0-canary-4448b187-20250515"
25532
25532
  };
25533
25533
  internals.overrideHookState = overrideHookState;
25534
25534
  internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25996,7 +25996,7 @@
25996
25996
  exports.useFormStatus = function () {
25997
25997
  return resolveDispatcher().useHostTransitionStatus();
25998
25998
  };
25999
- exports.version = "19.2.0-canary-d85f86cf-20250514";
25999
+ exports.version = "19.2.0-canary-4448b187-20250515";
26000
26000
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
26001
26001
  "function" ===
26002
26002
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -16386,14 +16386,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
16386
16386
  };
16387
16387
  var isomorphicReactPackageVersion$jscomp$inline_1955 = React.version;
16388
16388
  if (
16389
- "19.2.0-canary-d85f86cf-20250514" !==
16389
+ "19.2.0-canary-4448b187-20250515" !==
16390
16390
  isomorphicReactPackageVersion$jscomp$inline_1955
16391
16391
  )
16392
16392
  throw Error(
16393
16393
  formatProdErrorMessage(
16394
16394
  527,
16395
16395
  isomorphicReactPackageVersion$jscomp$inline_1955,
16396
- "19.2.0-canary-d85f86cf-20250514"
16396
+ "19.2.0-canary-4448b187-20250515"
16397
16397
  )
16398
16398
  );
16399
16399
  ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16415,10 +16415,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
16415
16415
  };
16416
16416
  var internals$jscomp$inline_1962 = {
16417
16417
  bundleType: 0,
16418
- version: "19.2.0-canary-d85f86cf-20250514",
16418
+ version: "19.2.0-canary-4448b187-20250515",
16419
16419
  rendererPackageName: "react-dom",
16420
16420
  currentDispatcherRef: ReactSharedInternals,
16421
- reconcilerVersion: "19.2.0-canary-d85f86cf-20250514",
16421
+ reconcilerVersion: "19.2.0-canary-4448b187-20250515",
16422
16422
  getLaneLabelMap: function () {
16423
16423
  for (
16424
16424
  var map = new Map(), lane = 1, index$293 = 0;
@@ -16691,7 +16691,7 @@ exports.useFormState = function (action, initialState, permalink) {
16691
16691
  exports.useFormStatus = function () {
16692
16692
  return ReactSharedInternals.H.useHostTransitionStatus();
16693
16693
  };
16694
- exports.version = "19.2.0-canary-d85f86cf-20250514";
16694
+ exports.version = "19.2.0-canary-4448b187-20250515";
16695
16695
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
16696
16696
  "function" ===
16697
16697
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&