plotly / dash-slicer

A volume slicer for Dash
https://dash.plotly.com/slicer
MIT License
24 stars 8 forks source link

UserWarning: The dash_core_components package is deprecated. #59

Open N-Friederich opened 3 months ago

N-Friederich commented 3 months ago

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 commented 3 months ago

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