You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> private async getClerkLatestVersion() { ... // Define the Clerk version as a constant or fetch it dynamically const STABLE_CLERK_VERSION = "4.74.0"; this.clerkVersion = STABLE_CLERK_VERSION; } #204