While running the app in development mode, multiple accessibility warnings appear in the console:
If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute
These warnings come from the updates/downloads UI components. This affects screen reader users.
Steps to reproduce: Just run yarn start and check the logs
Expected: All buttons should have proper aria-labels
While running the app in development mode, multiple accessibility warnings appear in the console:
If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute
These warnings come from the updates/downloads UI components. This affects screen reader users.
Steps to reproduce: Just run yarn start and check the logs
Expected: All buttons should have proper aria-labels