Nextjs 16 use cache
Nextjs 16 introduced the 'use cache' directive and i'm trying to use it with trpc.
I tried making use of it, but i'm getting an error

1 Reply
My setup is very simple. I have a trpc procedure that does the following:
And i'm simply calling it like this
I'm using the theo's startup and have the following createContext