SonarCloud Finding — S6479
4 instances of using array index as React key, which causes rendering issues on list changes.
| File |
Line |
sites/promo/src/components/comparison.tsx |
281, 310 |
sites/promo/src/components/sponsors.tsx |
245, 262 |
Fix
Use stable unique identifiers instead of array indices.
SonarCloud Finding — S6479
4 instances of using array index as React key, which causes rendering issues on list changes.
sites/promo/src/components/comparison.tsxsites/promo/src/components/sponsors.tsxFix
Use stable unique identifiers instead of array indices.