Creatiwity / gatsby-plugin-favicon

UNMAINTAINED - Favicon Gatsby plugin
MIT License
166 stars 27 forks source link

Fix unique key warning on Gatsby build #41

Closed Pyrax closed 6 years ago

Pyrax commented 6 years ago

This should fix the following unique "key" warning caused by the plugin when executing a Gatsby build:

Warning: Each child in an array or iterator should have a unique "key" prop.

Check the top-level render call using <head>. See https://fb.me/react-warning-keys for more information.
    in link
    in HTML
julien1619 commented 6 years ago

Great! Thank you! I'll review and merge it very soon.