KyleAMathews / react-gravatar

React component for rendering a gravatar profile image
http://kyleamathews.github.io/react-gravatar/
MIT License
279 stars 33 forks source link

Warnings #60

Closed satazor closed 8 years ago

satazor commented 8 years ago

This component is adding unknown props to an tag which generates a few warnings:

warning.js:44 Warning: Unknown props `email`, `https`, `rating` on <img> tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop
    in img (created by Gravatar)
    in Gravatar (created by ListItem)
    in span (created by ListItem)
    in div (created by ListItem)
    in li (created by ListItem)
    in ListItem (created by List)
    in ul (created by List)

Thanks.

KyleAMathews commented 8 years ago

Published a 2.4.4 with a fix, thanks for the issue!