beekai-oss / react-simple-img

🌅 React lazy load images with IntersectionObserver API and Priority Hints
MIT License
989 stars 41 forks source link

Fixes an issue where SSR HTML output contained an empty srcSet attribute #86

Closed ZLevine closed 4 years ago

ZLevine commented 4 years ago

This is an issue as a) the browser might block and attempt to render the img, and b) this is invalid HTML (per the HTML5 spec).

Tested and working on SSR environment Gatsby

Fixes #85