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
We need to come up with reliable way to refetch/reset data in the app upon user switching the wallet in the respective wallet.
listen to the event about changing current wallet
refetch all active queries (make them depend on current wallet? just invalidate all query keys?)
reset states and data in inputs and forms to avoid any input leftovers of the previous user
navigating away from the pages/components user should not have access to (for example if some token/vault is selected where new user is not an admin of etc)
The text was updated successfully, but these errors were encountered:
We need to come up with reliable way to refetch/reset data in the app upon user switching the wallet in the respective wallet.
The text was updated successfully, but these errors were encountered: