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 32cbddf commit b5ae1fcCopy full SHA for b5ae1fc
components/dash-core-components/dash_core_components_base/__init__.py
@@ -122,24 +122,6 @@
122
"namespace": "dash",
123
"dynamic": True,
124
},
125
- {
126
- "relative_package_path": "dcc/async-plotlyjs.js",
127
- "external_url": (
128
- "https://unpkg.com/dash-core-components@{}"
129
- "/dash_core_components/async-plotlyjs.js"
130
- ).format(__version__),
131
- "namespace": "dash",
132
- "async": "lazy",
133
- },
134
135
- "relative_package_path": "dcc/async-plotlyjs.js.map",
136
137
138
- "/dash_core_components/async-plotlyjs.js.map"
139
140
141
- "dynamic": True,
142
143
]
144
)
145
0 commit comments