Remove query from cache without refetching react query

前端 未结 0 553
北海茫月
北海茫月 2021-01-04 23:23

I am using react query in my react app this way

    const { data, status } = useQuery(key, queryFunc, { staleTime: 1 * 60 * 1000 });

I want t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题