This PR fixes an issue where the intersection observer wasn't firing properly on page load. The intersection observer here isn't really necessary since the polling for this isn't aggressive and is hitting cached routes so I've gone ahead and removed it.
Description
This PR fixes an issue where the intersection observer wasn't firing properly on page load. The intersection observer here isn't really necessary since the polling for this isn't aggressive and is hitting cached routes so I've gone ahead and removed it.