Example… This specific problem is a MutableList ``...
# compose
g
Example… This specific problem is a MutableList
Copy code
var pages : MutableList<PagerDataModel.Page> = mutableStateListOf()
// is the added item also mutableStageOf
// note there is no such thing as a MutableStateList.
pages.add(...)