Summary
Several files use key={index} on lists where stable ids exist (see issue #7); this is also an a11y concern for screen reader announcements because React reconciliation cycles can jumble element ids.
Affected area
Same as #7.
Steps to reproduce
Filter a list, observe that screen reader announces cleared content in unexpected orders.
Expected behaviour
Use stable identifiers.
Acceptance criteria
Summary
Several files use
key={index}on lists where stable ids exist (see issue #7); this is also an a11y concern for screen reader announcements because React reconciliation cycles can jumble element ids.Affected area
Same as #7.
Steps to reproduce
Filter a list, observe that screen reader announces cleared content in unexpected orders.
Expected behaviour
Use stable identifiers.
Acceptance criteria