You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that's…very strange, .apply() should be available pretty much anywhere. can you share the exact error message and the browser versions that they're happening on?
Hi,
our js error tracker is telling us that
Function.prototype.apply
in this linehttps://github.com/Gozala/events/blob/f6f6a376252519dfc27740b5b7fb7d69fcde44f1/events.js#L28 can be undefined and then calling
call
on it raises an error. It mainly happens on ios with safari but also sometimes on chrome (ios).Do you have any idea why this can happens and how to fix it?
Thanks!
The text was updated successfully, but these errors were encountered: