aidenybai / aidenybai/million-tanstack-virtual
React Review Audit
- Vorherrschende Sprache
- JavaScript
- Sterne
- 12
- Forks
- 1
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
**Score: 99/100** · 1 error · 0 warnings
Copy as prompt
```text
Fix the following React Review diagnostics in my codebase.
## Errors (1)
1. [error] jsx-key — src/virtual.jsx:5
Missing "key" prop for element in iterator.
```
---
### ❌ Errors (1)
**`jsx-key`**
Missing "key" prop for element in iterator.
> Add a "key" prop to the element in the iterator (https://react.dev/learn/rendering-lists#keeping-list-items-in-order-with-key).
[`src/virtual.jsx:5`](https://github.com/aidenybai/million-tanstack-virtual/blob/4bb00f70c1f5f8c56892dbad6703a57f9349d20a/src/virtual.jsx#L5)
---
Last scored May 18, 2026 at 10:18 AM UTC. Maintained by [React Review](https://github.com/millionco/react-review).
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Start with src/virtual.jsx at line 5, where the React Review audit reports the missing key in an iterator. Add the key to the iterated element, then rerun the React Review audit and confirm the jsx-key error is gone.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- javascript, react
- Bereich
- frontend
- Issue-Typ
- Bug
- Schwierigkeit
- 1/5
- Geschätzter Aufwand
- Unter einer Stunde
- Aktivitätsstatus
- Ruhig
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 88/100