From 8cdbf76f1420b945ac13ecb5309eb336fc8ede5b Mon Sep 17 00:00:00 2001 From: Gavin Rehkemper Date: Tue, 12 Dec 2023 08:15:57 -0600 Subject: [PATCH] reactive props issue example --- src/App.svelte | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/App.svelte b/src/App.svelte index e2f1578..c9968fc 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -71,6 +71,14 @@ {#if centerText}

{centerText}

+

+

+ +

{/if}