Skip to content
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

Always export scope objects before performing other interactions #4816

Merged
merged 2 commits into from
Nov 13, 2023

Conversation

niloc132
Copy link
Member

Also ensures that widget type strings are checked without regard to case, as the server will also do.

Fixes #4604

Copy link
Member

@mofojed mofojed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, tested with my deephaven.ui branch: deephaven/deephaven-plugins#88
Just a basic panel:

from deephaven import ui

@ui.component
def foo():
    return ui.flex([])

f = foo()

Opened and closed it, widget closed on panel close, then was able to re-open it without errors.

@mattrunyon
Copy link
Contributor

Also confirmed this removes the error when closing the widget for the plotly-express plugin

@niloc132 niloc132 merged commit 1e2306f into deephaven:main Nov 13, 2023
10 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Nov 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hierarchical tables not creating an export in JS API
3 participants