You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please run npx shadcn-svelte@next -v the latest version should be 1.0.0-next.1 I don't see this issue using the latest version. If you need to update the config you can run npx shadcn-svelte@next init.
Describe the bug
Accordion height does not animate when opening using the latest
@next
version andbits-ui@next
NOTE: It appears that in the tailwindcss config the incorrect variable is being used for the animation height.
It's initially using
var(--radix-accordion-content-height)
But needs to be updated to
var(--bits-accordion-content-height)
Reproduction
Install the latest version of shadcn-svelte@next (Svelte 5)
Install the latest version of bits-ui@next
Install the accordion component
npx shadcn-svelte@next add accordion
Observe that it does not animate when opening
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: