Comparing version 0.0.0-experimental-7771d3a7-20240827 to 0.0.0-experimental-778e1ed2-20240926
@@ -1123,6 +1123,5 @@ /** | ||
var prevTransition = ReactSharedInternals.T, | ||
transition = {}; | ||
ReactSharedInternals.T = transition; | ||
var currentTransition = ReactSharedInternals.T; | ||
ReactSharedInternals.T._updatedFibers = new Set(); | ||
currentTransition = {}; | ||
ReactSharedInternals.T = currentTransition; | ||
currentTransition._updatedFibers = new Set(); | ||
try { | ||
@@ -1132,3 +1131,3 @@ var returnValue = scope(), | ||
null !== onStartTransitionFinish && | ||
onStartTransitionFinish(transition, returnValue); | ||
onStartTransitionFinish(currentTransition, returnValue); | ||
"object" === typeof returnValue && | ||
@@ -1238,3 +1237,3 @@ null !== returnValue && | ||
}; | ||
exports.version = "19.0.0-experimental-7771d3a7-20240827"; | ||
exports.version = "19.0.0-experimental-778e1ed2-20240926"; | ||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && | ||
@@ -1241,0 +1240,0 @@ "function" === |
@@ -475,4 +475,4 @@ /** | ||
var prevTransition = ReactSharedInternals.T, | ||
transition = {}; | ||
ReactSharedInternals.T = transition; | ||
currentTransition = {}; | ||
ReactSharedInternals.T = currentTransition; | ||
try { | ||
@@ -482,3 +482,3 @@ var returnValue = scope(), | ||
null !== onStartTransitionFinish && | ||
onStartTransitionFinish(transition, returnValue); | ||
onStartTransitionFinish(currentTransition, returnValue); | ||
"object" === typeof returnValue && | ||
@@ -567,2 +567,2 @@ null !== returnValue && | ||
}; | ||
exports.version = "19.0.0-experimental-7771d3a7-20240827"; | ||
exports.version = "19.0.0-experimental-778e1ed2-20240926"; |
@@ -920,6 +920,5 @@ /** | ||
var prevTransition = ReactSharedInternals.T, | ||
transition = {}; | ||
ReactSharedInternals.T = transition; | ||
var currentTransition = ReactSharedInternals.T; | ||
ReactSharedInternals.T._updatedFibers = new Set(); | ||
currentTransition = {}; | ||
ReactSharedInternals.T = currentTransition; | ||
currentTransition._updatedFibers = new Set(); | ||
try { | ||
@@ -929,3 +928,3 @@ var returnValue = scope(), | ||
null !== onStartTransitionFinish && | ||
onStartTransitionFinish(transition, returnValue); | ||
onStartTransitionFinish(currentTransition, returnValue); | ||
"object" === typeof returnValue && | ||
@@ -984,3 +983,3 @@ null !== returnValue && | ||
}; | ||
exports.version = "19.0.0-experimental-7771d3a7-20240827"; | ||
exports.version = "19.0.0-experimental-778e1ed2-20240926"; | ||
})(); |
@@ -526,4 +526,4 @@ /** | ||
var prevTransition = ReactSharedInternals.T, | ||
transition = {}; | ||
ReactSharedInternals.T = transition; | ||
currentTransition = {}; | ||
ReactSharedInternals.T = currentTransition; | ||
try { | ||
@@ -533,3 +533,3 @@ var returnValue = scope(), | ||
null !== onStartTransitionFinish && | ||
onStartTransitionFinish(transition, returnValue); | ||
onStartTransitionFinish(currentTransition, returnValue); | ||
"object" === typeof returnValue && | ||
@@ -572,2 +572,2 @@ null !== returnValue && | ||
}; | ||
exports.version = "19.0.0-experimental-7771d3a7-20240827"; | ||
exports.version = "19.0.0-experimental-778e1ed2-20240926"; |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "0.0.0-experimental-7771d3a7-20240827", | ||
"version": "0.0.0-experimental-778e1ed2-20240926", | ||
"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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
178290
5036