DesignRevision / shards-react

⚛️A beautiful and modern React design system.
https://designrevision.com/downloads/shards-react/
MIT License
757 stars 97 forks source link

ListGroupItem no key property #15

Closed Olegarius closed 5 years ago

Olegarius commented 5 years ago

I try to add ListGroupItem dynamically. I added key like <ListGroupItem key={id}>... But this key property has not set to <li> item inside. Warning appears: Each child in a list should have a unique "key" prop. Could you please fix this? Thanks.

Olegarius commented 5 years ago

My bug.