svrcekmichal / redux-axios-middleware

Redux middleware for fetching data with axios HTTP client
MIT License
918 stars 96 forks source link

how to call getSourceAction #124

Open GusGus2008 opened 4 years ago

GusGus2008 commented 4 years ago

var sourceAction = getSourceAction(); dispatch({ type: sourceAction.type + '_STARTING', });

it will cause error