4 Replies
I'm getting the error Argument of type 'string[]' is not assignable to parameter of type 'void'.ts(2345)
Using regular RQ, it works fine but trpc useQuery throws an error
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Is the input a array?
Which input?
reactQueryKeys.currentUser is a string
[reactQueryKeys.currentUser] makes it a string array