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/shared-warnings.md

20 lines
459 B

<!-- This file is generated by scripts/process-messages/index.js. Do not edit! -->
### dynamic_void_element_content
```
`<svelte:element this="%tag%">` is a void element — it cannot have content
```
### state_snapshot_uncloneable
```
Value cannot be cloned with `$state.snapshot` — the original value was returned
```
```
The following properties cannot be cloned with `$state.snapshot` — the return value contains the originals:
%properties%
```