-
Notifications
You must be signed in to change notification settings - Fork 408
feat: animate height of switch #7263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: animate height of switch #7263
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
| onChange={() => setAllowPersonalAccount(prev => !prev)} | ||
| /> | ||
| </Flex> | ||
| {hasPersonalAccountsEnabled && ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need to rollback the isEnabled here
packages/clerk-js/src/ui/components/devPrompts/EnableOrganizationsPrompt/index.tsx
Show resolved
Hide resolved
…ionsPrompt/index.tsx
Co-authored-by: Laura Beatris <48022589+LauraBeatris@users.noreply.github.com>
Co-authored-by: Laura Beatris <48022589+LauraBeatris@users.noreply.github.com>
Description
Smooth out the height change when enabling
Screen.Recording.2025-11-19.at.3.03.42.PM.mov
Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change