Following error shown up in my console whenever my page loads.
\"Uncaught Error: Syntax error, unrecognized expression: #/about\"
My code is as below:
Ok you gotta remove the slash, '/' with which your html becomes,
/
About
If you want to keep the slash, '/' you gotta use data-target attribute as,
data-target
More about it here