question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sentry: null is not an object (evaluating 'e.scrollTop')

See original GitHub issue

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 / 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

image

 * 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:open
  • Created 3 years ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
riz007commented, Feb 13, 2021

I have tons of these also from my users (via bugsnag), all from Safari and iOS web views. I have perfect-scrollbar 1.5.0 and am also using vue2-perfect-scrollbar 1.5.0.

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.

0reactions
nh2commented, Jul 18, 2021

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found