When usingnext dev --turbo with a Next.js application, the following error message appears:
ReferenceError: e is not defined
at Module.Kind (/path/to/.next/server/chunks/ssr/node_modules_xyz.js:1376:18)
at Kind (turbopack://[project]/node_modules/@urql/core/src/gql.ts:84:30)
...
The application works without issues when running the next dev command.
Describe the bug
When using
next dev --turbo
with a Next.js application, the following error message appears:The application works without issues when running the
next dev
command.The code is the same as in the following link when the error occurs: https://github.com/urql-graphql/urql/blob/main/examples/with-next/app/page.tsx
Reproduction
https://github.com/urql-graphql/urql/tree/main/examples/with-next
Urql version
Validations