Hello everyone! I'm currently working on translations and following the steps outlined in this lecture https://dev.to/adrai/i18n-with-nextjs-13-and-app-directory-18dm. However, I encountered an error when attempting to useMutation in my component. The error message states: "Error: No QueryClient set, use QueryClientProvider to set one."
Here's a brief overview of my app's structure:
Thank you in advance for your assistance!