From a5270f4197d6622f2c1253b40112192c3d0a7789 Mon Sep 17 00:00:00 2001 From: marco Date: Thu, 12 Jun 2025 12:59:06 +0200 Subject: [PATCH] =?UTF-8?q?Demo=20f=C3=BCr=20K.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/NewFoo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NewFoo.tsx b/src/NewFoo.tsx index 4883ebc..c358576 100644 --- a/src/NewFoo.tsx +++ b/src/NewFoo.tsx @@ -15,7 +15,7 @@ function NewFooComponent() { const [userId, setUserId] = createSignal(); const [user, { mutate }] = createResource(userId, fetchUser); const [value,setValue] = useContext(MyContext); - +//änderung setTimeout(() => { setUserId(5); }, 2000);