mirror of https://github.com/sveltejs/svelte
10 lines
311 B
10 lines
311 B
<!-- This file is generated by scripts/process-messages/index.js. Do not edit! -->
|
|
|
|
### lifecycle_function_unavailable
|
|
|
|
```
|
|
`%name%(...)` is not available on the server
|
|
```
|
|
|
|
Certain methods such as `mount` cannot be invoked while running in a server context. Avoid calling them eagerly, i.e. not during render.
|