loktar00 / react-lazy-load

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

fix: RLL-000: fix lazy loading in iframe #164

Open hameleonick opened 1 year ago

hameleonick commented 1 year ago

I've faced with issue that lazy loading does not work in iframe in my existing project. Problem was connected with node instanceof HTMLElement , in iFrame I have false in that statement. Have proposal solution