You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/packages/svelte/messages/server-warnings/warnings.md

257 B

experimental_async_ssr

Attempted to use asynchronous rendering without experimental.async enabled

Set experimental.async: true in your compiler options (usually in svelte.config.js) to use async server rendering. This render ran synchronously.