react-dom 19.2.0-canary-4a45ba92-20250515 → 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-4a45ba92-20250515" !== 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-4a45ba92-20250515\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-4a45ba92-20250515",
25476
+ version: "19.2.0-canary-4448b187-20250515",
25477
25477
  rendererPackageName: "react-dom",
25478
25478
  currentDispatcherRef: ReactSharedInternals,
25479
- reconcilerVersion: "19.2.0-canary-4a45ba92-20250515"
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-4a45ba92-20250515";
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-4a45ba92-20250515" !==
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-4a45ba92-20250515"
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-4a45ba92-20250515",
15717
+ version: "19.2.0-canary-4448b187-20250515",
15718
15718
  rendererPackageName: "react-dom",
15719
15719
  currentDispatcherRef: ReactSharedInternals,
15720
- reconcilerVersion: "19.2.0-canary-4a45ba92-20250515"
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-4a45ba92-20250515";
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-4a45ba92-20250515" !== 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-4a45ba92-20250515\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-4a45ba92-20250515",
25528
+ version: "19.2.0-canary-4448b187-20250515",
25529
25529
  rendererPackageName: "react-dom",
25530
25530
  currentDispatcherRef: ReactSharedInternals,
25531
- reconcilerVersion: "19.2.0-canary-4a45ba92-20250515"
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-4a45ba92-20250515";
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-4a45ba92-20250515" !==
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-4a45ba92-20250515"
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-4a45ba92-20250515",
16418
+ version: "19.2.0-canary-4448b187-20250515",
16419
16419
  rendererPackageName: "react-dom",
16420
16420
  currentDispatcherRef: ReactSharedInternals,
16421
- reconcilerVersion: "19.2.0-canary-4a45ba92-20250515",
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-4a45ba92-20250515";
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 &&
@@ -9160,5 +9160,5 @@
9160
9160
  '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'
9161
9161
  );
9162
9162
  };
9163
- exports.version = "19.2.0-canary-4a45ba92-20250515";
9163
+ exports.version = "19.2.0-canary-4448b187-20250515";
9164
9164
  })();
@@ -6020,4 +6020,4 @@ exports.renderToString = function (children, options) {
6020
6020
  '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'
6021
6021
  );
6022
6022
  };
6023
- exports.version = "19.2.0-canary-4a45ba92-20250515";
6023
+ exports.version = "19.2.0-canary-4448b187-20250515";
@@ -9160,5 +9160,5 @@
9160
9160
  '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 "renderToPipeableStream" which supports Suspense on the server'
9161
9161
  );
9162
9162
  };
9163
- exports.version = "19.2.0-canary-4a45ba92-20250515";
9163
+ exports.version = "19.2.0-canary-4448b187-20250515";
9164
9164
  })();
@@ -6100,4 +6100,4 @@ exports.renderToString = function (children, options) {
6100
6100
  '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 "renderToPipeableStream" which supports Suspense on the server'
6101
6101
  );
6102
6102
  };
6103
- exports.version = "19.2.0-canary-4a45ba92-20250515";
6103
+ exports.version = "19.2.0-canary-4448b187-20250515";
@@ -7892,11 +7892,11 @@
7892
7892
  }
7893
7893
  function ensureCorrectIsomorphicReactVersion() {
7894
7894
  var isomorphicReactPackageVersion = React.version;
7895
- if ("19.2.0-canary-4a45ba92-20250515" !== isomorphicReactPackageVersion)
7895
+ if ("19.2.0-canary-4448b187-20250515" !== isomorphicReactPackageVersion)
7896
7896
  throw Error(
7897
7897
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7898
7898
  (isomorphicReactPackageVersion +
7899
- "\n - react-dom: 19.2.0-canary-4a45ba92-20250515\nLearn more: https://react.dev/warnings/version-mismatch")
7899
+ "\n - react-dom: 19.2.0-canary-4448b187-20250515\nLearn more: https://react.dev/warnings/version-mismatch")
7900
7900
  );
7901
7901
  }
7902
7902
  var React = require("react"),
@@ -9582,5 +9582,5 @@
9582
9582
  startWork(request);
9583
9583
  });
9584
9584
  };
9585
- exports.version = "19.2.0-canary-4a45ba92-20250515";
9585
+ exports.version = "19.2.0-canary-4448b187-20250515";
9586
9586
  })();
@@ -6382,12 +6382,12 @@ function abort(request, reason) {
6382
6382
  }
6383
6383
  function ensureCorrectIsomorphicReactVersion() {
6384
6384
  var isomorphicReactPackageVersion = React.version;
6385
- if ("19.2.0-canary-4a45ba92-20250515" !== isomorphicReactPackageVersion)
6385
+ if ("19.2.0-canary-4448b187-20250515" !== isomorphicReactPackageVersion)
6386
6386
  throw Error(
6387
6387
  formatProdErrorMessage(
6388
6388
  527,
6389
6389
  isomorphicReactPackageVersion,
6390
- "19.2.0-canary-4a45ba92-20250515"
6390
+ "19.2.0-canary-4448b187-20250515"
6391
6391
  )
6392
6392
  );
6393
6393
  }
@@ -6534,4 +6534,4 @@ exports.renderToReadableStream = function (children, options) {
6534
6534
  startWork(request);
6535
6535
  });
6536
6536
  };
6537
- exports.version = "19.2.0-canary-4a45ba92-20250515";
6537
+ exports.version = "19.2.0-canary-4448b187-20250515";
@@ -8773,13 +8773,13 @@ function abort(request, reason) {
8773
8773
  }
8774
8774
  var isomorphicReactPackageVersion$jscomp$inline_761 = React.version;
8775
8775
  if (
8776
- "19.2.0-canary-4a45ba92-20250515" !==
8776
+ "19.2.0-canary-4448b187-20250515" !==
8777
8777
  isomorphicReactPackageVersion$jscomp$inline_761
8778
8778
  )
8779
8779
  throw Error(
8780
8780
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
8781
8781
  (isomorphicReactPackageVersion$jscomp$inline_761 +
8782
- "\n - react-dom: 19.2.0-canary-4a45ba92-20250515\nLearn more: https://react.dev/warnings/version-mismatch")
8782
+ "\n - react-dom: 19.2.0-canary-4448b187-20250515\nLearn more: https://react.dev/warnings/version-mismatch")
8783
8783
  );
8784
8784
  exports.renderToReadableStream = function (children, options) {
8785
8785
  return new Promise(function (resolve, reject) {
@@ -8872,4 +8872,4 @@ exports.renderToReadableStream = function (children, options) {
8872
8872
  startWork(request$jscomp$0);
8873
8873
  });
8874
8874
  };
8875
- exports.version = "19.2.0-canary-4a45ba92-20250515";
8875
+ exports.version = "19.2.0-canary-4448b187-20250515";
@@ -6012,13 +6012,13 @@ function abort(request, reason) {
6012
6012
  }
6013
6013
  var isomorphicReactPackageVersion$jscomp$inline_781 = React.version;
6014
6014
  if (
6015
- "19.2.0-canary-4a45ba92-20250515" !==
6015
+ "19.2.0-canary-4448b187-20250515" !==
6016
6016
  isomorphicReactPackageVersion$jscomp$inline_781
6017
6017
  )
6018
6018
  throw Error(
6019
6019
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6020
6020
  (isomorphicReactPackageVersion$jscomp$inline_781 +
6021
- "\n - react-dom: 19.2.0-canary-4a45ba92-20250515\nLearn more: https://react.dev/warnings/version-mismatch")
6021
+ "\n - react-dom: 19.2.0-canary-4448b187-20250515\nLearn more: https://react.dev/warnings/version-mismatch")
6022
6022
  );
6023
6023
  exports.renderToReadableStream = function (children, options) {
6024
6024
  return new Promise(function (resolve, reject) {
@@ -6109,4 +6109,4 @@ exports.renderToReadableStream = function (children, options) {
6109
6109
  startWork(request);
6110
6110
  });
6111
6111
  };
6112
- exports.version = "19.2.0-canary-4a45ba92-20250515";
6112
+ exports.version = "19.2.0-canary-4448b187-20250515";
@@ -7915,11 +7915,11 @@
7915
7915
  }
7916
7916
  function ensureCorrectIsomorphicReactVersion() {
7917
7917
  var isomorphicReactPackageVersion = React.version;
7918
- if ("19.2.0-canary-4a45ba92-20250515" !== isomorphicReactPackageVersion)
7918
+ if ("19.2.0-canary-4448b187-20250515" !== isomorphicReactPackageVersion)
7919
7919
  throw Error(
7920
7920
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7921
7921
  (isomorphicReactPackageVersion +
7922
- "\n - react-dom: 19.2.0-canary-4a45ba92-20250515\nLearn more: https://react.dev/warnings/version-mismatch")
7922
+ "\n - react-dom: 19.2.0-canary-4448b187-20250515\nLearn more: https://react.dev/warnings/version-mismatch")
7923
7923
  );
7924
7924
  }
7925
7925
  var React = require("react"),
@@ -9601,5 +9601,5 @@
9601
9601
  startWork(request);
9602
9602
  });
9603
9603
  };
9604
- exports.version = "19.2.0-canary-4a45ba92-20250515";
9604
+ exports.version = "19.2.0-canary-4448b187-20250515";
9605
9605
  })();
@@ -6477,11 +6477,11 @@ function abort(request, reason) {
6477
6477
  }
6478
6478
  function ensureCorrectIsomorphicReactVersion() {
6479
6479
  var isomorphicReactPackageVersion = React.version;
6480
- if ("19.2.0-canary-4a45ba92-20250515" !== isomorphicReactPackageVersion)
6480
+ if ("19.2.0-canary-4448b187-20250515" !== isomorphicReactPackageVersion)
6481
6481
  throw Error(
6482
6482
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6483
6483
  (isomorphicReactPackageVersion +
6484
- "\n - react-dom: 19.2.0-canary-4a45ba92-20250515\nLearn more: https://react.dev/warnings/version-mismatch")
6484
+ "\n - react-dom: 19.2.0-canary-4448b187-20250515\nLearn more: https://react.dev/warnings/version-mismatch")
6485
6485
  );
6486
6486
  }
6487
6487
  ensureCorrectIsomorphicReactVersion();
@@ -6627,4 +6627,4 @@ exports.renderToReadableStream = function (children, options) {
6627
6627
  startWork(request);
6628
6628
  });
6629
6629
  };
6630
- exports.version = "19.2.0-canary-4a45ba92-20250515";
6630
+ exports.version = "19.2.0-canary-4448b187-20250515";
@@ -7787,11 +7787,11 @@
7787
7787
  }
7788
7788
  function ensureCorrectIsomorphicReactVersion() {
7789
7789
  var isomorphicReactPackageVersion = React.version;
7790
- if ("19.2.0-canary-4a45ba92-20250515" !== isomorphicReactPackageVersion)
7790
+ if ("19.2.0-canary-4448b187-20250515" !== isomorphicReactPackageVersion)
7791
7791
  throw Error(
7792
7792
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
7793
7793
  (isomorphicReactPackageVersion +
7794
- "\n - react-dom: 19.2.0-canary-4a45ba92-20250515\nLearn more: https://react.dev/warnings/version-mismatch")
7794
+ "\n - react-dom: 19.2.0-canary-4448b187-20250515\nLearn more: https://react.dev/warnings/version-mismatch")
7795
7795
  );
7796
7796
  }
7797
7797
  function createDrainHandler(destination, request) {
@@ -9472,5 +9472,5 @@
9472
9472
  }
9473
9473
  };
9474
9474
  };
9475
- exports.version = "19.2.0-canary-4a45ba92-20250515";
9475
+ exports.version = "19.2.0-canary-4448b187-20250515";
9476
9476
  })();
@@ -6372,11 +6372,11 @@ function abort(request, reason) {
6372
6372
  }
6373
6373
  function ensureCorrectIsomorphicReactVersion() {
6374
6374
  var isomorphicReactPackageVersion = React.version;
6375
- if ("19.2.0-canary-4a45ba92-20250515" !== isomorphicReactPackageVersion)
6375
+ if ("19.2.0-canary-4448b187-20250515" !== isomorphicReactPackageVersion)
6376
6376
  throw Error(
6377
6377
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6378
6378
  (isomorphicReactPackageVersion +
6379
- "\n - react-dom: 19.2.0-canary-4a45ba92-20250515\nLearn more: https://react.dev/warnings/version-mismatch")
6379
+ "\n - react-dom: 19.2.0-canary-4448b187-20250515\nLearn more: https://react.dev/warnings/version-mismatch")
6380
6380
  );
6381
6381
  }
6382
6382
  ensureCorrectIsomorphicReactVersion();
@@ -6525,4 +6525,4 @@ exports.renderToPipeableStream = function (children, options) {
6525
6525
  }
6526
6526
  };
6527
6527
  };
6528
- exports.version = "19.2.0-canary-4a45ba92-20250515";
6528
+ exports.version = "19.2.0-canary-4448b187-20250515";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.2.0-canary-4a45ba92-20250515";
419
+ exports.version = "19.2.0-canary-4448b187-20250515";
420
420
  "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
421
421
  "function" ===
422
422
  typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
@@ -207,4 +207,4 @@ exports.useFormState = function (action, initialState, permalink) {
207
207
  exports.useFormStatus = function () {
208
208
  return ReactSharedInternals.H.useHostTransitionStatus();
209
209
  };
210
- exports.version = "19.2.0-canary-4a45ba92-20250515";
210
+ exports.version = "19.2.0-canary-4448b187-20250515";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.2.0-canary-4a45ba92-20250515";
339
+ exports.version = "19.2.0-canary-4448b187-20250515";
340
340
  })();
@@ -149,4 +149,4 @@ exports.preloadModule = function (href, options) {
149
149
  });
150
150
  } else Internals.d.m(href);
151
151
  };
152
- exports.version = "19.2.0-canary-4a45ba92-20250515";
152
+ exports.version = "19.2.0-canary-4448b187-20250515";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.2.0-canary-4a45ba92-20250515",
3
+ "version": "19.2.0-canary-4448b187-20250515",
4
4
  "description": "React package for working with the DOM.",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -17,10 +17,10 @@
17
17
  },
18
18
  "homepage": "https://react.dev/",
19
19
  "dependencies": {
20
- "scheduler": "0.27.0-canary-4a45ba92-20250515"
20
+ "scheduler": "0.27.0-canary-4448b187-20250515"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.2.0-canary-4a45ba92-20250515"
23
+ "react": "19.2.0-canary-4448b187-20250515"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",