xtermjs / xterm.js

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

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

Open angadn opened 6 months ago

angadn commented 6 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 6 months ago

I suspect the reason is consistent with #4983.