-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
[BUG] Facing runtime error when using latest version with Next.js 12.2.4 and node v10 #1122
Comments
Update: After going through the discussion in the thread on vercel/next.js#39375 , I tried the below change, and it made the error go away:
For the time being I'm using this temporary workaround, I'm not sure why |
We're already aware of a similar issue (probably closely related) with For now, there's not much we can do, since the shift towards We'll keep this open for now and see if we figure out better ways to work around it in the future. |
Are you still experiencing this issue? If so, are you able to upgrade to the latest NextJS version (14.0.4 as of right now) and let us know if that fixes it? |
@gabrieljablonski |
This issue is stale because it has not seen activity in 30 days. Remove the |
Bug description
I integrated the latest version (5.22.0) of the react-tooltip library in a Next.js project.
I'm running into below error related to how the resolution of the package's exports is happening when Next.js builds my App:
Error:
I searched for similar issues for other libraries when using them with Next.js, and found this one: 39375. But I couldn't find a solution for this for my setup.
Any help on this issue would be highly appreciated 🙏
Version of Package
v5.22.0
Next.js Version: 12.2.4
Node version: v10
The text was updated successfully, but these errors were encountered: