Problemunvalidated
When navigating from a users list (getUsers query) to a single user page (getSingleUser query), Redux Toolkit refetches the user data instead of reusing the data from the previous cached tags. This results in multiple cache entries/tags for the same user ID.
9ff095f5-9833-4d5e-a22f-d97fbd71f2dd
When navigating from a users list (getUsers query) to a single user page (getSingleUser query), Redux Toolkit refetches the user data instead of reusing the data from the previous cached tags. This results in multiple cache entries/tags for the same user ID.