Why does my async function return undefined instead of the expected value?
👀 Views: 3
💬 Answers: 1
📅 Created: 2025-06-04
react axios async-await
I'm encountering an issue with an async function in my React application that's using version 17.0.2 along with Axios for API calls. When I call my async functi...