fortunar / react-sidemenu

React sidemenu component
57 stars 14 forks source link

Not unique KEYs warning #7

Closed OleksandrBohuslavskyi closed 7 years ago

OleksandrBohuslavskyi commented 7 years ago

@banomaster @fortunar Hi guys, I found collisions of unique keys.

You use url, thinking that the it's should be unique, but in my case i have duplicates and I've got an errors because of that and:

errorScreenshot

So, i found place, you just need to concatenate item.value and some random integer value.

screenshot

Thanks.