Skip to content

Commit 1fc6124

Browse files
authoredAug 7, 2024··
docs: Fix typo (#7865)
1 parent c6309c1 commit 1fc6124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/framework/react/react-native.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export function useQueryFocusAware(notifyOnChangeProps?: NotifyOnChangeProps) {
165165
}, []),
166166
)
167167

168-
return () => focusRef.current
168+
return () => focusedRef.current
169169

170170
useQuery({
171171
queryKey: ['key'],

0 commit comments

Comments
 (0)
Please sign in to comment.