-
Notifications
You must be signed in to change notification settings - Fork 47
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
Error Uncaught TypeError: Cannot read properties of undefined (reading 'prototype') #62
Comments
@seokju-na I'm also facing the same issue. |
@12-Davance @matheusbento have you guys find any solutions? |
The same error here. Any solution? |
I am pretty sure that is something integrating the vite with the library |
@Felipalds I think so |
I have same probleme with Image. |
@Litibe have you find any solution |
Next.js has the ability to add polyfills to node builtin modules, so there doesn't seem to be any problem. When building as a browser target when using esbuild or rollup, a problem appears to occur with loading Injecting polyfill will help this problem (e.g. https://www.npmjs.com/package/esbuild-plugin-polyfill-node), however, I'll investigate if can patch iconv-lite to make it easier for end-users to use. |
Hey Guys, I do not have the printer yet, but I'm trying to test this library, I'm getting the follow error:
How can I solve this??
Packages:
The text was updated successfully, but these errors were encountered: