TypeError:无法读取react js中未定义的属性'fn'

时间:2020-02-19 05:57:20

标签: javascript reactjs owl-carousel

我已经安装了猫头鹰传送带(npm install react-owl-carousel2)。运行代码时,它显示以下错误。

TypeError: Cannot read property 'fn' of undefined
    eval
    ././src/owl.carousel.js?:1667:4
    eval
    ././src/owl.carousel.js?:1701:3
    (anonymous function)
    C:/xampp/htdocs/new-react/node_modules/react-owl-carousel2/lib/OwlCarousel.js:63
      60 | /* 1 */
      61 | /***/ function(module, exports) {
      62 | 
     63 |   eval("'

对于未定义错误的'fn',我该怎么办?

1 个答案:

答案 0 :(得分:0)