Can't get client to work

NNEO10/13/2022
Hi,
I can't get my client to work I'm using Next.js but I have also tried the React method from the docs.
mutations and query property is missing.
NNEO10/13/2022
Postman is working fine
UUUnknown User10/13/2022
Message Not Public
Sign In & Join Server To View
NNEO10/13/2022
Yeah, there’s no useQuery on fetchAssets and I’m using standalone because we have other dependencies and event streams that only work in standalone environment
NNEO10/14/2022
Fixed it! @trpc/client version was mismatched it was on proxy-beta.10 upgraded to latest
NNEO10/14/2022
Closing post