svelte-range-slider-pips icon indicating copy to clipboard operation
svelte-range-slider-pips copied to clipboard

[bug] Expected a valid CSS identifier

Open djkato opened this issue 2 years ago • 4 comments

Describe the bug node_modules/svelte-range-slider-pips/src/RangeSlider.svelte:686:73 Expected a valid CSS identifier

To Reproduce

create new astro project, install svelte (Installs 5.0.0-next.1), try to use like:

<RangeSlider {max} {min} step="1" pushy={true} values={[50]} />

Screenshots image

djkato avatar Nov 30 '23 23:11 djkato

thanks, when Svelte5 is released, I'll have to look at this :)

simeydotme avatar Dec 01 '23 08:12 simeydotme

Describe the bug node_modules/svelte-range-slider-pips/src/RangeSlider.svelte:686:73 Expected a valid CSS identifier

To Reproduce

create new astro project, install svelte (Installs 5.0.0-next.1), try to use like:

<RangeSlider {max} {min} step="1" pushy={true} values={[50]} />

Screenshots image

I believe this was fixed in the latest release https://github.com/sveltejs/svelte/releases/tag/svelte%405.0.0-next.38

serferdinand2 avatar Jan 24 '24 21:01 serferdinand2

oh it was actually a bug in Svelte, not a design change? :D thanks for sharing that!

simeydotme avatar Jan 26 '24 03:01 simeydotme

I might be wrong about this but |global has issues in svelte 5. Right now it deletes the whole DOM on global transitions..

serferdinand2 avatar Jan 26 '24 16:01 serferdinand2