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 1de5e1d commit 4a01a9eCopy full SHA for 4a01a9e
examples/pagination/pages/index.js
@@ -9,7 +9,7 @@ function Todos() {
9
latestData,
10
error,
11
isFetching,
12
- } = usePaginatedQuery(['todos', page], fetchProjects)
+ } = usePaginatedQuery(['projects', page], fetchProjects)
13
14
return (
15
<div>
0 commit comments