Warning: Failed propType: Required prop `alt` was not specified in `exports`.
We receive the following warning when using the Image component:
Warning: Failed propType: Required prop alt was not specified in exports.
We have definitely included the alt property in our JSX.
Perhaps it's something to do with what's mentioned in https://github.com/facebook/react/issues/1751 ?
I cannot help right now as I am in the middle of a big long-distance move. This weekend I should have some time to look at it.
I am wondering if it's because this was built using an older version of React. I have not updated it for the latest versions.
Let me know if you figure it out before then. Also, if you're interested there's some interesting new react components now that are not specific to images that do the resize based on the parent component. I wanted to check if that would make this component obsolete or not.
Cheers!