I\'m getting this warning:
Warning: Each child in an array or iterator should have a unique \"key\" prop. Check the render method of
Check if variable that you pass to key is defined, because if it's undefined then error will be same, but it looks like code should work.
key
undefined