Closed anthonyhastings closed 4 years ago
Any news on this? We are facing this issue as well
We are also seeing this, though the module seems to be working and logging out a11y violations
We also have this problem. As ticklemepierce pointed out, the a11y violations are logged but hey are however drowned out by the findDOMNode warnings. Any idea on how to solve this?
Another bump to this thread
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.
I'm encountering issues when adding
react-axe
into a project that hasReact.StrictMode
within it's component tree. The error in particular is:Regarding usage of
findDOMNode
: https://reactjs.org/docs/strict-mode.html#warning-about-deprecated-finddomnode-usageI noticed that some preliminary work had begun around this issue in https://github.com/dequelabs/react-axe/pull/82 but I didn't see any open issues, and decided to make this one.