We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As per Core issue, since _ariaLevels were automated in Core, there's no need to manually override these now.
_ariaLevels
Item title aria-level should inherit from componentItem and override: _ariaLevel ?? itemAriaLevel can be removed.
aria-level
componentItem
override: _ariaLevel ?? itemAriaLevel
The text was updated successfully, but these errors were encountered:
Update: Remove _ariaLevel override property (fixes #142) (#143)
c6d405c
Chore(release): 7.5.0 [skip ci]
78ff072
# [7.5.0](v7.4.3...v7.5.0) (2023-11-13) ### Update * Remove _ariaLevel override property (fixes #142) (#143) ([c6d405c](c6d405c)), closes [#142](#142) [#143](#143)
🎉 This issue has been resolved in version 7.5.0 🎉
The release is available on GitHub release
Your semantic-release bot 📦🚀
Sorry, something went wrong.
kirsty-hames
Successfully merging a pull request may close this issue.
Subject of the issue
As per Core issue, since
_ariaLevels
were automated in Core, there's no need to manually override these now.Expected behaviour
Item title
aria-level
should inherit fromcomponentItem
andoverride: _ariaLevel ?? itemAriaLevel
can be removed.The text was updated successfully, but these errors were encountered: