Closed deskside closed 1 year ago
Always remember if the loop doesn't have UUID, you should add id: \.self for them.
id: \.self
ForEach(1...10, id: \.self){ _ in }
Always remember if the loop doesn't have UUID, you should add
id: \.self
for them.