This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
Set (or optionally set) setProps
even if the component has no shared dependencies
#98
Labels
Type: Bug
Something isn't working as intended
In dash-renderer 0.13.2 a component will have
setProps === undefined
if there is not dependency on its properties.Complex components behavior can be severely impacted if they have no dependency (e.g. if no dash-table prop is used as a dependency, pagination_settings and filter expression are not updated, which prevents the UI from updating itself & shows incorrect information).
Complex components lend themselves well to this problem as there's a higher probability that they are at the top of the component "food-chain" (they depend on others but no one depends on them as they are the "final" view or result for a combination of settings)
*** Update: Do we need to do something similar for
fireEvent
?The text was updated successfully, but these errors were encountered: