dequelabs / axe-core-npm

Mozilla Public License 2.0
611 stars 68 forks source link

Incompatible with React's strict mode #228

Open stephenmathieson opened 3 years ago

stephenmathieson commented 3 years ago

@axe-core/react is not compatible with React's Strict Mode. Wrapping an application with <React.StrictMode> while using @axe-core/react produces tons of errors about its usage of findDOMNode.

It would be great if I could develop my app using Strict Mode and have accessibility checks running at the same time.

mtsknn commented 3 years ago

👍 Probably a duplicate of #94.