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.
@@ -6225,12 +6225,12 @@ function abort(request, reason) {
6225
6225
  }
6226
6226
  function ensureCorrectIsomorphicReactVersion() {
6227
6227
  var isomorphicReactPackageVersion = React.version;
6228
- if ("19.1.0-canary-f83903bf-20250212" !== isomorphicReactPackageVersion)
6228
+ if ("19.1.0-canary-32b0cad8-20250213" !== isomorphicReactPackageVersion)
6229
6229
  throw Error(
6230
6230
  formatProdErrorMessage(
6231
6231
  527,
6232
6232
  isomorphicReactPackageVersion,
6233
- "19.1.0-canary-f83903bf-20250212"
6233
+ "19.1.0-canary-32b0cad8-20250213"
6234
6234
  )
6235
6235
  );
6236
6236
  }
@@ -6377,4 +6377,4 @@ exports.renderToReadableStream = function (children, options) {
6377
6377
  startWork(request);
6378
6378
  });
6379
6379
  };
6380
- exports.version = "19.1.0-canary-f83903bf-20250212";
6380
+ exports.version = "19.1.0-canary-32b0cad8-20250213";