Dash.jl icon indicating copy to clipboard operation
Dash.jl copied to clipboard

UndefVarError for html components

Open lucasilvalves opened this issue 1 year ago • 3 comments

Hello there!

I'm facing an error when trying to run my script with simple HTML components - none of them is working.

image

My environment has the most recent versions and yet it doesn't work. On this case, I should step back and use DashHtmlComponents and DashCoreComponents or what's the solution?

lucasilvalves avatar Jul 14 '23 13:07 lucasilvalves

Strange

Does

using Dash

help?> html_a

work for you?

etpinard avatar Jul 14 '23 17:07 etpinard

No, I tried this but it didn't work either. I had to delete my environment and create a new one to add Dash again, and now it's working.

It seems to me that the root cause of the problem began when I added DashDaq, as it downgraded the other Dash packages (even after I updated then, the problem persisted).

lucasilvalves avatar Jul 17 '23 14:07 lucasilvalves

Ok. Can you share the output of Pkg.status() ?

Related issue: https://github.com/plotly/Dash.jl/issues/168

etpinard avatar Jul 17 '23 15:07 etpinard