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.
@@ -6320,11 +6320,11 @@ function abort(request, reason) {
6320
6320
  }
6321
6321
  function ensureCorrectIsomorphicReactVersion() {
6322
6322
  var isomorphicReactPackageVersion = React.version;
6323
- if ("19.1.0-canary-f83903bf-20250212" !== isomorphicReactPackageVersion)
6323
+ if ("19.1.0-canary-32b0cad8-20250213" !== isomorphicReactPackageVersion)
6324
6324
  throw Error(
6325
6325
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6326
6326
  (isomorphicReactPackageVersion +
6327
- "\n - react-dom: 19.1.0-canary-f83903bf-20250212\nLearn more: https://react.dev/warnings/version-mismatch")
6327
+ "\n - react-dom: 19.1.0-canary-32b0cad8-20250213\nLearn more: https://react.dev/warnings/version-mismatch")
6328
6328
  );
6329
6329
  }
6330
6330
  ensureCorrectIsomorphicReactVersion();
@@ -6470,4 +6470,4 @@ exports.renderToReadableStream = function (children, options) {
6470
6470
  startWork(request);
6471
6471
  });
6472
6472
  };
6473
- exports.version = "19.1.0-canary-f83903bf-20250212";
6473
+ exports.version = "19.1.0-canary-32b0cad8-20250213";