Skip to content
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

ScaleChip: [role]s do not have all required [aria-*] attributes #2190

Closed
SebastianGode opened this issue Nov 1, 2023 · 0 comments · Fixed by #2192
Closed

ScaleChip: [role]s do not have all required [aria-*] attributes #2190

SebastianGode opened this issue Nov 1, 2023 · 0 comments · Fixed by #2192
Labels
bug Something isn't working

Comments

@SebastianGode
Copy link

Scale Version
3.0.0-beta.139

Framework and version
NextJS 13.4.4

Current Behavior
The Google Lighthouse report throws the following error in the accessibility-test:
[role]s do not have all required [aria-*] attributes

Expected Behavior
The Google Lighthouse report should not throw this error.

Code Reproduction
We are using the following Code-Snippet to generate ScaleChips:

<ScaleChip
    key={tag.attributes.name}
    onScaleChange={changeChip}>{tag.attributes.name}
</ScaleChip>

So this error should exist on all ScaleChips as we didn't specify anything specifically.

Additional context
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant