AlaskaAirlines / auro-dropdown

A custom element that is a trigger and dropdown element combination intended to be used with dropdown content that is interactive.
http://auro.alaskaair.com/components/auro/dropdown
Apache License 2.0
3 stars 1 forks source link

a11y role on slot element is causing linting errors #232

Open jordanjones243 opened 5 months ago

jordanjones243 commented 5 months ago

Please verify the version of auro-dropdown you have installed

2.10.6

Please describe the bug

  1. Open auro-dropdown locally
  2. Run command in terminal npm run linters
  3. See two linting errors that come up

Line of code causing error: <slot role="tooltip"></slot> - Line 445 in auro-dropdown.js

Error that appears in terminal:

Screen Shot 2024-06-03 at 11 18 18 AM

Reproducing the error

This issue cannot be reproduced on the Auro docsite

Expected behavior

All linting tests and build processes complete without errors

What browsers are you seeing the problem on?

No response

Additional context

No response

jason-capsule42 commented 3 weeks ago

This should already be fixed but validate before closing this issue.