axe-core-npm
axe-core-npm copied to clipboard
axe-core/react should check whether axe-core is running before starting another run
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: https://github.com/dequelabs/axe-core/issues/3426#issuecomment-1650988499
Any updates on this issue?
@AlexanderSovpel Please refer to https://github.com/dequelabs/axe-core-npm/issues/500#issuecomment-2085930402