I'm creating a simple app using React , Redux and Firebase. When I go to my Notification list in browser there is a warning message in console
Warning: Each child in a list should have a unique "key" prop. Check the render method of ' ProjectList '.
'ProjectList' is one of my component in my application.
How can I remove/fix this warning message ?
[![enter image description here][5]][5]