snugug

joined 3 years ago
 

Anyone playing with @astro 5.14 and async rendering for @sveltejs? I'm trying to do what I thought would be a basic thing, grabbing an entry from my content collection (await getEntry(‘collection’, 'item’)) in my script tag, but I'm getting Cannot await outside a \<svelte:boundary\> with a pending snippet as an error, and the error URL 404s.

 

Hey @astro and @sveltejs gang, I've got a question! What's the right way to use named slots in a Runes mode Svelte 5 component from an Astro component? Snippets don't seem to be possible to create from the Astro side.