Skip to content

Commit

Permalink
docs: Fix typo (#7865)
Browse files Browse the repository at this point in the history
  • Loading branch information
nabn authored Aug 7, 2024
1 parent c6309c1 commit 1fc6124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/react/react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export function useQueryFocusAware(notifyOnChangeProps?: NotifyOnChangeProps) {
}, []),
)

return () => focusRef.current
return () => focusedRef.current

useQuery({
queryKey: ['key'],
Expand Down

0 comments on commit 1fc6124

Please sign in to comment.