We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d8720 commit 81f187eCopy full SHA for 81f187e
packages/toolkit/src/query/react/ApiProvider.tsx
@@ -34,7 +34,7 @@ import type { CoreModule } from '../core/module'
34
*/
35
export function ApiProvider(props: {
36
children: any
37
- api: ApiModules<any, any, string, any>[CoreModule]
+ api: ApiModules<any, any, any, any>[CoreModule]
38
setupListeners?: Parameters<typeof setupListeners>[1] | false
39
context?: Context<ReactReduxContextValue>
40
}) {
0 commit comments