const { data: article, isFetching } = api.public.getArticle.useQuery({ id: targetId, });
targetId
useQuery
a