releases.shpreview

Keyless mode blocked in CI; development warning now suppressible via env var in SPA mode

@clerk/react-router@3.3.3

2 fixesThis release2 fixesBug fixesAI-tallied from the release notes
From the original release noteView original ↗

Patch Changes

  • Prevent keyless mode from activating in CI and other automated environments in framework SDKs. (#8676) by @mwickett

  • Read VITE_CLERK_UNSAFE_DISABLE_DEVELOPMENT_MODE_CONSOLE_WARNING on the client when React Router is used in SPA mode (or as a library). Previously the env-var shortcut only took effect through the SSR rootAuthLoader, so client-only setups had no way to suppress the development-keys warning without passing unsafe_disableDevelopmentModeConsoleWarning to <ClerkProvider> directly. (#8682) by @jacekradko

  • Updated dependencies [1c42351, 1701e0f, afb75e6, c3df67a, ff0cfef, 86fd38f, be55c4e, fb184de, 8d6bb56, 43dfefa, 5fc7b21, c2ba134]:

    • @clerk/backend@3.5.0
    • @clerk/shared@4.15.0
    • @clerk/react@6.7.3

Fetched June 3, 2026

Keyless mode blocked in CI; development warning now… — releases.sh