Sentry: null is not an object (evaluating 'e.scrollTop')
See original GitHub issueAfter upgrading vue-perfect-scrollbar to 0.2.1, I am receiving this error a lot (116k times) in Sentry:
Browser: Safari
OS: Mac OS X / iOS
User-Agent
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15
* perfect-scrollbar v1.4.0
* (c) 2018 Hyunje Jun
* @license MIT
{snip} t.containerWidth=e.clientWidth,t.containerHeight=e.clientHeight,t.contentWidth=e.scrollWidth,t.contentHeight=e.scrollHeight,e.contains(t.scr {snip}
Any ideas why this could be happening would be greatly appreciated. Is there any workaround for this?
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top Results From Across the Web
Developers - Sentry: null is not an object (evaluating 'e.scrollTop') -
After upgrading vue-perfect-scrollbar to 0.2.1, I am receiving this error a lot (116k times) in Sentry: Browser: Safari OS: Mac OS X /...
Read more >Getting a lot of "null is not an object (evaluating 'v.src ... - #sentry
I'm having almost the same issue on mobile safari. TypeError: null is not an object (evaluating 'v.src')@hookhunantvByTimer.
Read more >TypeError: null is not an object (evaluating '*') - Stack Overflow
Safari: TypeError: null is not an object (evaluating 'item.sku.indexOf'). To get the error message you have gotten, item must be defined as an ......
Read more >TypeError: null is not an object (evaluating 'n.parentNode ...
https://sentry.gitlap.com/gitlab/frontend-staging/issues/184328/ TypeError: null is not an object (evaluating...
Read more >Throwing Cannot read property 'getBoundingClientRect' of ...
The error keeps coming from Sentry from a user using windows xp and chrome v49.0.2623, and several users using windows 10 and Edge...
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
You can fork the repos and apply the fixes there. Someone already created a PR here: https://github.com/mdbootstrap/perfect-scrollbar/pull/977 but I am not sure when they will merge it.
A new release was made that’s supposed to include the fix but it doesn’t seem to work for me because of https://github.com/mdbootstrap/perfect-scrollbar/pull/977#issuecomment-882065525