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 58f3cec commit 67ddf17Copy full SHA for 67ddf17
docs/guides/disabling-queries.md
@@ -25,7 +25,7 @@ function Todos() {
25
isFetching
26
} = useQuery({
27
queryKey: ['todos'],
28
- queyFn: fetchTodoList,
+ queryFn: fetchTodoList,
29
enabled: false,
30
})
31
0 commit comments