-
Notifications
You must be signed in to change notification settings - Fork 725
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
Next.js - Attempted import error: 'webgl-sdf-generator' does not contain a default export #1725
Comments
Is this also an issue if you lazy load |
Hello! I've been having the same issue for a few weeks now, even when I'm not using the Text or Text3d module. In my case, the error pops up when I use the PerformanceMonitor module or certain effects.
|
Thanks, I'll see if there's a way we can work around this issue from our side. |
I'm not able to reproduce this on latest using pages. Are you using the app directory? I might need to see an example to confirm that a workaround exists. |
I merged #1726 which contains a work-around so you can consume Drei, but let me know if this does/doesn't work when using |
🎉 This issue has been resolved in version 9.88.17 🎉 The release is available on: Your semantic-release bot 📦🚀 |
See vercel/next.js#58557 (comment), this is an issue with the app directory and will be tracked downstream. Until then, pin to Next 14.0.1 as per my comment. |
This has been fixed downstream in https://github.com/vercel/next.js/releases/tag/v14.0.4-canary.33. See my above comment for how to proceed on stable. |
three
version: 0.158.1react
version: 18.2.0@react-three/fiber
version: 8.15.11@react-three/drei
version: 9.88.16node
version: 20.9.0yarn
version: 1.22.21nextjs
version: 14.0.3Relevant code:
Getting this spit at me all of a sudden.
Problem description:
As I'm writing this I found someone just posted vercel/next.js#58557
Maybe a next problem.
The text was updated successfully, but these errors were encountered: