xtermjs / xterm.js

A terminal for the web
https://xtermjs.org/
MIT License
17.79k stars 1.64k forks source link

Uncaught exception in `syncScrollArea`: reading `dimensions` property of `undefined` #5011

Open angadn opened 8 months ago

angadn commented 8 months ago

Similar to #4775, we observe accessing dimensions on undefined, but from a different part of the codebase

Details

Steps to reproduce

  1. Terminal inside a tab (eg. MUI Tabs)
  2. Switching. tabs aggressively to force re-rendering
  3. Error observed
image
tisilent commented 8 months ago

I suspect the reason is consistent with #4983.

jtbandes commented 2 weeks ago

I'm seeing this issue as well. Any update on this?