Open TheRealRay opened 6 years ago
The second argument of withRPCRedux required an actions property so if you wanted to use any of other properties like mapStateToProps you must pass null for actions to not fail a flow check.
withRPCRedux
actions
Also remove an unnecessary rpcId
rpcId
All committers have signed the CLA.
The second argument of
withRPCRedux
required anactions
property so if you wanted to use any of other properties like mapStateToProps you must pass null for actions to not fail a flow check.Also remove an unnecessary
rpcId