Skip to content
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

@metamask/eth-sig-utils imports @metamask/abi-utils and causes an error #77

Open
jdbertron opened this issue Jun 21, 2024 · 0 comments
Open

Comments

@jdbertron
Copy link

To be honest, I have no idea why this is happening. I'm using
@metamask/[email protected]
@metamask/[email protected]
and this is the error I get:

Cannot read properties of undefined (reading 'type')
TypeError: Cannot read properties of undefined (reading 'type')
at http://localhost:3030/static/js/bundle.js:648939:42
at Array.map ()
at union (http://localhost:3030/static/js/bundle.js:648939:31)
at ./node_modules/@metamask/abi-utils/dist/parsers/function.js (http://localhost:3030/static/js/bundle.js:56688:29)
at options.factory (http://localhost:3030/static/js/bundle.js:695040:31)
at webpack_require (http://localhost:3030/static/js/bundle.js:694419:32)
at fn (http://localhost:3030/static/js/bundle.js:694698:21)
at ./node_modules/@metamask/abi-utils/dist/parsers/index.js (http://localhost:3030/static/js/bundle.js:56816:14)
at options.factory (http://localhost:3030/static/js/bundle.js:695040:31)
at webpack_require (http://localhost:3030/static/js/bundle.js:694419:32)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant