Skip to content

Importing Dash.jl component libraries prior to Dash throws a "UndefVarError: DashBase not defined" error #1432

@rpkyle

Description

@rpkyle

While generating the Julia version of DashUserGuideComponents, I noticed that the Project.toml doesn't contain an entry for DashBase, e.g.

name = "DashUserGuideComponents"
uuid = "1b08a953-4be3-4667-9a23-e667f8ac7b1d"
authors = ["Chris P <chris@plotly.com>"]
version = "0.0.4"

[deps]
Dash = "1b08a953-4be3-4667-9a23-3db579824955"

[compat]
julia = "1.2"
Dash = "0.1"

Glancing at DashCoreComponents, it looks like the Project.toml includes an entry for DashBase in both the [deps] and [compat] sections.

@waralex @alexcjohnson

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions