Warnings
Closed this issue · 1 comments
satazor commented
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
Published a 2.4.4 with a fix, thanks for the issue!