react 19.0.0-rc-1df34bdf62-20240605 → 19.0.0-rc-99da76f23a-20240606

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-1df34bdf62-20240605';
23
+ var ReactVersion = '19.0.0-rc-99da76f23a-20240606';
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-1df34bdf62-20240605";
539
+ exports.version = "19.0.0-rc-99da76f23a-20240606";
@@ -2068,7 +2068,7 @@ function cache(fn) {
2068
2068
  };
2069
2069
  }
2070
2070
 
2071
- var ReactVersion = '19.0.0-rc-1df34bdf62-20240605';
2071
+ var ReactVersion = '19.0.0-rc-99da76f23a-20240606';
2072
2072
 
2073
2073
  var Children = {
2074
2074
  map: mapChildren,
@@ -424,4 +424,4 @@ exports.useId = function () {
424
424
  exports.useMemo = function (create, deps) {
425
425
  return ReactSharedInternals.H.useMemo(create, deps);
426
426
  };
427
- exports.version = "19.0.0-rc-1df34bdf62-20240605";
427
+ exports.version = "19.0.0-rc-99da76f23a-20240606";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.0.0-rc-1df34bdf62-20240605",
7
+ "version": "19.0.0-rc-99da76f23a-20240606",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",