mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 01:11:24 +01:00
24 lines
465 B
Markdown
24 lines
465 B
Markdown
|
### invalid_default_snippet
|
||
|
|
||
|
```
|
||
|
Cannot use `{@render children(...)}` if the parent component uses `let:` directives. Consider using a named snippet instead
|
||
|
```
|
||
|
|
||
|
### lifecycle_outside_component
|
||
|
|
||
|
```
|
||
|
`%name%(...)` can only be used during component initialisation
|
||
|
```
|
||
|
|
||
|
### store_invalid_shape
|
||
|
|
||
|
```
|
||
|
`%name%` is not a store with a `subscribe` method
|
||
|
```
|
||
|
|
||
|
### svelte_element_invalid_this_value
|
||
|
|
||
|
```
|
||
|
The `this` prop on `<svelte:element>` must be a string, if defined
|
||
|
```
|