From b2cc0aef79dc64d0498afe8a334084bf36da8ffb Mon Sep 17 00:00:00 2001 From: Chad Curtis Date: Mon, 1 Sep 2025 21:25:16 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Alex Gleason --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 6dbe628..9b82f6d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -340,7 +340,7 @@ Example usage with intersection observer for automatic loading: ```tsx import { useInView } from 'react-intersection-observer'; -function PostFeed() { +function GlobalFeed() { const { data, fetchNextPage, hasNextPage, isFetchingNextPage } = useInfinitePosts(); const { ref, inView } = useInView();