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

axe-core/react should check whether axe-core is running before starting another run #958

Open
WilcoFiers opened this issue Dec 14, 2023 · 2 comments
Labels

Comments

@WilcoFiers
Copy link
Contributor

Axe-core/react uses a debounce to try and prevent running axe too often. This is mostly reasonable, but if axe-core takes longer to complete than the debounce time it might end up starting another run before the prior one is finished. This results in an error, as reported here: dequelabs/axe-core#3426 (comment)

@AlexanderSovpel
Copy link

Any updates on this issue?

@straker
Copy link
Contributor

straker commented May 6, 2024

@AlexanderSovpel Please refer to #500 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants