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 3f452ea commit cca861fCopy full SHA for cca861f
docs/reference/timeoutManager.md
@@ -110,7 +110,7 @@ const intervalId = timeoutManager.setInterval(
110
```tsx
111
import { timeoutManager } from '@tanstack/react-query'
112
113
-const intervalId = timeoutManager.setTimeout(
+const intervalId = timeoutManager.setInterval(
114
() => console.log('ran at:', new Date()),
115
1000,
116
)
0 commit comments