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.
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
|
23
|
+
var ReactVersion = '19.0.0';
|
24
24
|
|
25
25
|
// -----------------------------------------------------------------------------
|
26
26
|
|
package/cjs/react.production.js
CHANGED
@@ -2152,7 +2152,7 @@ function warnAboutTransitionSubscriptions(prevTransition, currentTransition) {
|
|
2152
2152
|
|
2153
2153
|
function noop() {}
|
2154
2154
|
|
2155
|
-
var ReactVersion = '19.0.0
|
2155
|
+
var ReactVersion = '19.0.0';
|
2156
2156
|
|
2157
2157
|
var Children = {
|
2158
2158
|
map: mapChildren,
|