Getting strange react error in nextjs
I am getting a strange Error Message when nextjs tries to compile:
it happends if i try:
the error message in browser is:
2 Replies
i followed: https://trpc.io/docs/client/nextjs/setup
Set up with Next.js | tRPC
Recommended file structure
Is
Config
a server component? Make sure you're declaring "use client"
at the top