Comparing version 19.0.0 to 19.1.0-canary-130095f7-20241212
@@ -1073,2 +1073,7 @@ /** | ||
ReactSharedInternals; | ||
exports.__COMPILER_RUNTIME = { | ||
c: function (size) { | ||
return resolveDispatcher().useMemoCache(size); | ||
} | ||
}; | ||
exports.act = function (callback) { | ||
@@ -1517,3 +1522,3 @@ var prevActQueue = ReactSharedInternals.actQueue, | ||
}; | ||
exports.version = "19.0.0"; | ||
exports.version = "19.1.0-canary-130095f7-20241212"; | ||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && | ||
@@ -1520,0 +1525,0 @@ "function" === |
@@ -360,2 +360,7 @@ /** | ||
ReactSharedInternals; | ||
exports.__COMPILER_RUNTIME = { | ||
c: function (size) { | ||
return ReactSharedInternals.H.useMemoCache(size); | ||
} | ||
}; | ||
exports.act = function () { | ||
@@ -539,2 +544,2 @@ throw Error("act(...) is not supported in production builds of React."); | ||
}; | ||
exports.version = "19.0.0"; | ||
exports.version = "19.1.0-canary-130095f7-20241212"; |
@@ -1113,3 +1113,3 @@ /** | ||
}; | ||
exports.version = "19.0.0"; | ||
exports.version = "19.1.0-canary-130095f7-20241212"; | ||
})(); |
@@ -426,2 +426,2 @@ /** | ||
}; | ||
exports.version = "19.0.0"; | ||
exports.version = "19.1.0-canary-130095f7-20241212"; |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "19.0.0", | ||
"version": "19.1.0-canary-130095f7-20241212", | ||
"homepage": "https://react.dev/", | ||
@@ -10,0 +10,0 @@ "bugs": "https://github.com/facebook/react/issues", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
237849
6509
1