We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Navita imports directly inside routes that has
export const runtime = 'edge';
Causes the compiler to hang.
I can't remember the details of the Next.js implementation completely, but it might be caused by this line: https://github.com/vercel/next.js/blob/f3132354285fb18c290bf9aad7f8dc7e0550105d/packages/next/src/build/webpack/plugins/flight-client-entry-plugin.ts#L614
Needs investigation and replication.
Lines in Navita that we need to look into:
navita/packages/next-plugin/src/index.ts
Lines 60 to 78 in 9e4ac18
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Using Navita imports directly inside routes that has
Causes the compiler to hang.
I can't remember the details of the Next.js implementation completely, but it might be caused by this line:
https://github.com/vercel/next.js/blob/f3132354285fb18c290bf9aad7f8dc7e0550105d/packages/next/src/build/webpack/plugins/flight-client-entry-plugin.ts#L614
Needs investigation and replication.
Lines in Navita that we need to look into:
navita/packages/next-plugin/src/index.ts
Lines 60 to 78 in 9e4ac18
The text was updated successfully, but these errors were encountered: