Skip to content

Commit 5e25dca

Browse files
committed
Removed redundant default explanation
1 parent 6ec1745 commit 5e25dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rtk-query/usage/polling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Polling gives you the ability to have a 'real-time' effect by causing a query to
1717
:::tip
1818
Polling additionally has the ability to skip sending requests while the window is out of focus. To enable this behavior, pass `skipPollingIfUnfocused: true` to the `useQuery` hook or action creator.
1919

20-
_Note: `skipPollingIfUnfocused` requires [`setupListeners`](../api/setupListeners.mdx) to have been called and is disabled by default_
20+
_Note: `skipPollingIfUnfocused` requires [`setupListeners`](../api/setupListeners.mdx) to have been called._
2121
:::
2222

2323
```tsx no-transpile title="src/Pokemon.tsx" no-transpile

0 commit comments

Comments
 (0)