Hi, Thanks for updating this to work with Drupal 10. I just installed the alpha, but it's throwing an exception that breaks the menu in Chrome. I'm showing a blank IF statement related to the mobile menu break point.
There's an error here:
if (window.matchMedia("(max-width: 1200px)").matches) {
document.getElementById("tbm-main").classList.add('tbm--mobile')
}
if () {
document.getElementById('tbm-main').classList.add('tbm--mobile-hide')
}
I think it has to do with 125 of frontend.js
The else statement is showing up as a blank IF.
Thanks again!