Skip to content

Commit

Permalink
Update render-optimizations.md -
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
chrisjlee committed Apr 6, 2024
1 parent e707c13 commit e5f2688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/react/guides/render-optimizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ React Query uses a technique called "structural sharing" to ensure that as many
### referential identity

The top level object returned from `useQuery`, `useInfinitQuery`, `useMutation` and the Array returned from `useQueries` is **not referentially stable**. It will be new a new reference on every render. However, the `data` properties returned from these hooks will be as stable as possible.
The top level object returned from `useQuery`, `useInfiniteQuery`, `useMutation` and the Array returned from `useQueries` is **not referentially stable**. It will be new a new reference on every render. However, the `data` properties returned from these hooks will be as stable as possible.

## tracked properties

Expand Down

0 comments on commit e5f2688

Please sign in to comment.