Skip to content

Commit e2c29cc

Browse files
committed
Add changeset
1 parent 16253ee commit e2c29cc

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,
@@ -1796,8 +1797,6 @@ export class Clerk implements ClerkInterface {
17961797
navigate: (to: string) => Promise<unknown>;
17971798
},
17981799
): Promise<unknown> => {
1799-
debugger;
1800-
18011800
if (!this.loaded || !this.environment || !this.client) {
18021801
return;
18031802
}

0 commit comments

Comments
 (0)