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
{{ message }}
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
I have an Instafeed with 20 latest images on my home page. Everytime I hit the home button in the navbar, the component renders the 20 images once again, adding them to the ones already rendered.
What's the way to prevent this behavior either by cleaning the rendered images, or by preventing images to be fetched once again?
Thanks.