jsx-eslint / eslint-plugin-react

React-specific linting rules for ESLint
MIT License
8.86k stars 2.75k forks source link

[Fix] `jsx-key`: incorrect behavior for `checkKeyMustBeforeSpread` with map callbacks #3769

Closed akulsr0 closed 1 week ago

akulsr0 commented 1 week ago

Fixes #3742

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 93.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 97.76%. Comparing base (393bfa2) to head (6dc7803).

Files Patch % Lines
lib/rules/jsx-key.js 93.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3769 +/- ## ========================================== + Coverage 94.28% 97.76% +3.47% ========================================== Files 134 134 Lines 9613 9617 +4 Branches 3486 3488 +2 ========================================== + Hits 9064 9402 +338 + Misses 549 215 -334 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.