Skip to content

Commit

Permalink
feat(chrome-extension): Export buildClerk
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski committed Jul 26, 2024
1 parent cc5fae4 commit 2189ab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/chrome-extension/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export type { StorageCache } from './utils/storage';

// The order matters since we want override @clerk/clerk-react ClerkProvider
export { ClerkProvider } from './ClerkProvider';
export { buildClerk } from './singleton';

// Override Clerk React error thrower to show that errors come from @clerk/chrome-extension
import { setErrorThrowerOptions } from '@clerk/clerk-react/internal';
Expand Down

0 comments on commit 2189ab3

Please sign in to comment.