Skip to content

Commit a03137e

Browse files
sync svelte docs
1 parent 0e0d6ed commit a03137e

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

apps/svelte.dev/content/docs/svelte/98-reference/.generated/client-errors.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@ Property descriptors defined on `$state` objects must contain `value` and always
122122
Cannot set prototype of `$state` object
123123
```
124124

125-
### state_unsafe_local_read
126-
127-
```
128-
Reading state that was created inside the same derived is forbidden. Consider using `untrack` to read locally created state
129-
```
130-
131125
### state_unsafe_mutation
132126

133127
```

apps/svelte.dev/content/docs/svelte/98-reference/30-runtime-errors.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,6 @@ Property descriptors defined on `$state` objects must contain `value` and always
129129
Cannot set prototype of `$state` object
130130
```
131131

132-
### state_unsafe_local_read
133-
134-
```
135-
Reading state that was created inside the same derived is forbidden. Consider using `untrack` to read locally created state
136-
```
137-
138132
### state_unsafe_mutation
139133

140134
```

0 commit comments

Comments
 (0)