-
Notifications
You must be signed in to change notification settings - Fork 27.1k
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
13.4.6-canary.1 broke isomorphic fetch for 3rd party library #51309
Comments
Hi, any chance you could share the first version this issue occurred in? It doesn't seem to be specific to |
Hi @ijjk thanks for looking into this. canary.0 doesn't reproduce, I am unable to install canary.1 b/c it doesn't exist on npm anymore? |
Hi, thanks for confirming that, the cc @huozhi |
Hi, this should be fixed in |
Thanks @ijjk for the quick turn around. I've updated and it works now 👍 |
Investigate a bit, it's a bug of ESM usage in They're not using the ESM imports to access The change should be safe to land again |
Thanks @huozhi ! |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Verify canary release
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 22.5.0: Mon Apr 24 20:52:24 PDT 2023; root:xnu-8796.121.2~5/RELEASE_ARM64_T6000 Binaries: Node: 18.14.0 npm: 9.3.1 Yarn: 1.22.19 pnpm: 8.6.2 Relevant packages: next: 13.4.6-canary.2 eslint-config-next: N/A react: 18.2.0 react-dom: 18.2.0 typescript: 5.1.3
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue or a replay of the bug
https://github.com/khuezy/next-error
To Reproduce
Reproduction steps also in readme
Describe the Bug
Next 13.4.6-canary.1 or 13.4.6-canary.2 introduced a change that prevents libsql client to run due to this error:
NOTE: This also happens in latest canary.
Expected Behavior
Next shouldn't break external library usage of isomorphic fetch.
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered: