This repository has been archived by the owner on Mar 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Error: Expect axe._selectorData to be set up #116
Comments
I am seeing this as well. I saw that a new version of Tested with: The error showed up in both cases. |
I am also seeing this - I think in part due to a Usabilla script being added to the DOM and an iframe being injected by the 3rd party. |
2 tasks
padmavemulapati
changed the title
Error: Expect axe._selectorData to be set up
[WIP]Error: Expect axe._selectorData to be set up
Mar 3, 2020
Unable to execute react-axe, because of an update of chrome. Making the tiket work in progress and will verify once issue fixed. |
Seeing the debounce (timeout) changes, and not getting any exceptions even after 10 times executed. on latest react-axe(3.4.1), the debounce fix made it issue fixed. Everything looks good in this context. |
padmavemulapati
changed the title
[WIP]Error: Expect axe._selectorData to be set up
Error: Expect axe._selectorData to be set up
Mar 16, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I intermittently get the following error with react-axe:
axe.js:5500 Uncaught (in promise) Error: Expect axe._selectorData to be set up at generateSelector (axe.js:5500) at Object.createUniqueSelector [as getSelector] (axe.js:5556) at DqElement.get selector [as selector] (axe.js:4909) at axe.js:4340 at Array.map (<anonymous>) at axe.js:4333 at Array.map (<anonymous>) at axe.js:4330 at Array.forEach (<anonymous>) at Object../node_modules/axe-core/axe.js.helpers.processAggregate (axe.js:4322)
It tends to happen when I have a lot of component updates happening.
using axe-core 3.3.2, react-axe 3.3.0
implementing as follows in root of my application:
if (process.env.NODE_ENV !== 'production') { const axe = require('react-axe'); axe(React, ReactDOM, 1000); }
I saw a fix had previously been added to solve this: #32
The text was updated successfully, but these errors were encountered: