-
Notifications
You must be signed in to change notification settings - Fork 304
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
JQuery 3.0.0 Compatibility #197
Comments
I am also seeing this issue. A very hacky hack around it is to declare props as an array right above the line where the error is happening. Right above
put this:
|
+1 |
please fix compatibility problem thanks :-) |
This is not a good suggestion and requires maintaining your own version of this plugin. Instead, use jQuery Migrate until the code in this lib is fixed. |
@benallfree the real issue is that this should be done as a fix and pull request. @denvaar thanks for the solution. @scottcheng can we see this included in future versions? Thank you. |
Hitting the same issue. Is there an update to this? |
#241 seems to work for me. |
It seems to be a problem with the pluggin and the latest version of JQuery.
No prolems with version 2 and below.
Hope it helps :)
The text was updated successfully, but these errors were encountered: