Replies: 2 comments
-
autoProvidejQuery not needed |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had the same issu, thanks for your help. if you want to access the events, you can do so as follows
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to use your great dev in a sf5 project and I always have same error :
TypeError: $(...).daterangepicker is not a function
Could you give me some explanations to resolve it ?
In Webpack.config.json I use ".autoProvidejQuery()" and in my app.js I added import 'bootstrap-daterangepicker' and finally tried to use it in app.js with $('.dateRange').daterangepicker();
But always same error :-(.
Do you have any ideas why ? I think it is about jquery but I don't explain it.
Tanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions