79141534

Date: 2024-10-30 14:34:30
Score: 1
Natty:
Report link

I have just converted id to toString method and issue has been resolved.

<SelectContent>
  {data?.results.map((row) => (
    <SelectItem key={row.id} value={row.id.toString()}>
      {row.name}
    </SelectItem>
  ))}
</SelectContent>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abdul Qayyum Shah