This repository was archived by the owner on Jun 3, 2024. It is now read-only.
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Async component interdependencies may induce undesirable loading side effects #718
Open
Description
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
.