### Describe the feature Neither bug nor feature but slider events in Svelte 5 are now written without the colon i.e. `on:stop=()` becomes `onstop=()`. See https://svelte.dev/docs/svelte/v5-migration-guide#Event-changes for more details.