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
The dropdown menu example uses the component let: directive.
In svelte 5 this causes an error:
Svelte error: invalid_default_snippet
Cannot use `{@render children(...)}` if the parent component uses `let:` directives. Consider using a named snippet instead
The text was updated successfully, but these errors were encountered:
Change Type
Correction
Proposed Changes
https://www.shadcn-svelte.com/docs/dark-mode/svelte#add-a-mode-toggle
The dropdown menu example uses the component let: directive.
In svelte 5 this causes an error:
The text was updated successfully, but these errors were encountered: