Skip to content

Commit 8fbbd1c

Browse files
authored
Merge pull request #234 from Esri/philium/fix-ODR-crash
[Fix] ODR-related crash
2 parents a0ce73e + b1f9089 commit 8fbbd1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Shared/Supporting Files/Views/SampleListView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ private extension SampleListView {
3636
var body: some View {
3737
NavigationLink {
3838
SampleDetailView(sample: sample)
39+
.id(sample.name)
3940
} label: {
4041
HStack {
4142
VStack(alignment: .leading, spacing: 5) {

0 commit comments

Comments
 (0)