randylien / generator-react-gulp-browserify

A Yeoman Generator for facebook's React library. It includes gulp, browserify, livereload and famous official Twitter bootstrap Sass version
422 stars 60 forks source link

Add unique key for each child in the TodoList #61

Closed maxis1718 closed 8 years ago

maxis1718 commented 8 years ago

Fix React warning :sunglasses:

Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `TodoList`. See https://fb.me/react-warning-keys for more information