Using bootstrap 4.0.0 and jquery 3.3. Navbar toggle not working and saying
Uncaught TypeError: Cannot convert object to primitive value
Solved by running the following commands:
npm remove jquery npm install jquery@~3.4.1