-
Notifications
You must be signed in to change notification settings - Fork 96
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
DeviceUUID is not a constructor #14
Comments
That is because you are importing and setting it as a variable so you would technically need to write new |
I'm having the same issue with VueJS.
It works fine when running with
So if I do the following import: And try to log the value of the object into the console I get the following:
So basically as I can see nothing gets imported as du. |
Hey, man, I have the same problem. How did you solve it |
Hey, |
This worked for me in react web app -
|
So what's the solution on build? |
Make sure you are using |
@umrzoq-toshkentov Did you find any solution for this not working issue after build? |
not yet, seems to bee need to fix it. |
I had the same problem. It seems a solution has been found on StackOverflow, which worked for me. In your vite.config.js, add the following to the configuration and then build as normal.
|
Yeah that
And... it doesn't fix it. I think I need a different solution. |
can someone help with this error? I am facing this error while running a desktop app build with js, svelte and go.
The text was updated successfully, but these errors were encountered: