dash-core-components icon indicating copy to clipboard operation
dash-core-components copied to clipboard

Async component interdependencies may induce undesirable loading side effects

Open rpkyle opened this issue 5 years ago • 0 comments

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:

Screen Shot 2019-12-16 at 13 41 38 copy

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

rpkyle avatar Dec 16 '19 20:12 rpkyle