I have installed the owl carousel(npm install react-owl-carousel2). While running the code it is displaying the below error.
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("'
What do I need to do for 'fn' of undefined error?