Reproduction for [email protected] breaking arg types inference in Storybook.
To reproduce:
npm installnpm run storybookhttp://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 installnpm run build-storybooknpx http-serve storybook-static -c-1hAdd the following to package.json and re-do the reproduction steps to see it now working correctly:
"overrides": {
"svelte2tsx": "0.7.34"
}