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 737bfc1 commit af838abCopy full SHA for af838ab
examples/load-more-infinite-scroll/pages/index.js
@@ -3,7 +3,7 @@ import Link from 'next/link'
3
import axios from 'axios'
4
5
import { useInfiniteQuery } from 'react-query'
6
-import { ReactQueryDevtools } from 'react-query'
+import { ReactQueryDevtools } from 'react-query-devtools'
7
8
//
9
examples/pagination/pages/index.js
@@ -1,7 +1,7 @@
1
import React from 'react'
2
import { usePaginatedQuery, queryCache } from 'react-query'
function Todos() {
const [page, setPage] = React.useState(0)
0 commit comments