nicooo
nicooo12mo ago

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
No description
1 Reply
erquhart
erquhart12mo ago
It looks like you’re passing a promise as an argument to a query. Can you share the code where you’re running useQuery?

Did you find this page helpful?