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

Lazy loading in Next.js only possible with dynamic()

Open samevision opened this issue 2 years ago • 2 comments

Hello,

currently I try to implement this package into my Next.js project. Unfortunately it is not working as expected.

It seems that lazy loading breaks if I use components that are loaded by nest/dynamic.

Is it a known problem?

Best

samevision avatar Jun 10 '22 14:06 samevision

same issue

adarsh-drishya avatar Nov 02 '22 03:11 adarsh-drishya

if you use next/image you do not need this package anymore

mtrabelsi avatar Mar 16 '23 19:03 mtrabelsi