@clerk/clerk-react
Advanced tools
Comparing version 5.23.1-canary.v20250218163602 to 5.24.0-canary.v20250218210704
@@ -218,5 +218,5 @@ "use strict"; | ||
const { client, session } = clerk; | ||
const hasActiveSessions = client.activeSessions && client.activeSessions.length > 0; | ||
const hasSignedInSessions = client.signedInSessions && client.signedInSessions.length > 0; | ||
import_react11.default.useEffect(() => { | ||
if (session === null && hasActiveSessions) { | ||
if (session === null && hasSignedInSessions) { | ||
void clerk.redirectToAfterSignOut(); | ||
@@ -223,0 +223,0 @@ } else { |
{ | ||
"name": "@clerk/clerk-react", | ||
"version": "5.23.1-canary.v20250218163602", | ||
"version": "5.24.0-canary.v20250218210704", | ||
"description": "Clerk React library", | ||
@@ -66,9 +66,9 @@ "keywords": [ | ||
"tslib": "2.4.1", | ||
"@clerk/shared": "^2.22.1-canary.v20250218163602", | ||
"@clerk/types": "^4.46.2-canary.v20250218163602" | ||
"@clerk/shared": "^2.23.0-canary.v20250218210704", | ||
"@clerk/types": "^4.47.0-canary.v20250218210704" | ||
}, | ||
"devDependencies": { | ||
"@types/semver": "^7.5.8", | ||
"@clerk/localizations": "3.10.8-canary.v20250218163602", | ||
"@clerk/themes": "2.2.20-canary.v20250218163602" | ||
"@clerk/localizations": "3.10.8-canary.v20250218210704", | ||
"@clerk/themes": "2.2.20-canary.v20250218210704" | ||
}, | ||
@@ -75,0 +75,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
646914
6067
+ Added@clerk/shared@2.23.0-snapshot.v20250221115552(transitive)
+ Added@clerk/types@4.47.0-snapshot.v20250221115552(transitive)
- Removed@clerk/shared@2.22.1-canary.v20250218163602(transitive)
- Removed@clerk/types@4.46.2-canary.v20250218163602(transitive)