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.
package/cjs/react.development.js
CHANGED
@@ -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-
|
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
|
package/cjs/react.production.js
CHANGED
@@ -2138,7 +2138,7 @@ function warnAboutTransitionSubscriptions(prevTransition, currentTransition) {
|
|
2138
2138
|
|
2139
2139
|
function noop() {}
|
2140
2140
|
|
2141
|
-
var ReactVersion = '19.0.0-rc-
|
2141
|
+
var ReactVersion = '19.0.0-rc-38e3b23483-20240529';
|
2142
2142
|
|
2143
2143
|
var Children = {
|
2144
2144
|
map: mapChildren,
|