Reproduction for [email protected]
breaking arg types inference in Storybook.
To reproduce:
npm install
npm run storybook
http://localhost/?path=/story/stories-docs-ts--default
(Storybook Dev with Svelte doesn't work for me right now, so you can also debug with the built Storybook instead):
npm install
npm run build-storybook
npx http-serve storybook-static -c-1h
Add the following to package.json
and re-do the reproduction steps to see it now working correctly:
"overrides": {
"svelte2tsx": "0.7.34"
}