From 69c7c37469ed8b0352c128b65d2125bc8566d131 Mon Sep 17 00:00:00 2001 From: RL Date: Fri, 12 Jan 2024 06:25:03 -0500 Subject: [PATCH] fixing fn tab after Passing Server Children to Islands heading to if selected()==index (#44) --- src/islands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/islands.md b/src/islands.md index ebaad67..3a9da61 100644 --- a/src/islands.md +++ b/src/islands.md @@ -351,7 +351,7 @@ And let’s modify the `Tab` island to use that context to show or hide itself: fn Tab(children: Children) -> impl IntoView { let selected = expect_context::>(); view! { -