open-sauced / app

🍕 Insights into your entire open source ecosystem.
https://pizza.new
Apache License 2.0
427 stars 228 forks source link

enhancement: a11y rules "click-events-have-key-events" and "no-static-element-interactions" fail with a warning. #4130

Closed FatumaA closed 2 weeks ago

FatumaA commented 1 month ago

Describe the bug

jsx-a11y eslint plugin was recently added to the project and these rules -jsx-a11y/click-events-have-key-events and jsx-a11y/no-static-element-interactions - fail with a warning.

This issue offers more context: https://github.com/open-sauced/app/issues/2264

Steps to reproduce

The following components and files are causing the rule to fail:

  1. components/atoms/PillSelector/pill-selector.tsx
  2. components/atoms/Radio/radio.tsx
  3. components/atoms/RadioCheck/radio-check.tsx
  4. components/atoms/SVGIcon/svg-icon.tsx
  5. components/atoms/Search/search.tsx
  6. components/atoms/TextInput/text-input.tsx
  7. components/atoms/ToggleOption/toggle-option.tsx
  8. components/molecules/AuthSection/auth-section.tsx
  9. components/molecules/CardRepoList/card-repo-list.tsx
  10. components/molecules/ContributorFilterDropdown/contributor-filter-dropdown.tsx
  11. components/molecules/ContributorHighlight/contributor-highlight-card.tsx
  12. components/molecules/ContributorListTableRow/contributor-list-table-row.tsx
  13. components/molecules/DevCard/dev-card.tsx
  14. components/molecules/HighlightInput/highlight-input-form.tsx
  15. components/molecules/HighlightsFeedCard/highlights-filter-card.tsx
  16. components/molecules/InfoCard/info-card.tsx
  17. components/molecules/RepoRow/repo-row.tsx
  18. components/molecules/ReposoitoryCartItem/repository-cart-item.tsx
  19. components/molecules/SuperlativeSelector/superlative-selector.tsx
  20. components/organisms/DevCardWall/dev-card-wall.tsx
  21. components/organisms/SearchDialog/search-dialog.tsx
  22. pages/u/[username]/card.tsx
github-actions[bot] commented 1 month ago

Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.

To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please comment on this issue.

For full info on how to contribute, please check out our contributors guide.

FatumaA commented 1 month ago

.take

open-sauced[bot] commented 2 weeks ago

:tada: This issue has been resolved in version 2.64.1-beta.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: