Attempted to use asynchronous rendering without `experimental.async` enabled
https://svelte.dev/e/experimental_async_ssr```
I'm seeing this error littering my logs, but no clear indication as to how to mitigate it. There is no setting for the configuration near as I can tell, and a search of the internet provides a non-answer from Gemini that seems like a bit of a made-up solution (as it does not change anything).
There are no other errors and the site otherwise functions as expected.
Anyone else? Any way to eliminate the error (more a nuisance and low-level concern than anything else).
#experimental ssr
6 messages · Page 1 of 1 (latest)
I am getting this too. On a new project. I added a single Counter.svelte component to test out Svelte in Astro, and got the warning right off the bat. I'm not using async/await, nothing. I'm on astro 5.14.1, astrojs/svelte 7.2.0 and svelte 5.39.11
IIRC @lilac flame had the same issue a few days ago, did you found a workaround finally?
This seems related to 5.39: https://github.com/sveltejs/svelte/blob/9c350cfdab1a55e7d7960e434e2a3349e9da0946/packages/svelte/CHANGELOG.md#5390
By testing with a lower version, I don't get this log. I wonder if this is a Svelte bug (since this is pretty recent and experimental) or if we need to update something in the integration.
I think an issue in the core repo could make sense here even if this doesn't break anything! Better to be cautious!
Oh no, sorry! We appreciate your help.
Please open an issue on the withastro/astro repo.
yeah I did get this but then I stopped using svelete so dont know anymore really
Thanks!
So, yes, I think creating an issue makes sense, even if the issue is upstream at least this makes it discoverable for others on Github!