Patch Changes
-
Allow child elements in unstyled Astro components. (#4122) by @wobsoriano
Usage:
--- import { SignInButton } from '@clerk/components/astro' --- <SignInButton asChild> <button>Sign in with Clerk</button> </SignInButton>
-
Fixes an issue where control components in client-side rendered apps are always hidden. (#4131) by @wobsoriano
-
Updated dependencies [
b97b2c1ca,8c6909d46]:- @clerk/backend@1.11.0
- @clerk/types@4.20.1
- @clerk/shared@2.7.1