dash icon indicating copy to clipboard operation
dash copied to clipboard

[BUG] Version mismatch between dash & dash extensions.

Open jingak01 opened this issue 3 years ago • 1 comments

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

Screenshot (27)

jingak01 avatar Jan 25 '22 12:01 jingak01

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 🤔

alexcjohnson avatar Jan 27 '22 16:01 alexcjohnson