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 650bf6e commit b641db3Copy full SHA for b641db3
docs/WrapperWithRedux.md
@@ -56,7 +56,7 @@ class Wrapper<
56
C extends React.ComponentType<any>,
57
S extends {} = TStoreState,
58
P extends React.ComponentProps<C> = React.ComponentProps<C>
59
-> extends WrapperWithRedux<C, S, P> {
+> extends BaseWrapper<C, S, P> {
60
protected createStore(
61
initialState: DeepPartial<S>,
62
middlewares: Middleware[]
0 commit comments