-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix: when exceptSelector is defined and e.target is empty an error is thrown from closest function #266
Conversation
@Scra3 Thank you! I haven't encountered to this yet, but will definitely merge & release if your app fails on this |
Co-authored-by: Gabor Babicz <[email protected]>
@zeppelin Thank you for your time :) I have applied your suggestion. |
How can I fix the CI 🙏 ? I think the error is not related to my change :/
|
@Scra3 Later I noticed the release script didn't run, I'll look into the issue later today |
Released as |
Hello, |
Hello,
Thank you very much for your lib :)
We encounter an error in production, is it possible to merge our contribution to fix the issue.
Indeed when exceptSelector is defined and an event without target is emitted the closest function throws an error.