-
Notifications
You must be signed in to change notification settings - Fork 61
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
Emurgo: TexDecoder is not a constructor #54
Comments
Hey, 😄 I was able to reproduce the issue on my end, and it turns out the culprit here is |
Awesome! That was going to be my next question -- how do you migrate a project from Vite to Webpack? I see many tutorials on the other way around, but... |
Would really appreciate a fix on this :/ |
I am attempting to implement @martifylabs/mesh on a Vue project. The line...
import { BrowserWallet } from '@martifylabs/mesh';
immediately starts causing issues. This one in particular, it seems like mesh.js is using TextDecoder from the cardano-serialization-library-nodejs.js in an unexpected way.
Should I be using a different version of mesh (see screenshot)? What version of Node do you recommend?
The text was updated successfully, but these errors were encountered: