-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
have an error with new version #41
Comments
@sonorx - I think jQuery ^1.11.3 is needed for react-bootstrap. What other libs are you using? Are you sure it worked with jquery 2.1.4 on the old version? Have you done a |
yes, i'm sure that its working in old, and switching to 1.11.3 also not helping in new. sure, I did npm install. what other libs?:) ok, thats all my dependencies: |
@sonorx - I wasn't able to reproduce this locally (with the demo code here: https://github.com/skratchdot/react-bootstrap-daterangepicker/blob/master/demo/src/App.js). I did Can you post the example |
with 1.0.2 still not working, I will try to cut reproducible code with error |
@sonorx - Thanks for the report. I believe 1.0.3 should now fix the issue. Someone else reported the same thing in #42. I believe it's due to how a started requiring |
@skratchdot Unfortunately still not solved for me with new version... |
Same problem here. Using |
I'm seeing the same issue with 1.0.6 too |
same issue with v 3.0.0. Any workaround? |
Same issue for me. Also competitor's wrapper has same issue as well. |
with dependencies:
"jquery": "~2.1.4",
"react": "^0.14.0",
"react-bootstrap-daterangepicker": "^1.0.1",
have an error:
"Uncaught TypeError: $this.$picker.daterangepicker is not a function"
with old version:
"jquery": "~2.1.4",
"react": "^0.14.0",
"react-bootstrap-daterangepicker": "^0.6.0",
all working fine, do you have any idea how to fix that?
The text was updated successfully, but these errors were encountered: