It’s not the cleanest code, but it works fine in general, and it saves you from dealing with that annoying null initial value for the state variable, right? Well, not so fast!
I’ve seen cases where code like this can result in that flow never getting new states, so, after th...