pull/12426/head
Rich Harris 2 years ago
parent e8453e75c6
commit 8f23a475b8

@ -66,7 +66,7 @@ Objects and arrays are made deeply reactive by wrapping them with [`Proxies`](ht
<button onclick={() => (entries[1].text = 'baz')}>change second entry text</button> <button onclick={() => (entries[1].text = 'baz')}>change second entry text</button>
``` ```
> Only POJOs (plain of JavaScript objects) are made deeply reactive. Reactivity will stop at class boundaries and leave those alone > Only POJOs (plain old JavaScript objects) are made deeply reactive. Reactivity will stop at class boundaries and leave those alone
## `$state.frozen` ## `$state.frozen`

Loading…
Cancel
Save