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. ![image](https://github.com/m00qek/baleia.nvim/assets/79868097/7b592703-30f0-4ed9-8e5a-b4aece840e7a)