react-dom 19.1.0-canary-cbbe8666-20250213 → 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.
@@ -6212,11 +6212,11 @@ function abort(request, reason) {
6212
6212
  }
6213
6213
  function ensureCorrectIsomorphicReactVersion() {
6214
6214
  var isomorphicReactPackageVersion = React.version;
6215
- if ("19.1.0-canary-cbbe8666-20250213" !== isomorphicReactPackageVersion)
6215
+ if ("19.1.0-canary-32b0cad8-20250213" !== isomorphicReactPackageVersion)
6216
6216
  throw Error(
6217
6217
  'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
6218
6218
  (isomorphicReactPackageVersion +
6219
- "\n - react-dom: 19.1.0-canary-cbbe8666-20250213\nLearn more: https://react.dev/warnings/version-mismatch")
6219
+ "\n - react-dom: 19.1.0-canary-32b0cad8-20250213\nLearn more: https://react.dev/warnings/version-mismatch")
6220
6220
  );
6221
6221
  }
6222
6222
  ensureCorrectIsomorphicReactVersion();
@@ -6365,4 +6365,4 @@ exports.renderToPipeableStream = function (children, options) {
6365
6365
  }
6366
6366
  };
6367
6367
  };
6368
- exports.version = "19.1.0-canary-cbbe8666-20250213";
6368
+ exports.version = "19.1.0-canary-32b0cad8-20250213";
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.1.0-canary-cbbe8666-20250213";
419
+ exports.version = "19.1.0-canary-32b0cad8-20250213";
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.1.0-canary-cbbe8666-20250213";
210
+ exports.version = "19.1.0-canary-32b0cad8-20250213";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.1.0-canary-cbbe8666-20250213";
339
+ exports.version = "19.1.0-canary-32b0cad8-20250213";
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.1.0-canary-cbbe8666-20250213";
152
+ exports.version = "19.1.0-canary-32b0cad8-20250213";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.1.0-canary-cbbe8666-20250213",
3
+ "version": "19.1.0-canary-32b0cad8-20250213",
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.26.0-canary-cbbe8666-20250213"
20
+ "scheduler": "0.26.0-canary-32b0cad8-20250213"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.1.0-canary-cbbe8666-20250213"
23
+ "react": "19.1.0-canary-32b0cad8-20250213"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",