Ios swift – LazyVGrid is not redrawn on .id() change
I'm trying to update LazyVGrid item properties when tapped and it worked on plain Ints but stopped working when numbers are wrapped in collection. code that doesn't work: import SwiftUI struct Item : Identifiable, Hashable { var id: Int }…