Hey guys. Should pure composable function produce the same result if it's called with the same arguments? I'm asking this because I'm experiencing an issue with positioning. See attached video. Here is my code
https://gist.github.com/sergey-ben/3622dd192d8e537c41b303cdd757b1fd The result of clicking on "button 1" is different, after the "button 2" is clicked.
Is it a bug of compose, or am I missing something?