Skip to content

Commit 7fdad39

Browse files
committed
Add changeset
1 parent 0033a09 commit 7fdad39

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changeset/common-clowns-speak.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@clerk/clerk-js': patch
3+
'@clerk/clerk-react': patch
4+
'@clerk/types': patch
5+
---
6+
7+
Remove unused `__internal_hasAfterAuthFlows` property

packages/clerk-js/src/core/clerk.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ import type {
2828
AuthenticateWithGoogleOneTapParams,
2929
AuthenticateWithMetamaskParams,
3030
AuthenticateWithOKXWalletParams,
31+
Clerk as ClerkInterface,
3132
ClerkAPIError,
3233
ClerkAuthenticateWithWeb3Params,
33-
Clerk as ClerkInterface,
3434
ClerkOptions,
3535
ClientJSONSnapshot,
3636
ClientResource,
@@ -1811,8 +1811,6 @@ export class Clerk implements ClerkInterface {
18111811
navigate: (to: string) => Promise<unknown>;
18121812
},
18131813
): Promise<unknown> => {
1814-
debugger;
1815-
18161814
if (!this.loaded || !this.environment || !this.client) {
18171815
return;
18181816
}

0 commit comments

Comments
 (0)