xtermjs / xterm.js

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

Exception: Cannot read properties of undefined (reading 'loadCell')' #4136

Closed leogong99 closed 2 years ago

leogong99 commented 2 years ago

We notice our user experience exception of this error message:

StackTrace: i (webpack://cloudshell/node_modules/xterm/lib/xterm.js:1:155330) i (webpack://cloudshell/node_modules/xterm/lib/xterm.js:1:155808) i (webpack://cloudshell/node_modules/xterm/lib/xterm.js:1:157868) i (webpack://cloudshell/node_modules/xterm/lib/xterm.js:1:148010) i (webpack://cloudshell/node_modules/xterm/lib/xterm.js:1:199552) i (webpack://cloudshell/node_modules/xterm/lib/xterm.js:1:197171) i (webpack://cloudshell/node_modules/xterm/lib/xterm.js:1:37312) i (webpack://cloudshell/node_modules/xterm/lib/xterm.js:1:37028)' NotificationMessage: 'TypeError: Cannot read properties of undefined (reading 'loadCell')' Error: {}

Details

Screen Shot 2022-09-23 at 3 50 21 PM

Tyriar commented 2 years ago

A lot of changes have happened in this area since 4.19, the canvas renderer which that code is from is actually an addon in v5+. Could you let us know if it happens in v5?