beekai-oss / react-simple-img

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

Using JSON.stringify() on a DOM element can have circular references. This has been changed to use outerHTML. #20

Closed brett-js closed 6 years ago

brett-js commented 6 years ago

Using JSON.stringify() on a DOM element can have circular references. This has been changed to use outerHTML.