Question regarding tRPC
Hello everyone,
I have the following file in
And the error I am getting is:
Furthermore, a very interesting behavior occurs: the error gets bypassed somehow and the page renders successfully, the query/trpc works eventually but clerk CSS/function just breaks.
https://streamable.com/97zknm
I would appreciate some clarity.
I have the following file in
src/pages/room/[slug].tsx:And the error I am getting is:
Error: No QueryClient set, use QueryClientProvider to set oneFurthermore, a very interesting behavior occurs: the error gets bypassed somehow and the page renders successfully, the query/trpc works eventually but clerk CSS/function just breaks.
https://streamable.com/97zknm
I would appreciate some clarity.
