- Issue created by @pivica
In themes/bs_bootstrap/templates/navigation/menu--navbar.html.twig we have a code that is calculating unique IDs of menu items. From D10.1+ we have clean_unique_id filter, check ✨ Add a new clean_unique_id Twig filter for Html::getUniqueId Fixed .
It would make sense to use clean_unique_id instead of manually calculating ID. Id calculations is improved 🐛 Navbar menu links duplicated IDs Active but you could still get duplicates if you add main menu two times on the page.
Active
2.0
BS Base