react 19.0.0-rc-8f3c0525f9-20240521 → 19.0.0-rc-3ac551e855-20240522
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-3ac551e855-20240522';
|
24
24
|
|
25
25
|
// -----------------------------------------------------------------------------
|
26
26
|
|
package/cjs/react.production.js
CHANGED
@@ -2158,7 +2158,7 @@ function warnAboutTransitionSubscriptions(prevTransition, currentTransition) {
|
|
2158
2158
|
|
2159
2159
|
function noop() {}
|
2160
2160
|
|
2161
|
-
var ReactVersion = '19.0.0-rc-
|
2161
|
+
var ReactVersion = '19.0.0-rc-3ac551e855-20240522';
|
2162
2162
|
|
2163
2163
|
var Children = {
|
2164
2164
|
map: mapChildren,
|