Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing component key warning (gatsbyjs#2148)
Key should be set on the component instead of inside of it. Setting the key inside the component will cause a warning and not actually set the key. You can see this listed as incorrect usage here: https://facebook.github.io/react/docs/lists-and-keys.html#extracting-components-with-keys
- Loading branch information