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
Running bunx shadcn-svelte@next init and bunx shadcn-svelte@next add button does not install bits-ui as a dependency and int $lib/components/ui/button/button.svelte, import type { WithElementRef } from "bits-ui"; gives an error in the IDE once bits-ui is installed:
It still compiles and runs, and the button works, but wanted to point this out.
Reproduction
In a brand new [email protected] project run bunx shadcn-svelte@next init and bunx shadcn-svelte@next add button
Describe the bug
Running
bunx shadcn-svelte@next init
andbunx shadcn-svelte@next add button
does not installbits-ui
as a dependency and int$lib/components/ui/button/button.svelte
,import type { WithElementRef } from "bits-ui";
gives an error in the IDE once bits-ui is installed:It still compiles and runs, and the button works, but wanted to point this out.
Reproduction
In a brand new
[email protected]
project runbunx shadcn-svelte@next init
andbunx shadcn-svelte@next add button
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: