-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaks pure-render checks #77
Comments
Why is this important for testing accessibility? |
It's an issue because during development performance of the application is extremely poor with react-a11y enabled. Ideally we'd like to keep react-a11y enabled always so that new warnings are immediately visible to developers. |
Yeah it's important because it slows iteration speed in development and makes it hard to identify similar performance regressions not caused by react-a11y. |
This module generates new a11y id's every render, meaning that pure render mixin doesn't work.
The text was updated successfully, but these errors were encountered: