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

React Component to lazy load images and components using a HOC to track window scroll position.

Results 62 react-lazy-load-image-component issues
Sort by recently updated
recently updated
newest added

**Bug description** `Warning: React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component...

ssr

hello my friend , thank you for your great package my main stack is NextJs developing and i need in improve performance case in my project to use the next...

question

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

I used Lazyload on my navbar with profile picture which has border-radius 50%, the blur effect is also applied, but the blur effect seems rectangular and it overflows the container...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

**Bug description** I have a row of thumbnail pictures for an image gallery that overflow the container that they are in. To maintain the aspect ratio I have the max...

I run the test (RTL) getting error `TypeError: Cannot read properties of undefined (reading 'prototype')` while rendering component. I've tried looking everywhere but can't find a solution. I post here...

**Bug description** I'm using react-lazy-load-image-component. I have several bigger images that are loading and it can take several seconds for it to finish downloading. When I click on a link...

Hi, is there a way to only remove the placeholder after the image is fully loaded/afterLoad() event is fired? For slower loading images the placeholder will disappear but the image...