-
Notifications
You must be signed in to change notification settings - Fork 27.2k
New issue
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
blitz dev --turbo (next wrapper) broken since Next 15.0.0-rc.1 #73503
Comments
Either with or without reproduction, the matter at hand still sounds like a blitz issue specifically. So I think it might be best if you move this issue to their side. |
It's a issue with both, but yes I reported issue which I linked at blitz first blitz-js/blitz#4395 and it is a Turbopack issue because if I omit --turbo, |
This is caused by that Turbopack correctly detects that you are trying to import the They should instead try to do |
confirmed that however this is still issues on both sides. Since |
That The original usecase is that you that you (the user) tries to import something from another file that you (the user) also wrote (or a library), and using the wrong export name is never what you want. So the DX benefit outweighs the compatibility problem here. |
This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Link to the code that reproduces this issue
blitz-js/blitz#4395
To Reproduce
blitz-js/blitz#4395
Current vs. Expected behavior
blitz dev --turbo should work with blitz which wraps next, but error since Next 15.0.0-rc.1 and 15.x releases.
Don't close this because I didn't provide repro code. Any blitz install with different Next versions as I've bisected would lead to this local dev build error with turbopack.
Provide environment information
The text was updated successfully, but these errors were encountered: