<!-- This file is generated by scripts/process-messages/index.js. Do not edit! -->
### async_in_sync
### await_invalid
```
Encountered asynchronous work while rendering synchronously.
@ -8,18 +8,18 @@ Encountered asynchronous work while rendering synchronously.
You (or the framework you're using) used `render` with an async component. Either use `renderAsync` or wrap the async component in a `svelte:boundary` with a `pending` snippet.
### lifecycle_function_unavailable
### experimental_async_ssr
```
`%name%(...)` is not available on the server
Attempted to use `renderAsync` without `experimental.async` enabled
```
Certain methods such as `mount` cannot be invoked while running in a server context. Avoid calling them eagerly, i.e. not during render.
Set `experimental.async: true` in your compiler options to use async server rendering.
### missing_experimental_flag
### lifecycle_function_unavailable
```
Attempted to use `renderAsync` without `experimental.async` enabled
`%name%(...)` is not available on the server
```
Set `experimental.async: true` in your compiler options to use async server rendering.
Certain methods such as `mount` cannot be invoked while running in a server context. Avoid calling them eagerly, i.e. not during render.
> Encountered asynchronous work while rendering synchronously.
You (or the framework you're using) used `render` with an async component. Either use `renderAsync` or wrap the async component in a `svelte:boundary` with a `pending` snippet.
## missing_experimental_flag
## experimental_async_ssr
> Attempted to use `renderAsync` without `experimental.async` enabled
consterror=newError(`missing_experimental_flag\nAttempted to use \`renderAsync\` without \`experimental.async\` enabled\nhttps://svelte.dev/e/missing_experimental_flag`);
exportfunctionexperimental_async_ssr(){
consterror=newError(`experimental_async_ssr\nAttempted to use \`renderAsync\` without \`experimental.async\` enabled\nhttps://svelte.dev/e/experimental_async_ssr`);