Is `trpc.withTRPC` for Next supposed to work with pages or only `_app`?

I'd love to only have TRPC mount on certain pages of my Next.js app. Is this currently supported?
1 Reply
Ahmed Elsakaan
you can remove the withTRPC function from your _app and only use it in these certain pages