diff --git a/lib/ast-to-react.js b/lib/ast-to-react.js
index 57344426..5248e5e1 100644
--- a/lib/ast-to-react.js
+++ b/lib/ast-to-react.js
@@ -221,12 +221,7 @@ function toReact(context, node, index, parent) {
     )
   }
 
-  properties.key = [
-    name,
-    position.start.line,
-    position.start.column,
-    index
-  ].join('-')
+  properties.key = index
 
   if (name === 'a' && options.linkTarget) {
     properties.target =