Warning: Each child in a list should have a unique "key" prop
Bonjour à tous,
Je suis entrain de créer mon Portfolio avec React afin d'apprendre le language, mon code fonctionne correctement mais j'ai un warning sur plusieurs éléments de mon code et j'aimerais savoir comment le régler !
Voici les lignes ou j'ai ce warning ( Warning: Each child in a list should have a unique "key" prop ) :
Code:
<li><a href={'#' + section}>{section}</a></li>
Code:
<Navigation logoTitle="React Portfolio" />
Code:
ReactDOM.render(<App />, document.getElementById('root'));
Merci d'avance ! :)