File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
apps/svelte.dev/content/docs/svelte/98-reference Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -122,12 +122,6 @@ Property descriptors defined on `$state` objects must contain `value` and always
122
122
Cannot set prototype of `$state` object
123
123
```
124
124
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
-
131
125
### state_unsafe_mutation
132
126
133
127
```
Original file line number Diff line number Diff line change @@ -129,12 +129,6 @@ Property descriptors defined on `$state` objects must contain `value` and always
129
129
Cannot set prototype of `$state` object
130
130
```
131
131
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
-
138
132
### state_unsafe_mutation
139
133
140
134
```
You can’t perform that action at this time.
0 commit comments