We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca9aeb commit 5769a79Copy full SHA for 5769a79
Sources/AdvancedList/public/Views/AdvancedList.swift
@@ -140,7 +140,7 @@ struct AdvancedList_Previews : PreviewProvider {
140
let id: String = UUID().uuidString
141
}
142
143
- private static let items: [MockItem] = Array(0...5).map { MockItem() }
+ private static let items: [MockItem] = Array(0...5).map { _ in MockItem() }
144
@State private static var listState: ListState = .items
145
146
static var previews: some View {
0 commit comments