You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
If you use dash-slicer with the current plotly.version, you get the following warning:
Therefore, it would be important to adjust the imports accordingly.
The text was updated successfully, but these errors were encountered: