We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read properties of undefined (reading 'colors'): TypeError: Cannot read properties of undefined (reading 'colors')
This seems to come from here, where _core appears to be a CoreTerminal which doesn't have a theme service.
_core
CoreTerminal
xterm.js/addons/xterm-addon-serialize/src/SerializeAddon.ts
Lines 548 to 549 in ac923e5
The text was updated successfully, but these errors were encountered:
I had to open xterm in an element first for the themeService to be created.
Sorry, something went wrong.
At the very least we should add an exception with a good error when you call before open
I think this is more or less the same as #4148, which can be solved by reviewing #4348.
@silamon yes it is indeed, thanks
No branches or pull requests
Cannot read properties of undefined (reading 'colors'): TypeError: Cannot read properties of undefined (reading 'colors')
This seems to come from here, where
_core
appears to be aCoreTerminal
which doesn't have a theme service.xterm.js/addons/xterm-addon-serialize/src/SerializeAddon.ts
Lines 548 to 549 in ac923e5
The text was updated successfully, but these errors were encountered: