Skip to content

Commit 04040d9

Browse files
committed
Add changeset
1 parent 0033a09 commit 04040d9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import type {
2828
AuthenticateWithGoogleOneTapParams,
2929
AuthenticateWithMetamaskParams,
3030
AuthenticateWithOKXWalletParams,
31+
Clerk as ClerkInterface,
3132
ClerkAPIError,
3233
ClerkAuthenticateWithWeb3Params,
3334
Clerk as ClerkInterface,
@@ -1811,8 +1812,6 @@ export class Clerk implements ClerkInterface {
18111812
navigate: (to: string) => Promise<unknown>;
18121813
},
18131814
): Promise<unknown> => {
1814-
debugger;
1815-
18161815
if (!this.loaded || !this.environment || !this.client) {
18171816
return;
18181817
}

0 commit comments

Comments
 (0)