Open emil-connox opened 8 months ago
Hi, thanks for reporting this. do you have a reproduction repo you can share? If not, can you please create one via storybook.new? We prioritize bug reports that have reproduction. Thank you! 🙏
https://stackblitz.com/~/github.com/emil-connox/storybook-bug-26114 here you go. btw: The Template for "SvelteKit (TypeScript)" at the link you provided doesnt produce a working storybook instance.
Describe the bug
My button component uses {...$$restProps} to pass all props to the html button element. When I also use style-props to set som custom css properties, I get an error of
Error: String contains an invalid character
. I use the addon-svelte-csf to write my stories.To Reproduce
button component
story
System
Additional context
No response