-   Notifications  You must be signed in to change notification settings 
- Fork 113
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
With the change in this commit 364ce21 we stopped using window to store the IntersectionObserver and instead we store it in the component's class. That means every lazy-load image or component creates an IntersectionObserver.
It would be more efficient to use the previous approach but that was relying on the window object, which is not available in SSR.
We should use the global object available in SSR and CSR.
poohitan
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request