-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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 property 'setTheme' of undefined #2220
Comments
I think this is already fixed in the latest release https://github.com/xtermjs/xterm.js/releases/tag/3.14.2, #2179 |
@Tyriar, it's a new unresolved issue. |
Thanks for the follow up, fixing now 😃 |
Thank you for making it real :) |
We should be able to entirely avoid these issues when this part is moved to TS strict mode, can't wait but it's a bit of a beast of a project #1507 |
Hi, we've had such code:
However, with the latest changes, the internal
_colorManager
gets initialized on.open()
, thus the first line fails with:It's an easy fix on our side (just swap two lines), however, it makes sense to decouple visual customization from connectivity responsibilities. Was it an unintentional change?
The text was updated successfully, but these errors were encountered: