error executing a query
I am applying map on a result that I have got through a query. I have applied await before the query. After that I am using map. But it gives this error

1 Reply
It looks like you’re passing a promise as an argument to a query. Can you share the code where you’re running
useQuery
?