Skip to content
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

ComposedPath Console Error in IE11 #123

Closed
pxwee5 opened this issue Aug 12, 2019 · 2 comments
Closed

ComposedPath Console Error in IE11 #123

pxwee5 opened this issue Aug 12, 2019 · 2 comments

Comments

@pxwee5
Copy link
Contributor

pxwee5 commented Aug 12, 2019

image

This is what I used in my project, no errors in IE11.

let elements = 
e.path ||
(e.composedPath ? e.composedPath() : false) ||
getParents(e.target);
@pxwee5 pxwee5 changed the title Console Error in IE11 ComposedPath Console Error in IE11 Aug 12, 2019
@iamstevendao
Copy link
Owner

Hi @pxwee5, Thanks for your help! Would you be able to add a PR based on your experience?

@iamstevendao
Copy link
Owner

Fixed in v3.1.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants