Cannot resolve bits-ui when using Svelte with shadcn-svelte
I'm using Svelte and have been trying to use it with shadcn-svelte. Some of the components work fine, but when I tried to use the ScrollArea which uses
bits-ui
, I'm getting the following error:
Failed to resolve 'bits-ui' from './src/components/ui/scroll-area/scroll-area-scrollbar.svelte'
Has anyone encountered this before or knows how to solve this? Thanks!0 Replies