Reactjs – Catch a RTK Query fulfilled action in redux toolkit middleware
I want to fire some side-effects after one of my RTKQ queries completes. I decided the best way would be to do it inside a middleware but I'm not sure what is the correct way to get catch this action.…