-
Notifications
You must be signed in to change notification settings - Fork 80
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
Can't switch between tabs that contain dx plots #6447
Comments
Investigating the issue, it looks like we try to close the It looks like it's on |
- The close() method is only on `AbstractTableSubscription`, and it appears that it doesn't automatically get added to the JS API even though `TableSubscription` is defined as a `JsType` - Explicitly add the method to `TableSubscription` as well. - Fixes deephaven#6447
- The close() method is only on `AbstractTableSubscription`, and it appears that it doesn't automatically get added to the JS API even though `TableSubscription` is defined as a `JsType` - Explicitly add the method to `TableSubscription` as well. - Fixes #6447 --------- Co-authored-by: Colin Alworth <[email protected]>
Description
If your tabs contain dx plots, when you try and switch between them it throws an error.
Steps to reproduce
Expected results
2. Should be able to switch between tabs without error
Actual results
2. There is an error thrown when switching tabs:
Additional details and attachments
Versions
Engine Version: 0.37.0
Web UI Version: 0.99.0
Java Version: 17.0.12
Groovy Version: Unknown
Barrage Version: 0.7.2
Browser Name: Chrome 131
User Agent OS: macOS 10.15.7
@deephaven/js-plugin-plotly-express: 0.12.0
@deephaven/js-plugin-ui: 0.23.1
The text was updated successfully, but these errors were encountered: