We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9eb27 commit 132b1ccCopy full SHA for 132b1cc
examples/svelte/auto-refetching/src/routes/+page.svelte
@@ -6,7 +6,7 @@
6
} from '@tanstack/svelte-query'
7
8
let intervalMs = $state(1000)
9
- let value = $state<string>()
+ let value = $state<string>('')
10
11
const client = useQueryClient()
12
0 commit comments