uncertain-scarletU
Refine2y ago
5 replies
uncertain-scarlet

queryResult without values

im using the useShow an follow the documentation i can do this:
const { data, isLoading, isError } = queryResult;
const task = data?.data;
but my const task is undefined, how can i do?
2024-04-29_14-36.png
Was this page helpful?