Understanding TypeScript's useQueries Function
Sometimes, I think I don't understand TypeScript at all. I need useQueries function that takes a tuple of queries and maps it to a tuple of QueryResults. This code works but
This is not working:
any is lame. It would be Row, but then it doesn't work. Any idea, please?This is not working:
