Anyone playing with astro 5.14 and async rendering for ? I'm trying to do what I thought would be a basic thing, grabbing an entry from my content collection (`await getEntry(‘collection’,
8mon 22d ago by mas.to/users/snugug in sveltejs@programming.devAnyone 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.