plotly / Dash.jl

Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
MIT License
489 stars 40 forks source link

UndefVarError for html components #218

Open lucasilvalves opened 1 year ago

lucasilvalves commented 1 year ago

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?

etpinard commented 1 year ago

Strange

Does

using Dash

help?> html_a

work for you?

lucasilvalves commented 1 year ago

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).

etpinard commented 1 year ago

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

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