react-dom 19.2.0-canary-462d08f9-20250517 → 19.2.0-canary-c4676e72-20250520

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.
@@ -416,7 +416,7 @@
416
416
  exports.useFormStatus = function () {
417
417
  return resolveDispatcher().useHostTransitionStatus();
418
418
  };
419
- exports.version = "19.2.0-canary-462d08f9-20250517";
419
+ exports.version = "19.2.0-canary-c4676e72-20250520";
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-462d08f9-20250517";
210
+ exports.version = "19.2.0-canary-c4676e72-20250520";
@@ -336,5 +336,5 @@
336
336
  }))
337
337
  : Internals.d.m(href));
338
338
  };
339
- exports.version = "19.2.0-canary-462d08f9-20250517";
339
+ exports.version = "19.2.0-canary-c4676e72-20250520";
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-462d08f9-20250517";
152
+ exports.version = "19.2.0-canary-c4676e72-20250520";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dom",
3
- "version": "19.2.0-canary-462d08f9-20250517",
3
+ "version": "19.2.0-canary-c4676e72-20250520",
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-462d08f9-20250517"
20
+ "scheduler": "0.27.0-canary-c4676e72-20250520"
21
21
  },
22
22
  "peerDependencies": {
23
- "react": "19.2.0-canary-462d08f9-20250517"
23
+ "react": "19.2.0-canary-c4676e72-20250520"
24
24
  },
25
25
  "files": [
26
26
  "LICENSE",