reactjs / react-a11y

Identifies accessibility issues in your React.js elements
MIT License
2.34k stars 126 forks source link

Is react-a11y supported in React 18? #189

Closed fahadashiq12 closed 2 years ago

fahadashiq12 commented 2 years ago

I am worried to use this is latest version of React which is 18 - is this still support in react 18 version?

erin-doyle commented 2 years ago

No, reacy-a11y is not supported at all, it has been deprecated in favor of https://github.com/dequelabs/axe-core-npm/tree/develop/packages/react. Please use that library instead.