issues with svelte 5, $props and vscode
reproduction step
- clone the repo
pnpm i
- open the folder in vscode
- navigate to web/test/src/App.svelte
- see error :
Type '{ type: string; errors: { message: string; }[]; }' is not assignable to type 'never'.ts(2322)