R
R
Any solution for this?
Unfortunately this is still happening with v2.3.0. What's the solution for this?
Is there any progress on this?
Any news on this?
+1. Any news about this?
@jzamith-bliss @ipdxl I faced the same issue. Use `rememberUpdatedState` instead of `remember` to fix this issue as the content is dynamic. For instance: ```kotlin val data = rememberUpdatedState(dynamicItems) as MutableState...
Any news on this one @Alex009 ?