Reactjs – Axios still returning data after using AbortController in React
all, I'm trying to understand what is off about my code involving cancelling an axios post request. I have a form via which a user can make a request for an openai search for movies. While the search is going…