Counselllor / Counsellor-Web

Prefer that non-interactive, visible elements (such as <div>) that have click handlers use the role attribute JS-0765
Anti-pattern
Minor
1 occurrence in this check
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
122              </li>
123            </ul>
124          </div>
125          <div className="hamburger" onClick={toggleMenu}>126            <div className={`bar ${menuOpen ? 'open' : ''}`}/>
127            <div className={`bar ${menuOpen ? 'open' : ''}`}/>
128            <div className={`bar ${menuOpen ? 'open' : ''}`}/>