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 f382b34 commit 7fe5413Copy full SHA for 7fe5413
docs/rtk-query/usage/customizing-create-api.mdx
@@ -35,7 +35,7 @@ import {
35
reactHooksModule,
36
} from '@reduxjs/toolkit/query/react'
37
38
-const MyContext = React.createContext<ReactReduxContextValue | null>(null)
+const MyContext = React.createContext<ReactReduxContextValue>(null as any)
39
const customCreateApi = buildCreateApi(
40
coreModule(),
41
reactHooksModule({
0 commit comments