Reactjs – Why my tags don't work properly in redux api?
I am using react/redux and here are the user endpoints, as you can see I have a getUsers and also getSingleUser. in my app, when I first go to the usersList page which uses the getUsers Query, all the users…