Demo für K.

This commit is contained in:
marco 2025-06-12 12:59:06 +02:00
parent 99dd1af473
commit a5270f4197
1 changed files with 1 additions and 1 deletions

View File

@ -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);