You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@fariborz0015 thanks for your question. We are not very familiar with Next.Js, but have you tried wrapping the next/image component with LazyLoadComponent? You could use the LazyLoadImage implementation as a reference, but changing <img> with the Next.Js image component.
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 js local image tag from "next/image"
is exist any way to pass the this component as a node to lazyLoad component to use this node for load image replace html image tag ?
The text was updated successfully, but these errors were encountered: