Skip to content

Commit

Permalink
fix(remix): Add ClerkState missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
desiprisg authored and dimkl committed Aug 4, 2023
1 parent d04cde9 commit e8a88a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/remix/src/client/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ export type ClerkState = {
__domain: string | undefined;
__isSatellite: boolean;
__signInUrl: string | undefined;
__signUpUrl: string | undefined;
__afterSignInUrl: string | undefined;
__afterSignUpUrl: string | undefined;
__clerk_debug: any;
__clerkJSUrl: string | undefined;
__clerkJSVersion: string | undefined;
Expand Down

0 comments on commit e8a88a2

Please sign in to comment.