prykhodev
Results
2
issues of
prykhodev
In the following code button click triggers recomposition of Menu element ```kotlin val items = remember { mutableStateListOf("item1") } MDCSelect { Anchor("Items") Menu { items.forEach { SelectItem(it) } } }...
bug
Found the line of code that had been causing wrong highlights. 