react-lazy-images
react-lazy-images copied to clipboard
Unbind IntersectionOberserver after ImageState.LoadSuccess?
It appears that the IntersectionOverserver remains bound after LoadSuccess, which (unless I'm missing something) is unnecessary, since the image state has finalised.
Is it possible to remove the binding?
I'd like this to be optional, because I'm looking for ways to detect whenever an image goes in or out of view.