react 19.0.0-rc-d3ce0d3ea9-20240520 → 19.0.0-rc-81c5ff2e04-20240521

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.
@@ -20,7 +20,7 @@ if (
20
20
  ) {
21
21
  __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
22
22
  }
23
- var ReactVersion = '19.0.0-rc-d3ce0d3ea9-20240520';
23
+ var ReactVersion = '19.0.0-rc-81c5ff2e04-20240521';
24
24
 
25
25
  // -----------------------------------------------------------------------------
26
26
 
@@ -536,4 +536,4 @@ exports.useSyncExternalStore = function (
536
536
  exports.useTransition = function () {
537
537
  return ReactSharedInternals.H.useTransition();
538
538
  };
539
- exports.version = "19.0.0-rc-d3ce0d3ea9-20240520";
539
+ exports.version = "19.0.0-rc-81c5ff2e04-20240521";
@@ -2158,7 +2158,7 @@ function warnAboutTransitionSubscriptions(prevTransition, currentTransition) {
2158
2158
 
2159
2159
  function noop() {}
2160
2160
 
2161
- var ReactVersion = '19.0.0-rc-d3ce0d3ea9-20240520';
2161
+ var ReactVersion = '19.0.0-rc-81c5ff2e04-20240521';
2162
2162
 
2163
2163
  var Children = {
2164
2164
  map: mapChildren,
@@ -476,4 +476,4 @@ exports.useId = function () {
476
476
  exports.useMemo = function (create, deps) {
477
477
  return ReactSharedInternals.H.useMemo(create, deps);
478
478
  };
479
- exports.version = "19.0.0-rc-d3ce0d3ea9-20240520";
479
+ exports.version = "19.0.0-rc-81c5ff2e04-20240521";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.0.0-rc-d3ce0d3ea9-20240520",
7
+ "version": "19.0.0-rc-81c5ff2e04-20240521",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",