rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.26k stars 175 forks source link

Could not resolve './filter' when using unstyled version #479

Closed ivarlovlie closed 1 year ago

ivarlovlie commented 1 year ago

Getting Could not resolve './filter' from node_modules/.pnpm/svelte-select@5.0.0-beta.30_c36sqhgzdfaw4kmxogryyrffx4/node_modules/svelte-select/no-styles/Select.svelte

when using unstyled component, works fine with the default component.

rob-balfre commented 1 year ago

@extremelygooddeveloper fixed error in 5.0.0-beta.31 but could do with some PRs to improve the example tailwind.css if possible? I don't use tailwind in my day job so don't really know what I'm doing! Thanks

rob-balfre commented 1 year ago

If I add to examples site it applies it's styles globally, not sure how to scope them... https://svelte-select-examples.vercel.app/examples/advanced/tailwind

ivarlovlie commented 1 year ago

Thanks! I'm not really well versed in tailwind either, so I don't think I can contribute to that.