Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add jsx-key rule #1355

Merged
merged 9 commits into from
Nov 29, 2024
Merged

feat: add jsx-key rule #1355

merged 9 commits into from
Nov 29, 2024

Conversation

marvinhagemeister
Copy link
Contributor

Ensure that the key prop is used when iterating over arrays. The key prop is crucial for fast updates in the browser.

src/rules/jsx_key.rs Outdated Show resolved Hide resolved
src/rules/jsx_key.rs Outdated Show resolved Hide resolved
src/rules/jsx_key.rs Outdated Show resolved Hide resolved
src/rules/jsx_key.rs Outdated Show resolved Hide resolved
src/rules/jsx_key.rs Outdated Show resolved Hide resolved
Co-authored-by: Bartek Iwańczuk <[email protected]>
Co-authored-by: Bartek Iwańczuk <[email protected]>
Co-authored-by: Bartek Iwańczuk <[email protected]>
@marvinhagemeister marvinhagemeister merged commit 3aca2e7 into main Nov 29, 2024
7 checks passed
@marvinhagemeister marvinhagemeister deleted the jsx-key branch November 29, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants