Closed Github010101011 closed 1 year ago
I need to add a ref to:
<div className="marquee-container ref={ref}> </div>
Is there anyway I can do so? I tried adding it to the tag but it doesn't appear to work. This is needed for nextjs image's lazy load: lazyboundary. or the images are loading too slow.
<Marquee ref={ref}> </Marquee>
Added support for this in 1.5.0
I need to add a ref to:
Is there anyway I can do so? I tried adding it to the tag but it doesn't appear to work. This is needed for nextjs image's lazy load: lazyboundary. or the images are loading too slow.