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

UserWarning: The dash_core_components package is deprecated. #59

Open
N-Friederich opened this issue Mar 23, 2024 · 1 comment
Open

Comments

@N-Friederich
Copy link
Contributor

If you use dash-slicer with the current plotly.version, you get the following warning:

UserWarning: 
The dash_html_components package is deprecated. Please replace
`import dash_html_components as html` with `from dash import html`
  import dash_html_components as html

Therefore, it would be important to adjust the imports accordingly.

@N-Friederich
Copy link
Contributor Author

Same problem with:

UserWarning: 
The dash_html_components package is deprecated. Please replace
`import dash_html_components as html` with `from dash import html`
  import dash_html_components as html

N-Friederich added a commit to N-Friederich/dash-slicer that referenced this issue Mar 23, 2024
almarklein pushed a commit that referenced this issue Mar 29, 2024
* Fixing #59

* Fix codestyle (blake)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant