【发布时间】:2020-07-25 09:03:42
【问题描述】:
在 Angular 9 中(使用 Bootstrap 4 和 Jquery 3.5.1)。当点击引导 collapse 按钮时,我的浏览器控制台出现错误,而不是 dropdown 菜单。
我真的不知道错误到底来自哪里。
Can't convert object to primitive value(zone-evergreen:171).
Uncaught Type Error: Cannot convert object to primitive value(zone-evergreen.js:171 )
at RegExp.test (<anonymous>)
at HTMLDivElement.<anonymous> (bootstrap.bundle.min.js:6)
at Function.each (jquery.min.js:2)
at S.fn.init.each (jquery.min.js:2)
at S.fn.init.a._jQueryInterface [as collapse] (bootstrap.bundle.min.js:6)
at HTMLDivElement.<anonymous> (bootstrap.bundle.min.js:6)
at Function.each (jquery.min.js:2)
at S.fn.init.each (jquery.min.js:2)
at HTMLButtonElement.<anonymous> (bootstrap.bundle.min.js:6)
at HTMLDocument.dispatch (jquery.min.js:2)
【问题讨论】:
-
这是由 jQuery 3.5.0 引起的,请将您的 jquery 版本降级到 3.4.1 以进行临时修复
标签: bootstrap-4 angular9