react-dom 19.1.0-canary-f83903bf-20250212 → 19.1.0-canary-32b0cad8-20250213

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.
@@ -5863,13 +5863,13 @@ function abort(request, reason) {
5863
5863
  }
5864
5864
  var isomorphicReactPackageVersion$jscomp$inline_761 = React.version;
5865
5865
  if (
5866
- "19.1.0-canary-f83903bf-20250212" !==
5866
+ "19.1.0-canary-32b0cad8-20250213" !==
5867
5867
  isomorphicReactPackageVersion$jscomp$inline_761
5868
5868
  )
5869
5869
  throw Error(
5870
5870
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
5871
5871
  (isomorphicReactPackageVersion$jscomp$inline_761 +
5872
- "\n - react-dom: 19.1.0-canary-f83903bf-20250212\nLearn more: https://react.dev/warnings/version-mismatch")
5872
+ "\n - react-dom: 19.1.0-canary-32b0cad8-20250213\nLearn more: https://react.dev/warnings/version-mismatch")
5873
5873
  );
5874
5874
  exports.renderToReadableStream = function (children, options) {
5875
5875
  return new Promise(function (resolve, reject) {
@@ -5960,4 +5960,4 @@ exports.renderToReadableStream = function (children, options) {
5960
5960
  startWork(request);
5961
5961
  });
5962
5962
  };
5963
- exports.version = "19.1.0-canary-f83903bf-20250212";
5963
+ exports.version = "19.1.0-canary-32b0cad8-20250213";