diff --git a/docs/framework/react/react-native.md b/docs/framework/react/react-native.md index ad8d230c31..2c2d6fc0e2 100644 --- a/docs/framework/react/react-native.md +++ b/docs/framework/react/react-native.md @@ -165,7 +165,7 @@ export function useQueryFocusAware(notifyOnChangeProps?: NotifyOnChangeProps) { }, []), ) - return () => focusRef.current + return () => focusedRef.current useQuery({ queryKey: ['key'],