react 19.0.0-rc-6f23540c7d-20240528 → 19.0.0-rc-38e3b23483-20240529

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-6f23540c7d-20240528';
23
+ var ReactVersion = '19.0.0-rc-38e3b23483-20240529';
24
24
 
25
25
  // -----------------------------------------------------------------------------
26
26
 
@@ -36,7 +36,7 @@ var enableRefAsProp = true;
36
36
  // This allows us to land breaking changes to remove legacy mode APIs in experimental builds
37
37
  // before removing them in stable in the next Major
38
38
 
39
- var disableLegacyMode = true;
39
+ var disableLegacyMode = true; // Make <Context> equivalent to <Context.Provider> instead of <Context.Consumer>
40
40
 
41
41
  var enableRenderableContext = true; // Enables the `initialValue` option for `useDeferredValue`
42
42
  // stuff. Intended to enable React core members to more easily debug scheduling
@@ -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-6f23540c7d-20240528";
539
+ exports.version = "19.0.0-rc-38e3b23483-20240529";
@@ -2138,7 +2138,7 @@ function warnAboutTransitionSubscriptions(prevTransition, currentTransition) {
2138
2138
 
2139
2139
  function noop() {}
2140
2140
 
2141
- var ReactVersion = '19.0.0-rc-6f23540c7d-20240528';
2141
+ var ReactVersion = '19.0.0-rc-38e3b23483-20240529';
2142
2142
 
2143
2143
  var Children = {
2144
2144
  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-6f23540c7d-20240528";
479
+ exports.version = "19.0.0-rc-38e3b23483-20240529";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "react"
6
6
  ],
7
- "version": "19.0.0-rc-6f23540c7d-20240528",
7
+ "version": "19.0.0-rc-38e3b23483-20240529",
8
8
  "homepage": "https://react.dev/",
9
9
  "bugs": "https://github.com/facebook/react/issues",
10
10
  "license": "MIT",