Landry Norris
08/05/2022, 3:02 PMstate.update {
array.size
}
array = array.dropLast(1)
I would expect that the state gets updated with the previous size of the array, but it seems to use the size after I dropLast.bezrukov
08/05/2022, 4:20 PMLandry Norris
08/05/2022, 4:31 PM