Davut Jepbarov

Results 1 issues of Davut Jepbarov

Here is my code: ``` Grid(store.state.categories, id: \.id, tracks: 2) { category in SectionView( text: category.name) }.gridContentMode(.scroll) ``` When I do it with `List` there is no issue, no lags....