Skip to content

Commit 8734ef5

Browse files
authored
chore(clerk-js): Alert about circular dependency of BaseResource (#7289)
1 parent 36e43cc commit 8734ef5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/whole-dancers-pay.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
export type { Clerk } from '../clerk';
2+
// Ordering matters. If you change the order of `Base` you will be fired !! jk
23
export * from './Base';
4+
// -------
35
export * from './UserSettings';
46
export * from './CommerceSettings';
57
export * from './AuthConfig';
@@ -40,6 +42,6 @@ export * from './TOTP';
4042
export * from './User';
4143
export * from './UserOrganizationInvitation';
4244
export * from './Verification';
43-
export * from './Web3Wallet';
45+
export * from './Web3Wallet';
4446
export * from './Waitlist';
4547
export * from './APIKey';

0 commit comments

Comments
 (0)