Bugsnag: o.targetTouches is undefined
See original GitHub issueThis is a (multiple allowed):
-
bug
-
enhancement
-
feature-discussion (RFC)
-
Swiper Version: 4.0.7
-
Vue Awesome Swiper Version: 3.1.3
-
Platform/Target and Browser Versions: Chrome Mobile Android 7.0, iOS Safari iOS 12.1
-
Live Link or JSFiddle/Codepen or website with issue: https://www.optusperks.com.au
What you did
We using the Vue Awesome Swiper package in our Vue project.
Expected Behavior
No bugsnag
errors.
Actual Behavior
We are getting consistent bug snags errors o.targetTouches is undefined
which point to a line in the swiper library:
node_modules/swiper/dist/js/swiper.js:2623
touches.currentX = e.type === 'touchstart' ? e.targetTouches[0].pageX : e.pageX;
The best outcome here is that it’s a type error which can be fixed to help suppress future warnings caused by the package.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Bugsnag notice error undefined is not an object - Stack Overflow
I am using bugsnag to trace error. My project using nuxtjs, In recently, I often see my bugsnap show a erorr undefined is...
Read more >Bugsnag docs › Platforms › JavaScript › Configuration options
This documentation is for version 7 of the Bugsnag JavaScript notifier. ... The default value is undefined which means that the https.
Read more >Frequently asked questions - Bugsnag docs
How can I lock to a specific version of the Bugsnag library via the CDN? How can I get error reports from browser...
Read more >Falcon Sandbox v8.30 © Hybrid Analysis
Endpoint Request URL
23.253.194.100:80 GET 23.253.194.100/
23.253.194.100:80 (www.americanpest.net) GET www.americanpest.net/
Read more >747 kB - Hugging Face
por ts d ata a ch 0 0 od ule n ame al se o ur Q u an ge def ault b...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@versedi I have fixed the issue for iOS in #3259 but I wasn’t able to replicate the issue because I don’t have access to Firefox 62 or an Android tablet.
Would be great to see JSFiddle with the issue using core swiper.js (not some 3rd party Vue or React wrapper)