mirror of https://github.com/sveltejs/svelte
chore: Remove annoying sync-async warning (#16949)
parent
005895d994
commit
9cdd76e3a3
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
chore: Remove sync-in-async warning for server rendering
|
@ -1,9 +0,0 @@
|
||||
<!-- This file is generated by scripts/process-messages/index.js. Do not edit! -->
|
||||
|
||||
### 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.
|
@ -1,5 +0,0 @@
|
||||
## 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.
|
Loading…
Reference in new issue