react 19.0.0-canary-cb151849e1-20240424 → 19.0.0-canary-cf5ab8b8b2-20240425
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
@@ -23,7 +23,7 @@ if (
|
|
23
23
|
) {
|
24
24
|
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
|
25
25
|
}
|
26
|
-
var ReactVersion = '19.0.0-canary-
|
26
|
+
var ReactVersion = '19.0.0-canary-cf5ab8b8b2-20240425';
|
27
27
|
|
28
28
|
// -----------------------------------------------------------------------------
|
29
29
|
|
package/cjs/react.production.js
CHANGED
@@ -2147,7 +2147,7 @@ function warnAboutTransitionSubscriptions(prevTransition, currentTransition) {
|
|
2147
2147
|
|
2148
2148
|
function noop() {}
|
2149
2149
|
|
2150
|
-
var ReactVersion = '19.0.0-canary-
|
2150
|
+
var ReactVersion = '19.0.0-canary-cf5ab8b8b2-20240425';
|
2151
2151
|
|
2152
2152
|
var Children = {
|
2153
2153
|
map: mapChildren,
|
package/package.json
CHANGED