Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Alex Gleason <alex@alexgleason.me>
This commit is contained in:
Chad Curtis 2025-09-01 21:24:11 +00:00
parent 2baccf1ea0
commit 37ff1d6957

View File

@ -335,7 +335,7 @@ function useInfinitePosts() {
} }
``` ```
Use with intersection observer for automatic loading: Example usage with intersection observer for automatic loading:
```tsx ```tsx
import { useInView } from 'react-intersection-observer'; import { useInView } from 'react-intersection-observer';