diff --git a/Project.toml b/Project.toml index 6fe0e64..9379847 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" [compat] Aqua = "0.6" CodecZlib = "0.6, 0.7" -DashBase = "0.1" +DashBase = "0.2" DashCoreComponents = "2.0.0" DashHtmlComponents = "2.0.0" DashTable = "5.0.0" diff --git a/src/Dash.jl b/src/Dash.jl index 9e063c2..a670e46 100644 --- a/src/Dash.jl +++ b/src/Dash.jl @@ -112,8 +112,4 @@ function __init__() end -JSON3.StructTypes.StructType(::Type{DashBase.Component}) = JSON3.StructTypes.Struct() -JSON3.StructTypes.excludes(::Type{DashBase.Component}) = (:name, :available_props, :wildcard_regex) - - end # module \ No newline at end of file