Skip to content
Compare
Choose a tag to compare
@clerk-cookie clerk-cookie released this 20 Jun 09:01
· 941 commits to main since this release
cd5865c

Minor Changes

  • The path prop on the <SignIn.Root> and <SignUp.Root> component is now automatically inferred. Previously, the default values were /sign-in and /sign-up, on other routes you had to explicitly define your route. (#3557) by @LekoArts

    The new heuristic for determining the path where <SignIn.Root> and <SignUp.Root> are mounted is:

    1. path prop
    2. Automatically inferred
    3. If it can't be inferred, fallback to CLERK_SIGN_IN_URL and CLERK_SIGN_UP_URL env var
    4. Fallback to /sign-in and /sign-up

Patch Changes