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

Commit 2f9c3a7

Browse files
author
Choong Kim
committed
Remove store from proptypes requirement in withRPCRedux
1 parent a5b8ea4 commit 2f9c3a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hoc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ export function withRPCRedux<Props: {}>(
8686
withRPCRedux.displayName = 'WithRPCRedux' + '(' + displayName + ')';
8787
withRPCRedux.contextTypes = {
8888
rpc: PropTypes.object.isRequired,
89-
store: PropTypes.object.isRequired,
9089
};
9190
return withRPCRedux;
9291
};

0 commit comments

Comments
 (0)