Uncaught TypeError: Cannot convert object to primitive value(zone-evergreen.js:171)

前端 未结 4 2032
无人共我
无人共我 2020-12-29 19:07

In Angular 9 (using Bootstrap 4 and Jquery 3.5.1). when clicking on bootstrap collapse button, I am getting an error on my browser console instead

4条回答
  •  粉色の甜心
    2020-12-29 19:31

    At today's answer, jquery already fix the issue and you don't have to do any regression.

    Just uninstall jquery, install it again and the latest 3.5.1 version, released on 2020-05-04, should fix the problem - for me it did, and I'm also using Angular 9 and BS4*
    A beauty - back to normal.

提交回复
热议问题