supabase-cache-helpers
supabase-cache-helpers copied to clipboard
useQuery can't passing type
Data type was there before but now all queries have become any
why do you pass a generic parameter to useQuery?
@psteinroe So how can I define the data type for the query without casting?
It's automatically derived. No need to manually define it :)
@psteinroe why when i delete it still get any
Can you provide a full repro?
@psteinroe yes sure u can see this here: https://github.com/rindev0901/cycle-store-fe