With 8.1.4 update where you have added an ARIA role navigation to the main "ul" tag, you got the following AxeMonitor accessibility issue:
"List item does not have a "ul", "ol" parent element without a role, or a role="list" ".
Maybe you can set the role attribute to be optional or to choose between "navigation" and "list".
With 8.1.4 update where you have added an ARIA role navigation to the main "ul" tag, you got the following AxeMonitor accessibility issue: "List item does not have a "ul", "ol" parent element without a role, or a role="list" ".
Maybe you can set the role attribute to be optional or to choose between "navigation" and "list".