KardonskyRoman

Results 12 comments of KardonskyRoman

I am not sure this is checkBox component problem, looks like columnBodyRenderer provides old value

Hmm, your solution works in provided example, but doesn't work in real project. The difference is that items are loaded from endpoint.

I updated the reproduction example in https://github.com/KardonskyRoman/hilla_test with fetching data from an endpoint. Now your solution dosn't work.

It is clear, thanks. You can close it, if this is not a bug.

Hello, thank you for the answer. I already implemented the workaround which @sissbruecker suggested.

Thank you for the answer! Your suggestion is working on hilla 2.2.2 and I will use it. But since my project was created when current hilla version was 2.1.9 without...

I will try. Initially, the object is map, but I had some problems (may be same) with map too. What is why I converted it to Pair (it helped in...

JFY: If I use type List as return type in Hilla Enpoint method - it works correct. The problem appears when this type is inside DTO.