How to disable Next.js draftmode in tRPC?
Hi guys, is it possible to disable the Next.js draft mode using tRPC?
I am tryin to achieve something such as this:
But with tRPC, I tried calling
draftMode().disable();
in my tRPC function but nothing happened, draftMode did not get disabled.0 Replies