Hey there
I have a hamburger menu set-up for smaller screens using the Navigation Modal. I’m checking accessibility in Lighthouse and I keep getting errors for “[aria-*] attributes do not match their roles”. For the regular menu bar I was able to use, Role = Navigation & Aria-label = Navigation, but I know the modal presents a different set of challenges.
I’ve tried a few tutorials on how to fix this, using different aria options, such as below. But I keep coming up with that error. Any help you can provide would be much appreciated.