Javascript – Await / axios always return pending action with redux toolkit
I'm moving from Duck to redux toolkit. Now I'll try to explain this behavior, this thing: = await axios always return the pending action. Removing the await the api call "works", but return undefined. So what I'm missing here? 'movies/searchByTitle',…