How do I call async function inside redux? – Reactjs
I have followed this tutorial and I think I have done everything as required however I still have this warning: Unhandled promise rejection: Error: Actions must be plain objects. Instead, the actual type was: 'Promise'. You may need to add…