I\'m having an issue with Promise.all in React. I\'m creating promises for my axios request and at the end run a Promise.all to dispatch all the data.
Here is my meth