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
In https://vercel.com/docs/beginner-sveltekit/slots#named-slots, in the code block for Modal.svelte, lines 23-34 shouldn't be there I think. The code block should stop with line 22 with the 3 named slots defined (including the one for "content").
In https://vercel.com/docs/beginner-sveltekit/slots#named-slots, in the code block for
Modal.svelte, lines 23-34 shouldn't be there I think. The code block should stop with line 22 with the 3 named slots defined (including the one for "content").