We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e535a1a commit c9c0371Copy full SHA for c9c0371
Project.toml
@@ -26,7 +26,7 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
26
[compat]
27
Aqua = "0.6"
28
CodecZlib = "0.6, 0.7"
29
-DashBase = "0.1"
+DashBase = "0.2"
30
DashCoreComponents = "2.0.0"
31
DashHtmlComponents = "2.0.0"
32
DashTable = "5.0.0"
src/Dash.jl
@@ -112,8 +112,4 @@ function __init__()
112
end
113
114
115
-JSON3.StructTypes.StructType(::Type{DashBase.Component}) = JSON3.StructTypes.Struct()
116
-JSON3.StructTypes.excludes(::Type{DashBase.Component}) = (:name, :available_props, :wildcard_regex)
117
-
118
119
end # module
0 commit comments