dash
dash copied to clipboard
[BUG] Version mismatch between dash & dash extensions.
Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
Describe your context dash_extentions.snippets.py import html from dash which raise an import error.
ideally in dash_extentions.snippets.py html should be call from dash_html_components
Describe the bug dash_extentions.snippets.py import html from dash which raise an import error.
line: from dash import html
Expected behavior
ideally in dash_extentions.snippets.py html should be call from dash_html_components
from dash_html_components import html
Screenshots
from dash import html is the Dash 2.0 import - and I see that dash-extensions does include dash~=2.0.0 so it's a bit surprising that you have this with an older version of Dash 🤔