react-lazy-load icon indicating copy to clipboard operation
react-lazy-load copied to clipboard

fix: RLL-000: fix lazy loading in iframe

Open hameleonick opened this issue 2 years ago • 0 comments
trafficstars

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

hameleonick avatar Feb 13 '23 16:02 hameleonick