Skip to content

Commit

Permalink
docs(README) typo fix (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dman757 authored Jun 24, 2020
1 parent 0147a8e commit 6922cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ This will ensure the new data is prepended to the data array instead of appended

## Scroll Restoration

Out of the box, "scroll restoration" for all queries (including paginated and infinite queries) Just Works™️ in React Query. The reason for this is that query results are cached and able to be retrieved synchronously when a query is rendered. As long as your queries are being cached long enough (the default time is 5 minutes)o and have not been garbage collected, scroll restoration will work out of the box all the time.
Out of the box, "scroll restoration" for all queries (including paginated and infinite queries) Just Works™️ in React Query. The reason for this is that query results are cached and able to be retrieved synchronously when a query is rendered. As long as your queries are being cached long enough (the default time is 5 minutes) and have not been garbage collected, scroll restoration will work out of the box all the time.

## Disabling or Pausing a Query

Expand Down

0 comments on commit 6922cda

Please sign in to comment.