loktar00 / react-lazy-load

React component that renders children elements when they enter the viewport.
MIT License
979 stars 166 forks source link

Not working in IE8 #77

Closed valeryq closed 7 years ago

valeryq commented 8 years ago

Hi, I have an exception in IE8. HTMLElement is not defined in https://github.com/loktar00/react-lazy-load/blob/master/src/utils/parentScroll.js#L10 But documentation says, that it works on IE8+.