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

Remove protocol prop from img attributes #133

Closed elstgav closed 8 years ago

elstgav commented 8 years ago

protocol isn’t a valid DOM attribute for <img>, so React complains

elstgav commented 8 years ago

Lol, just saw you added protocol 2 hours ago! There's a quick fix for ya

KyleAMathews commented 8 years ago

Haha! Not quite adjusted to new warnings. Thanks for the fix!

KyleAMathews commented 8 years ago

2.6.1 is out.