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/documentation/docs/98-reference/.generated/server-warnings.md

348 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.