So if we initialize a map partially with mutableSt...
# compose
g
So if we initialize a map partially with mutableStateMapOf and partially by adding items directly, are the added items also mutableState? What is the correct way of doing this?