twobin / react-lazyload

Lazy load your component, image or anything matters the performance.
MIT License
5.86k stars 488 forks source link

Add scrollContainer fallback #322

Open wieso opened 4 years ago

wieso commented 4 years ago

If document.querySelector(scrollContainer) is null, set window to scrollport. If scrollContainer is DOMNode, set scrollContainer to scrollport.

ShiiRochi commented 3 years ago

@wieso, if someone will pass number or null or anything else instead of string or node it will crash