react-lazyload
react-lazyload copied to clipboard
Lazy load your component, image or anything matters the performance.
this just bumps the peer deps and then it works npm i fails because of eslint packages. i removed them because id rather have a working production build than eslint...
@ameerthehacker This package does not appear to support ssr. Photos are not displayed in the viewport.
title
All of my unit tests are failing with the console error: [TypeError: Cannot read properties of null (reading 'addEventListener')]
Hey, thank you for the great library which works great so far. We currently use it in an Astro Js environment within a react component, where it perfectly works in...
I created a simple test project with react and react-dom. Here's my package.json: ``` { "name": "test", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test...
It seems that this part of the code has caused this bug. When the prop "overflow" is set, the code doesn't add resize listener. ``` if (this.props.overflow) { const parent...
when i use it in nested list,i found all list item was selected
In this PR I've updated the logic of the `scrollport` final value processing using the passed `scrollContainer` prop. If `scrollContainer` is a `string` it will be used in querySelector, but...