Why is React.js removing the srcset tag on ?
When I have the srcset
property on my <img />
tag, why doesn’t it show up in the browser? It appears as through React.js is stripping it out.
When I have the srcset
property on my <img />
tag, why doesn’t it show up in the browser? It appears as through React.js is stripping it out.