Skip to content

Commit

Permalink
chore(clerk-react): Drop *MagicLink* related exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkl committed Nov 7, 2023
1 parent 0e1c7f9 commit 7447b0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 0 additions & 2 deletions packages/react/src/errors.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
export {
EmailLinkErrorCode,
MagicLinkErrorCode,
isClerkAPIResponseError,
isEmailLinkError,
isKnownError,
isMagicLinkError,
isMetamaskError,
} from '@clerk/shared/error';

Expand Down
10 changes: 1 addition & 9 deletions packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@ import './polyfills';

export * from './components';
export * from './contexts';
export {
EmailLinkErrorCode,
MagicLinkErrorCode,
isClerkAPIResponseError,
isEmailLinkError,
isKnownError,
isMagicLinkError,
isMetamaskError,
} from './errors';
export { EmailLinkErrorCode, isClerkAPIResponseError, isEmailLinkError, isKnownError, isMetamaskError } from './errors';
export * from './hooks';
export { useEmailLink } from './hooks/useEmailLink';
export type {
Expand Down

0 comments on commit 7447b0d

Please sign in to comment.