react-lazy-load
react-lazy-load copied to clipboard
fix: RLL-000: fix lazy loading in iframe
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