diff --git a/.changeset/unlucky-spiders-kick.md b/.changeset/unlucky-spiders-kick.md new file mode 100644 index 00000000000..0d48ade56f2 --- /dev/null +++ b/.changeset/unlucky-spiders-kick.md @@ -0,0 +1,12 @@ +--- +'@clerk/tanstack-start': minor +--- + +Introduce `EmailLinkErrorCodeStatus` to support users in custom flows and mark `EmailLinkErrorCode` as deprecated. + +```diff +- import { EmailLinkErrorCode } from '@clerk/tanstack-start/errors' ++ import { EmailLinkErrorCodeStatus } from '@clerk/tanstack-start/errors' +``` + +PR https://github.com/clerk/javascript/pull/5142