You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the Button component from a library? If so, this might be because the component library provides type definition with Svelte 4 slots and We might need to find a way to map that into svelte 5 snippet.
Is the Button component from a library? If so, this might be because the component library provides type definition with Svelte 4 slots and We might need to find a way to map that into svelte 5 snippet.
Describe the bug
There appears to be an error when rendering a component containing children when using the newly introduced {@render children()}
The error on the parent is
Svelte: Type () => any is not assignable to type never
.Reproduction
Expected behaviour
No errors
System Info
Which package is the issue about?
svelte-language-server
Additional Information, eg. Screenshots
No response
The text was updated successfully, but these errors were encountered: