Closed itsaakashpatel closed 9 months ago
The proposed solution appears effective, but I'm curious about the reason for having repeated links in the list?
Thanks for approving the changes. I was thinking the same, and I decided to create a new issue to ask the product team to understand the reason behind it. Ideally, one link should suffice for each platform.
Fixes Issue
Closes: #9906
Changes proposed
link.url
will be the same when two or more links are identical. In this scenario, React lacks a unique key for each item in the list, posing a problem.link._id
, a unique ID assigned to each link from the database, to address this issue.Check List (Check all the applicable boxes)
Screenshots
Before:
After:
Note to reviewers
None