You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using RTK Query in my React Native app and I would like to know if there is any way we can clear the whole API for new user session? What I'm trying to achieve is to reset all query hooks and mark them uninitialized.
Please let me know if someone has found a way to do this. I'll mark this as a feature request for RTK query ( Feature: a reset function ).