Error: Only plain objects, and a few built-ins, can be passed to Client Components from Server Components.
Classes or null prototypes are not supported.
When above error is thrown in React 14+, root cause may be QueryClientProvider
not being defined in client scope using "use client"
.