From 5937ee48a187bbe0b455f84989bdb69cefa1d9c4 Mon Sep 17 00:00:00 2001 From: brunnerh Date: Fri, 11 Oct 2024 18:27:17 +0200 Subject: [PATCH] docs: Reference `svelte/reactivity` from `$state`. --- documentation/docs/03-runes/01-state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/03-runes/01-state.md b/documentation/docs/03-runes/01-state.md index 1ab89fa239..badea85304 100644 --- a/documentation/docs/03-runes/01-state.md +++ b/documentation/docs/03-runes/01-state.md @@ -60,7 +60,7 @@ Objects and arrays are made deeply reactive by wrapping them with [`Proxies`](ht ``` -> [!NOTE] Only POJOs (plain old JavaScript objects) are made deeply reactive. Reactivity will stop at class boundaries and leave those alone +> [!NOTE] Only POJOs (plain old JavaScript objects) are made deeply reactive. Reactivity will stop at class boundaries and leave those alone. For some built-ins like `Set` and `Map`, there are reactive implementations that can be imported from `svelte/reactivity`. ## `$state.raw`