fusionjs / fusion-plugin-rpc-redux-react

Migrated to https://github.com/fusionjs/fusionjs
MIT License
4 stars 17 forks source link

Make actions argument type optional in withRPCRedux #150

Open TheRealRay opened 6 years ago

TheRealRay commented 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.

Also remove an unnecessary rpcId

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.