react-lazyload icon indicating copy to clipboard operation
react-lazyload copied to clipboard

React Lazy Load element hangs with placeholder (last update issue)

Open Sanyaorg opened this issue 5 years ago • 10 comments

Hi guys, There is an issue with react-lazyload library after latest update. Element just hangs and shows placeholder and doesn't respond on scrolling. Roll back to 2.6.2 works fine

Sanyaorg avatar Nov 12 '19 15:11 Sanyaorg

Does this issue happen in all browsers? I've seen this in IE but not Chrome/Firefox/Safari.

ascifres avatar Nov 26 '19 15:11 ascifres

Does this issue happen in all browsers? I've seen this in IE but not Chrome/Firefox/Safari.

It has happened in Chrome/Firefox for me. Not sure about Safari. Thanks

Sanyaorg avatar Nov 26 '19 15:11 Sanyaorg

Same problem here.

My case is creating Table rows and lazy loading them. On mount browser hangs.

Rleit avatar Feb 02 '20 14:02 Rleit

Same for me with SSR

egemon avatar Feb 08 '20 17:02 egemon

hey guyz, I am facing similar issue, is there any update on this

afrazahmad21 avatar Feb 27 '20 15:02 afrazahmad21

Did any of you found a solution? I'm having the same problem and it seems like a major bug.

franknoel avatar Jun 07 '20 04:06 franknoel

@frankn11 we fixed this in the lates version, also please try the beta version which also has a potential fix

ameerthehacker avatar Jun 07 '20 06:06 ameerthehacker

I managed to fix my issue on my end. For some reason, the overflow property on my first component was freezing the other unloaded Lazyload components of my page. I did try the beta but it had no effect.

franknoel avatar Jun 08 '20 13:06 franknoel

@frankn11 can you provide a codesandbox link which replicates your issue

ameerthehacker avatar Jun 08 '20 13:06 ameerthehacker

Does this issue happen in all browsers? I've seen this in IE but not Chrome/Firefox/Safari.

in IE,did you resolve this question?

angryLx avatar Aug 25 '21 12:08 angryLx