Closed opatry closed 1 month ago
The TaskListUIModel being stored in navigation was keeping a stale data and preventing recomposition with up to date data model. Relying on list id allows requesting up to date data when needed.
TaskListUIModel
Description
The
TaskListUIModel
being stored in navigation was keeping a stale data and preventing recomposition with up to date data model. Relying on list id allows requesting up to date data when needed.