Hey,
I got the exact same error with the shapely Theme.
I fixed it with the help of this Thread by editing the following File:
"/wp-content/themes/shapely/assets/js/shapely-scripts.js:54"
I replaced '#site-navigation #menu a[href^=#]:not([href=#])'
with
'#site-navigation #menu a[href^="#"]:not([href="#"])'
Thank you for your Help!!