suddenly seeing some odd behaviour where LazyGridC...
# compose
a
suddenly seeing some odd behaviour where LazyGridColumn items seem to not be executed. I breakpointed the following lines and
Copy code
categories.forEach { category -> // breakpoint hits
            item(span = { GridItemSpan(2) }) { // breakpoint hits
                Column { // breakpoint doesnt hit
any reason this might be happening? haven't changed compose version or anything