Demo: Account Switch Doesn't Propagate
Each tab caches the current account in React state.
Switching accounts in one tab doesn't notify other tabs.
React state:
loading...
Server:
loading...
How to trigger the bug
- Open this page in two browser tabs (Tab A and Tab B)
- Both tabs show the same account (e.g., "personal")
- In Tab A, click "Work" to switch accounts
- Tab B still shows "personal" — and the wrong inbox!
- Tab B is now showing personal emails while logged in as work account