Comparing version 19.0.0-rc-68dbd84b-20240812 to 19.0.0-rc-6cf85185-20241014
@@ -1419,6 +1419,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 { | ||
@@ -1428,3 +1427,3 @@ var returnValue = scope(), | ||
null !== onStartTransitionFinish && | ||
onStartTransitionFinish(transition, returnValue); | ||
onStartTransitionFinish(currentTransition, returnValue); | ||
"object" === typeof returnValue && | ||
@@ -1522,3 +1521,3 @@ null !== returnValue && | ||
}; | ||
exports.version = "19.0.0-rc-68dbd84b-20240812"; | ||
exports.version = "19.0.0-rc-6cf85185-20241014"; | ||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && | ||
@@ -1525,0 +1524,0 @@ "function" === |
@@ -459,4 +459,4 @@ /** | ||
var prevTransition = ReactSharedInternals.T, | ||
transition = {}; | ||
ReactSharedInternals.T = transition; | ||
currentTransition = {}; | ||
ReactSharedInternals.T = currentTransition; | ||
try { | ||
@@ -466,3 +466,3 @@ var returnValue = scope(), | ||
null !== onStartTransitionFinish && | ||
onStartTransitionFinish(transition, returnValue); | ||
onStartTransitionFinish(currentTransition, returnValue); | ||
"object" === typeof returnValue && | ||
@@ -541,2 +541,2 @@ null !== returnValue && | ||
}; | ||
exports.version = "19.0.0-rc-68dbd84b-20240812"; | ||
exports.version = "19.0.0-rc-6cf85185-20241014"; |
@@ -1116,3 +1116,3 @@ /** | ||
}; | ||
exports.version = "19.0.0-rc-68dbd84b-20240812"; | ||
exports.version = "19.0.0-rc-6cf85185-20241014"; | ||
})(); |
@@ -427,2 +427,2 @@ /** | ||
}; | ||
exports.version = "19.0.0-rc-68dbd84b-20240812"; | ||
exports.version = "19.0.0-rc-6cf85185-20241014"; |
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "19.0.0-rc-68dbd84b-20240812", | ||
"version": "19.0.0-rc-6cf85185-20241014", | ||
"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
237302
6551