You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Using dash-core-components v0.18.1
When trying to add graphs dynamically (each time a button is clicked, a new graph is added), an error appears in the console:
bundle.js?v=0.11.2:9 Uncaught (in promise) Error: dash_core_components was not found.
at Object.resolve (bundle.js?v=0.11.2:9)
at s (bundle.js?v=0.11.2:9)
at Array.map ()
at s (bundle.js?v=0.11.2:9)
at Array.map ()
at s (bundle.js?v=0.11.2:9)
at Array.map ()
at s (bundle.js?v=0.11.2:9)
at e.value (bundle.js?v=0.11.2:9)
at p._renderValidatedComponentWithoutOwnerOrContext ([email protected]?v=0.11.2:13)
The error doesn't show up if a graph has been added when the page loaded. To reproduce:
Run the sample code joined to this example
Click on the button
See the error triggered by bundles.js
Then, uncomment line 12 of ContentController.py and