You need to remember any computations which occur ...
# squarelibraries
j
You need to remember any computations which occur within the composable, so at the very least the masterFlow and glyphsFlow. Otherwise you will recompute those on each recomposition, they will be unequal to the previous instances, and the old flow will be canceled and a new one collected.
👍 1