Fix MultiSelect non-unique keys#8050
Conversation
|
Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>. |
|
Weird shouldn't this key make it unique since its using |
melloware
left a comment
There was a problem hiding this comment.
Please explain why this fixes it?
|
Here is the call site of primereact/components/lib/multiselect/MultiSelectPanel.js Lines 170 to 188 in 8735633 Although Anyway, feel free to close the PR if you think is not worth it. |
|
yeah that is why i was confused i wonder if its a false positive React warning? |
Yeah, probably. |
Fixes #8049.