Remove SwiftUI-infinite-loop-causing .id(redrawTapbacksTrigger) in ChannelMessageList and UserMessageList (duplicate row ids)

This commit is contained in:
Mike Robbins 2025-10-13 16:32:11 -04:00
parent 0c64636d95
commit c48e89c835
2 changed files with 2 additions and 2 deletions

View file

@ -92,7 +92,7 @@ struct ChannelMessageList: View {
}
}
}
.id(redrawTapbacksTrigger)
}
Color.clear
.frame(height: 1)

View file

@ -93,7 +93,7 @@ struct UserMessageList: View {
}
}
}
.id(redrawTapbacksTrigger)
}
// Invisible spacer to detect reaching bottom
Color.clear