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 facebook/react#1751 ?
We receive the following warning when using the Image component:
Warning: Failed propType: Required prop
altwas not specified inexports.We have definitely included the
altproperty in our JSX.Perhaps it's something to do with what's mentioned in facebook/react#1751 ?