BulatDashiev / svelte-slider

Simple range slider for Svelte 3
27 stars 7 forks source link

Broken in Svelte Kit #1

Open websocket98765 opened 3 years ago

websocket98765 commented 3 years ago

Heads up. This component is broken in the new Svelte Kit:

The client gives an error:

500

is not a valid SSR component. You may need to review your build config to ensure that dependencies are compiled, rather than imported as pre-compiled modules
webdagger commented 2 years ago

The component works fine for me on SvelteKit.

Gildedter commented 2 years ago

Doesn't work for my Svelte Kit app as well, the slider keeps sticking to the first index, I am updating the bound array programmatically upon user input, might be the issue.