Why do I get undesired multiple recompositions for the same component?
I’m creating a modify edit pane (in a team tasks tracking app). I’d like to create and visualize some fields with empty values if no teamId is provided (it will be a new team) or existing values taken from a team list (saved in the View Model).
How can I update this Jetpack Compose chart?
So I have a composable function which shows a trip count comparison between months. The difference is shown on a chart graph, which I got from a github repository.