-
Notifications
You must be signed in to change notification settings - Fork 30
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
3.0.0+ not working in IE 11 #29
Comments
Same issue here - 2.0.2 is working fine |
There is a breaking change between versions |
While confusing, this actually does the job. I think the docu and description are quite confusing and one might think You need to initialize the plugin using |
It does work in browser/IE11 context, but for me it meant importing |
@wouterkroes would be great to have it in README. |
Yeah I agree! But I am not a owner/contributor of this repo. Maybe @jonathantneal could add it himself? |
Ups totally forgot to open the PR 🤦♂😅 |
Version 3.0.0+ is not working with IE 11.
Object doesn't support property or method 'closest'
I'm using it as follows:
logging evt.target.closest is
undefined
.The error log also spits out:
Object doesn't support property or method 'repeat'
, which is not coming from my code.If I drop back down to version 2.0.2, everything works fine.
The text was updated successfully, but these errors were encountered: