I need to file a bug for the LazyColumn rendering ...
# compose-desktop
g
I need to file a bug for the LazyColumn rendering issue I discovered. The composable function passed to the
items
function is not re-rendering during state changes. This seems to be an issue introduced in a recent build as everything worked fine until recently and I have not changed my code in about a month. Should bugs currently be filed on github or youtrack?
o
depends on the nature of bug, let’s start with GitHub
a
likely a result of the regressions described in beta07 in #compose and fixed for beta08 (slated for release tomorrow, based on a build cut from last Wednesday evening)
g
Here is the expected behavior, I can select the items in the list and they highlight appropriately, the composable passed to the
items
function is called on each click https://imgur.com/q0HilDl
o
@gbaldeck is the bug reproducible in 0.4.0 (which was based on recent androidx)?
g
And here is the bugged behavior. Notice when I click the items are not highlighted, the composable passed to
items
is not getting called until I open the dropdown list (which is actually opening a separate window) https://imgur.com/Cmopmyp
@olonho Yes I am using 0.4.0 in the bugged example, also here is the source code and project https://github.com/recursivelftr/Grim-Locations/blob/master/src/main/kotlin/io/grimlocations/ui/view/component/LocationListComponent.kt#L52
a
seems like a not yet known issue. please file a bug
g