Skip to content

Commit 81f187e

Browse files
committed
fix apiprovider type
1 parent 12d8720 commit 81f187e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/query/react/ApiProvider.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import type { CoreModule } from '../core/module'
3434
*/
3535
export function ApiProvider(props: {
3636
children: any
37-
api: ApiModules<any, any, string, any>[CoreModule]
37+
api: ApiModules<any, any, any, any>[CoreModule]
3838
setupListeners?: Parameters<typeof setupListeners>[1] | false
3939
context?: Context<ReactReduxContextValue>
4040
}) {

0 commit comments

Comments
 (0)