I used sanity with nextjs-13 to build a blog, and I now want to add the live-preview mode to it, but every time I hit the /api/preview to enable the preview mode, I get thrown this error:
TypeError: useReducer only works in Client Components. Add the "use client" directive at the top of the file to use it.
Any help would be much appreciated. Thank you