You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/framework/react/reference/useQueries.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -64,4 +64,4 @@ The `combine` function will only re-run if:
64
64
- the `combine` function itself changed referentially
65
65
- any of the query results changed
66
66
67
-
This means that an inlined `combine` function, as shown above, will run on every render. To avoid this, you can wrap the `combine` function in `useCallback`, or extract it so a stable function reference if it doesn't have any dependencies.
67
+
This means that an inlined `combine` function, as shown above, will run on every render. To avoid this, you can wrap the `combine` function in `useCallback`, or extract it to a stable function reference if it doesn't have any dependencies.
0 commit comments