From ee07380ae0f995918b7bc4ea79c64f7568913470 Mon Sep 17 00:00:00 2001 From: Molecule AI Frontend Engineer Date: Fri, 17 Apr 2026 21:54:51 +0000 Subject: [PATCH] fix(canvas): dynamic aria-label + title on TeamMemberChip eject button (issue #854) - EjectIcon now accepts React.SVGProps so aria-hidden can be passed - Eject button: aria-label and title both use `Extract ${data.name} from team` (previously title was static 'Extract from team'; aria-label was absent) -