From ec0bf34153c2bdd3f06f9018321f1c7dcfbdb191 Mon Sep 17 00:00:00 2001 From: Pavel Grinchenko Date: Mon, 22 Jun 2026 02:13:13 +0100 Subject: [PATCH 1/2] docs: use prop atom directly in tabs example ctx.props.$active is already a WritableAtom; drop the redundant local copy and the unused atom import. --- apps/docs/src/content/examples/tabs.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/apps/docs/src/content/examples/tabs.html b/apps/docs/src/content/examples/tabs.html index 4bf8d52..c76e70e 100644 --- a/apps/docs/src/content/examples/tabs.html +++ b/apps/docs/src/content/examples/tabs.html @@ -48,7 +48,6 @@

Setup