I was building a simple 2-3 pages next.js. It's working fine on the dev mode next dev
but continuously erroring in build.
I already tried to use @tanstack/react-query
as per SO #65590195
The project is available on Stackblitz, if anyone can take a look to suggest a fix.
next build
Error -
Error: No QueryClient set, use QueryClientProvider to set one
> Export encountered errors on following paths:
/GridView
/TableView
Github link -