Fix stale side panel tabs persisting across chat navigation
ChatView had no key prop, so React reused the same instance when
navigating between chats - leaving old tabs mounted. Adding key={id}
forces a clean remount on every chat change.
https://claude.ai/code/session_016JxWnFc3baeDgkzDgxY6ex
| Repository | Jeroen1991z/mikeNL |
|---|---|
| Author | Claude <noreply@anthropic.com> |
| Authored | |
| Committed | |
| Parents | 7735ccfd |
| Stats | 1 file changed , +1 |
| Part of | Legal citation side panel (full-text reader with quote highlight) |
Capture this commit into my fork
Download a Markdown prompt that tells Claude how to port this
exact commit into your working tree. Run it via
claude -p < capture-commit-b52b6ecb.md
from inside the repo you want the change in.