Unhelpful useQuery error
I'm trying to either get an id from stored cookies or if not found, query for fresh id using trpc, then using that id for another query. I am getting issues with the second useQuery but the error message is cryptic
I've also tried getting cookies in a wrapper component but I get Error: Rendered fewer hooks than expected.
1 Reply
This only errors out once on first load and not again afterwards