Transpile react-query in Next.js
Has anyone been able to use the transpilePackages option in next.config.js to successfully transpile React Query 5? Whenever I try I get the following error:
TypeError: (intermediate value)(intermediate value)(intermediate value) is not a function
on the client.0 Replies