nova-horizon-stats
nova-horizon-stats copied to clipboard
Fix: Stop fetching after component is removed from screen
This PR will fix a bug that makes background fetching continue after leaving the page containing your components. When component is removed from screen background fetches are stopped, and when its added back, it will get resumed.
I did not include modified dist files to prevent merge conflicts with other pull requests. npm run production will have to be done and commited after merge.