From 9114c7db8642b284469271e9232076fc2ba5171f Mon Sep 17 00:00:00 2001 From: Chad Curtis Date: Mon, 1 Sep 2025 21:25:34 +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 9b82f6d..4104325 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -341,7 +341,7 @@ Example usage with intersection observer for automatic loading: import { useInView } from 'react-intersection-observer'; function GlobalFeed() { - const { data, fetchNextPage, hasNextPage, isFetchingNextPage } = useInfinitePosts(); + const { data, fetchNextPage, hasNextPage, isFetchingNextPage } = useGlobalFeed(); const { ref, inView } = useInView(); useEffect(() => {