Unhandled Runtime Error
Error: Cannot access test.useQuery on the server. You cannot dot into a client module from a server component. You can only pass the imported name through.
Source
src/app/home/TestGreeting.tsx (7:35) @ useQuery
5 |
6 | export const TestGreeting = async () => {
> 7 | const message = trpcClient.test.useQuery()
| ^
Unhandled Runtime Error
Error: Cannot access test.useQuery on the server. You cannot dot into a client module from a server component. You can only pass the imported name through.
Source
src/app/home/TestGreeting.tsx (7:35) @ useQuery
5 |
6 | export const TestGreeting = async () => {
> 7 | const message = trpcClient.test.useQuery()
| ^