Laravel nav bar toggle not working on the bootstrap 4.4.1 and jquery 3.3

84 views Asked by At

enter image description here

Using bootstrap 4.0.0 and jquery 3.3. Navbar toggle not working and saying

Uncaught TypeError: Cannot convert object to primitive value

1

There are 1 answers

0
Vikas Rinvi On BEST ANSWER

Solved by running the following commands:

npm remove jquery
npm install jquery@~3.4.1