dash-core-components
dash-core-components copied to clipboard
Async component interdependencies may induce undesirable loading side effects
While testing async component loading functionality in Dash for R, an app which uses dccGraph and dccDropdown but not dccDatePickerRange or dccDatePickerSingle appeared to load async~datepicker.js anyway:

From discussion with @Marc-Andre-Rivet, this behaviour is unintentional and is reproducible in Dash for Python also. The fix likely requires edits to the code which calls webpack.
@Marc-Andre-Rivet @alexcjohnson