Skip to content

Commit b641db3

Browse files
author
Raice Hannay
committed
fix documentation typo
1 parent 650bf6e commit b641db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/WrapperWithRedux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class Wrapper<
5656
C extends React.ComponentType<any>,
5757
S extends {} = TStoreState,
5858
P extends React.ComponentProps<C> = React.ComponentProps<C>
59-
> extends WrapperWithRedux<C, S, P> {
59+
> extends BaseWrapper<C, S, P> {
6060
protected createStore(
6161
initialState: DeepPartial<S>,
6262
middlewares: Middleware[]

0 commit comments

Comments
 (0)