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 f5f796c commit b95330cCopy full SHA for b95330c
src/createStore.ts
@@ -90,7 +90,7 @@ export default function createStore<
90
91
return enhancer(createStore)(reducer, preloadedState as PreloadedState<
92
S
93
- >) as Store<S & StateExt, A> & Ext
+ >) as Store<S & StateExt, A, StateExt, Ext> & Ext
94
}
95
96
if (typeof reducer !== 'function') {
0 commit comments