We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
I'm experiencing an issue with both circomlibjs and circomlib on browser:
Uncaught TypeError: Cannot read properties of undefined (reading 'fromString') at Object../node_modules/circomlib/src/babyjub.js (babyjub.js:20:1)
It seems to occur when circomlibjs loads ffjavascript. It cannot find Scalar (or any other exported submodules).
Scalar
Has anyone had success running circomlibjs on browser?
The text was updated successfully, but these errors were encountered:
Hi, I am experiencing the same issue. Have you solved the problem?
Sorry, something went wrong.
have anyone got any solution for this issue?
Me too
You can solve this issue with a projet on Next. I was on React but when I switched to Next.js it works ! But for React.js it don't wok yet
No branches or pull requests
Hi all,
I'm experiencing an issue with both circomlibjs and circomlib on browser:
Uncaught TypeError: Cannot read properties of undefined (reading 'fromString') at Object../node_modules/circomlib/src/babyjub.js (babyjub.js:20:1)
It seems to occur when circomlibjs loads ffjavascript. It cannot find
Scalar
(or any other exported submodules).Has anyone had success running circomlibjs on browser?
The text was updated successfully, but these errors were encountered: