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)
This component is adding unknown props to an tag which generates a few warnings:
Thanks.