key={comment.id}
React + Redux Tutorial
Cory
486
It is important to provide a `key` property on the component, even if it’s not a part of your UI so that React can keep track of references in it’s virtualDOM.
It is important to provide a `key` property on the component, even if it’s not a part of your UI so that React can keep track of references in it’s virtualDOM.