Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit cb55a06

Browse files
akre54fusion-bot[bot]
authored andcommitted
Fix flowtypes for mapStateToParams
#191 Co-authored-by: Adam Krebs <[email protected]>
1 parent e846dca commit cb55a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function withRPCRedux(
4747
mapStateToParams,
4848
}: {
4949
propName?: string,
50-
actions: any,
50+
actions?: any,
5151
transformParams?: (params: any) => any,
5252
mapStateToParams?: (state: any) => any,
5353
} = {}

0 commit comments

Comments
 (0)