Compose hoisting state works only on click and not if I pass the lambda function in other parts
Was following the famous codelabs, also presented at Google I/O regarding a button called Add one that when is clicked recompose the View and shows two text view on top
the code below works passing the lambda onIncrementCount = {count++} when the user clicks, but if I try to pass the onIncrementCount instruction just below Row the instruction is not executed, namely the view shows the two...