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 963114e commit 268aea9Copy full SHA for 268aea9
packages/toolkit/src/query/tests/cleanup.test.tsx
@@ -162,7 +162,7 @@ test('Minimizes the number of subscription dispatches when multiple components a
162
let getSubscriptionsA = () =>
163
storeRef.store.getState().api.subscriptions['a(undefined)']
164
165
- let actionTypes: string[] = []
+ let actionTypes: unknown[] = []
166
167
listenerMiddleware.startListening({
168
predicate: () => true,
0 commit comments