From ca6108f4c38b3a1a377c497e75017901237101d7 Mon Sep 17 00:00:00 2001 From: Meher Ranjan Date: Wed, 12 Jul 2017 02:28:26 +0530 Subject: [PATCH] Fixed a issue that caused following bug Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `BlogIndex`. See https://fb.me/react-warning-keys for more information. --- src/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.js b/src/pages/index.js index 844e87b..8c42da4 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -17,7 +17,7 @@ class BlogIndex extends React.Component { const title = get(post, "node.frontmatter.title") || post.node.path pageLinks.push(