-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
dispose() causes an error with canvas renderer #4757
Comments
|
Thanks for looking into it, I plan on checking this out today or early next week |
We can do a stable canvas addon release easily so we can fix and publish this. |
It is also happening with the WebGL renderer: TypeError: Cannot read properties of undefined (reading 'onRequestRedraw') Reverting to 5.2.0 worked. |
+1 for Bruno issue. Reverted to 5.2.0 fixed the issue with webgl |
@Tyriar Can you please have a look it for webgl rendered ? |
@catz this is fixed in 5.4.0 which hasn't been released yet. You can use the |
@Tyriar Daniel, That's awesome news! |
The terminal's
dispose()
method leads to an uncaught error when using a canvas renderer. This started with the latest release ([email protected]
and[email protected]
).Details
Steps to reproduce
Create a page with the following code:
In the developer console, type
term.dispose()
.The following error message is printed to the console:
This does not occur when the canvas add-on is not used.
The text was updated successfully, but these errors were encountered: