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 603a346 commit 43e2656Copy full SHA for 43e2656
docs/react/guides/paginated-queries.md
@@ -30,6 +30,9 @@ Consider the following example where we would ideally want to increment a pageIn
30
31
[//]: # 'Example2'
32
```tsx
33
+import { keepPreviousData, useQuery } from "@tanstack/react-query";
34
+import React from "react";
35
+
36
function Todos() {
37
const [page, setPage] = React.useState(0)
38
0 commit comments