Closed tneeraja95 closed 4 days ago
Inside DropdownItem, which is a item in the dropdown list, so key is required prop.
DropdownItem
Inside DropdownItem.js, key is in itemProps which should be outside and directly in <li>
DropdownItem.js
key
itemProps
<li>
https://stackblitz.com/edit/xqgdym?file=src%2FApp.jsx
react : "18.3.1" primereact: "10.8.4"
No error
Describe the bug
Inside
DropdownItem
, which is a item in the dropdown list, so key is required prop.Inside
DropdownItem.js
,key
is initemProps
which should be outside and directly in<li>
Reproducer
https://stackblitz.com/edit/xqgdym?file=src%2FApp.jsx
System Information
Steps to reproduce the behavior
Expected behavior
No error