update docs

pull/9851/head
Dominic Gannaway 3 years ago
parent 3077662a77
commit 82e3a84d5d

@ -84,7 +84,7 @@ For the cases where you don't want Svelte's reactivity to apply deeply to state,
</button>
```
> Objects and arrays passed to `$state.frozen` will be shallowly frozen using `Object.freeze()`.
> Objects and arrays passed to `$state.frozen` will be shallowly frozen using `Object.freeze()`. If you don't want them to be frozen, then you should pass in a clone of those objects
## `$derived`

Loading…
Cancel
Save