fix(astro): Preserve Clerk component stylings across view transitions#8661
fix(astro): Preserve Clerk component stylings across view transitions#8661wobsoriano wants to merge 2 commits into
Conversation
🦋 Changeset detectedLatest commit: ceffc1e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/hono
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
📝 WalkthroughWalkthroughThis PR fixes Clerk component styling breaking during Astro View Transitions navigations. The core issue was that the Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
Description
Notice the UserButton component when navigating:
Screen.Recording.2026-05-26.at.8.07.16.PM.mov
Fixed demo
Screen.Recording.2026-05-26.at.8.07.51.PM.mov
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change