Jeffrey (Computer Operator)
Jeffrey (Computer Operator)
### Area of Improvement Currently documented tRPC cacheing methods (https://trpc.io/docs/server/caching) won't work with Next.JS' app router as they rely on setting headers which Next.js now overrides (https://nextjs.org/docs/app/api-reference/next-config-js/headers#cache-control). As such -...
In order to refetch the SIWE session on account change, I need to imperatively trigger a refetch of the `session` query in [SIWEProvider.tsx](https://github.com/family/connectkit/blob/main/packages/connectkit/src/siwe/SIWEProvider.tsx#L54-L58). This can be achieved without a const...