chat-ui-kit-react icon indicating copy to clipboard operation
chat-ui-kit-react copied to clipboard

Bug: null is not an object (evaluating 't.scrollTop')

Open j-krl opened this issue 8 months ago • 0 comments

I'm having an error pop up frequently in Sentry but am not able to reproduce. I'm interested if it's happening to anyone else. It's inside of Perfect Scroll. As far as I can tell from session replays it sometimes happens when a user clicks the send button, but not totally sure about that.

The stack trace is:

TypeError: null is not an object (evaluating 't.scrollTop')
  at updateGeometry(./node_modules/@chatscope/chat-ui-kit-react/dist/es/Scroll/perfect-scrollbar.esm.js:257:37)
  at applyTouchMove(./node_modules/@chatscope/chat-ui-kit-react/dist/es/Scroll/perfect-scrollbar.esm.js:752:5)
  at easingLoop(./node_modules/@chatscope/chat-ui-kit-react/dist/es/Scroll/perfect-scrollbar.esm.js:867:9)

j-krl avatar Oct 16 '23 18:10 j-krl