Closed sudPatil closed 4 years ago
We have moved this package to be under our axe-core-npm monorepo for easier management. As a result, this repository will be deprecated in the coming weeks.
I have transferred the issue so we can still keep track of it.
Hi, I am using basic implementation of react to test a11y using axe. But once same code integrated with react-router, Axe is not analyzing component for a11y errors updated by Router.
App.js
RouterCom.js
On first load console giving error for alt text, but once clicked on other links( about/profile) its not reporting any issues from current loaded component( about / profile).
On clearing console and clicking on home link not giving original error also.
My assumption is it should give error for all dynamic loaded component if any. If not can anybody explain how to achieve a11y testing in such scenario.
Version using
Note