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 65a6ae3 commit 823c3b7Copy full SHA for 823c3b7
packages/toolkit/src/query/tests/polling.test.tsx
@@ -185,7 +185,10 @@ describe('polling tests', () => {
185
const { requestId, queryCacheKey, ...subscription } =
186
storeRef.store.dispatch(
187
getPosts.initiate(1, {
188
- subscriptionOptions: { pollingInterval: 10, skipPollOnFocusLost: false },
+ subscriptionOptions: {
189
+ pollingInterval: 10,
190
+ skipPollOnFocusLost: false,
191
+ },
192
subscribe: true,
193
})
194
)
0 commit comments