When I have the srcset property on my tag, why doesn\'t it show up in the browser? It appears as through React.js is stripping it out
srcset
The solution is to use srcSet instead of srcset.
srcSet
Reference: https://facebook.github.io/react/docs/tags-and-attributes.html under HTML Attributes
HTML Attributes