NextJs Setup: `useContext is not a function`
Env: Bun 1.1.10
This morning I started following this guide to setup tRPC in my existing NextJs project
https://trpc.io/docs/client/nextjs/setup
I haven't made any changes that differ from the guide, but I am getting this error when I visit the page that has a component using tRPC.
My LSP is working as expected, no obvious errors or even warnings in my code.
Here's a whole list of my dependencies:
0 Replies