react 19.0.0-rc-6d3110b4d9-20240531 → 19.0.0-rc.0

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-6d3110b4d9-20240531';
23
+ var ReactVersion = '19.0.0';
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-6d3110b4d9-20240531";
539
+ exports.version = "19.0.0";
@@ -2152,7 +2152,7 @@ function warnAboutTransitionSubscriptions(prevTransition, currentTransition) {
2152
2152
 
2153
2153
  function noop() {}
2154
2154
 
2155
- var ReactVersion = '19.0.0-rc-6d3110b4d9-20240531';
2155
+ var ReactVersion = '19.0.0';
2156
2156
 
2157
2157
  var Children = {
2158
2158
  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-6d3110b4d9-20240531";
479
+ exports.version = "19.0.0";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.0.0-rc-6d3110b4d9-20240531",
7
+ "version": "19.0.0-rc.0",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",