From 74b1f299a8d78ccc27b729b616ba57802afe45f1 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 30 Mar 2026 16:25:21 +0200 Subject: [PATCH] Possible fix for avatars showing stale image data By giving React a different key for different users' avatars, this hopefully ensures that a new element will be created when the avatar component switches to a different user. --- src/Avatar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Avatar.tsx b/src/Avatar.tsx index d0cb243c..705cd3f4 100644 --- a/src/Avatar.tsx +++ b/src/Avatar.tsx @@ -136,6 +136,7 @@ export const Avatar: FC = ({ return (