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 8c967c7 commit c3c5b32Copy full SHA for c3c5b32
docs/react/overview.md
@@ -69,7 +69,7 @@ function Example() {
69
const { isLoading, error, data } = useQuery({
70
queryKey: ['repoData'],
71
queryFn: () =>
72
- fetch('https://api.github.com/repos/tannerlinsley/react-query').then(
+ fetch('https://api.github.com/repos/TanStack/query').then(
73
(res) => res.json(),
74
),
75
})
0 commit comments