-
Notifications
You must be signed in to change notification settings - Fork 16
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
Infinite loading spinner when upgrading plotly express DH dependencies to 0.60.0 #241
Comments
bmingles
changed the title
fix: Ininite loading spinner when upgrading plotly express DH dependencies to 0.60.0
Infinite loading spinner when upgrading plotly express DH dependencies to 0.60.0
Jan 30, 2024
bmingles
added a commit
to bmingles/deephaven-plugins
that referenced
this issue
Jan 30, 2024
bmingles
added a commit
to bmingles/deephaven-plugins
that referenced
this issue
Feb 5, 2024
bmingles
added a commit
to bmingles/deephaven-plugins
that referenced
this issue
Feb 5, 2024
bmingles
added a commit
to bmingles/deephaven-plugins
that referenced
this issue
Feb 6, 2024
bmingles
added a commit
to bmingles/deephaven-plugins
that referenced
this issue
Feb 6, 2024
bmingles
added a commit
to bmingles/deephaven-plugins
that referenced
this issue
Feb 7, 2024
bmingles
added a commit
to bmingles/deephaven-plugins
that referenced
this issue
Feb 7, 2024
bmingles
added a commit
to bmingles/deephaven-plugins
that referenced
this issue
Feb 7, 2024
bmingles
added a commit
to bmingles/deephaven-plugins
that referenced
this issue
Feb 7, 2024
bmingles
added a commit
to bmingles/deephaven-plugins
that referenced
this issue
Feb 7, 2024
bmingles
added a commit
to bmingles/deephaven-plugins
that referenced
this issue
Feb 7, 2024
bmingles
added a commit
to bmingles/deephaven-plugins
that referenced
this issue
Feb 7, 2024
bmingles
added a commit
that referenced
this issue
Feb 7, 2024
- DHC version bump - Fixed infinite loading spinner fixes #241
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Upgrading Plotly express plugin dependencies to DH 0.60.0 causes the loading spinner to never go away.
Steps to reproduce
0.60.0
inplugins/plotly-express/src/js/package.json
npm start
VITE_JS_PLUGINS_DEV_PORT=4100
in DHCpackages/code-studio/.env.development.local
Expected results
Loading spinner on chart should go away after data is loaded
Actual results
Loading spinner stays forever
Additional details and attachments
This seems to have been introduced by https://github.com/deephaven/web-client-ui/pull/1729/files , but the underlying issue seems to be we are never firing the
EVENT_LOADFINISHED
event from plotly express.Versions
Web UI Version: 0.60.0
The text was updated successfully, but these errors were encountered: