Back to Clerk

`Client.activeSessions` removed

packages/upgrade/src/versions/core-3/changes/client-active-sessions-removed.md

latest187 B
Original Source

The activeSessions property has been removed from the Client object. Use sessions instead:

diff
- const sessions = client.activeSessions;
+ const sessions = client.sessions;