patronage / bubs-timber

Gulp + Timber + WP
Other
5 stars 1 forks source link

Upgrade jQuery from 3.5.0 to 3.5.1 to fix broken collapse.js #122

Closed nickwebdesign closed 4 years ago

nickwebdesign commented 4 years ago

Discussed this one with @yuvilio after I noticed a broken responsive menu with a new bubs project. Clicking on the hamburger menu to expand/collapse a menu was causing a console error (and not expanding the menu): TypeError: cannot convert object to primitive value

@yuvilio found this issue in reference: https://github.com/twbs/bootstrap/issues/30553

Per this comment: https://github.com/twbs/bootstrap/issues/30553#issuecomment-623866824 bumping up jQuery from 3.5.0 to 3.5.1 solved the issue. Tested locally and confirmed.