79708638

Date: 2025-07-21 06:31:07
Score: 1.5
Natty:
Report link

The issue is that an id is not assigned to your row.

NavigationLink {
} label: {
    Row(data: row)
        .id(row.id)
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Guru Divagar