Closed
Description
I tried to use the component like this
<LazyLoadImage
delayTime={10000}
src={'/photo.jpg'} />}
but it's not working, and when I am digging into your source code, I found out LazyLoadImage pass the prop delayTime and delayMethod to LazyLoadComponent but then they are not in use in LazyLoadComponent,
could you let me know this is a bug or this feature never works?