dequelabs / axe-core-npm

Mozilla Public License 2.0
592 stars 67 forks source link

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

Open WilcoFiers opened 8 months ago

WilcoFiers commented 8 months ago

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

AlexanderSovpel commented 4 months ago

Any updates on this issue?

straker commented 4 months ago

@AlexanderSovpel Please refer to https://github.com/dequelabs/axe-core-npm/issues/500#issuecomment-2085930402