Skip to content

@clerk/tanstack-start@0.10.0

Compare
Choose a tag to compare
@clerk-cookie clerk-cookie released this 18 Feb 15:21
· 13 commits to main since this release
93acb6f

Minor Changes

  • Introduce EmailLinkErrorCodeStatus to support users in custom flows and mark EmailLinkErrorCode as deprecated. (#5151) by @alexcarpenter

    - import { EmailLinkErrorCode } from '@clerk/tanstack-start/errors'
    + import { EmailLinkErrorCodeStatus } from '@clerk/tanstack-start/errors'

    PR #5142

Patch Changes