diff --git a/src/pages/discover/components/LazyMediaCarousel.tsx b/src/pages/discover/components/LazyMediaCarousel.tsx index 67594d24..82d98379 100644 --- a/src/pages/discover/components/LazyMediaCarousel.tsx +++ b/src/pages/discover/components/LazyMediaCarousel.tsx @@ -47,6 +47,14 @@ export function LazyMediaCarousel({ const categoryName = category?.name || genre?.name || ""; + // Test intersection observer + // useEffect(() => { + // // eslint-disable-next-line no-console + // console.log( + // `Carousel ${categoryName}: ${isIntersecting ? "loaded ✅" : "unloaded ❌"}`, + // ); + // }, [isIntersecting, categoryName]); + return (
}> {isIntersecting ? (