Skip to content

Commit

Permalink
Update infinite-queries.md (#8302)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar-madni authored Nov 18, 2024
1 parent 3fc2fce commit fadfbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/react/guides/infinite-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ To ensure a seamless querying process without conflicts, it's highly recommended
[//]: # 'Example1'

```jsx
<List onEndReached={() => !isFetching && fetchNextPage()} />
<List onEndReached={() => !isFetchingNextPage && fetchNextPage()} />
```

[//]: # 'Example1'
Expand Down

0 comments on commit fadfbde

Please sign in to comment.