-
-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Describe the bug
Using SkeletonForEach
twice in a LazyVGrid causes the IDs to be duplicated which leads to several bugs.
To Reproduce
LazyVGrid(columns: gridLayout, spacing: 20) {
SkeletonForEach(with: ..., quantity: 2) { (loading, item) in
Text(item).skeleton(with: loading)
}
SkeletonForEach(with: ..., quantity: 2) { (loading, item) in
Text(item).skeleton(with: loading)
}
}
Expected behavior
To be able to use two SkeletonForEach
's.
Additional context
- iOS: 15
- Swift: 5.3
- Branch:
develop
shatodj
Metadata
Metadata
Assignees
Labels
No labels