TypeError: Cannot read property 'fn' of undefined react
See original GitHub issueI am using the jquery like this
import OwlCarousel from 'react-owl-carousel';
import $ from 'jquery';
window.jQuery = $;
window.$ = $;
global.jQuery = $;
but I am still facing this issue
TypeError: Cannot read property ‘fn’ of undefined react kindly please help me on this, please…?
jquery version is 3.4.0
Issue Analytics
- State:
- Created 4 years ago
- Comments:11
Top Results From Across the Web
TypeError: Cannot read property 'fn' of undefined in react js
I have installed the owl carousel(npm install react-owl-carousel2). While running the code it is ...
Read more >Cannot read property 'fn' of undefined in reactjs owl slider
Hi, I am facing below error during implementation of owl slider in reactjs: TypeError: Cannot read property 'fn' of undefined. Please help me...
Read more >Uncaught TypeError: Cannot read property 'fn' of undefined
Hello, I am trying to replicate the date min/max search as on https://datatables.net/extensions/datetime/examples/integration/datatables.html ...
Read more >Uncaught TypeError Cannot read property fn of undefined
I am using jquery, backbonejs, underscorejs, and bootstrap for my project and I sometimes get this error in ... ; }); Can someone...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i get this issue too, only solution that worked for me was to inject query in your ‘index.html’ like so
same solution worked for me