Replies: 1 comment 1 reply
-
I have seen others with this problem before as well and it seems to come down to the bundler you are using. Or that some package you are using is referencing one of the pre-bundled dust files in ethers, so it is getting bundled twice? I haven’t been able to figure out the exact set of tooling and situation causing this problem though. Even if you get rid of the Wordlist issue, I believe it is actually much deeper; any object that uses inheritance will just be the next problem. If you can help figure out the problem though, I’m all ears. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
We are bundling our FE, and encountering a very strange error related to ethers wordlist package.
When we inspect takes us to the following:

Our only ethers dependency is coming from useDapp, which uses
"ethers": "5.5.1"
.We are also using
"typescript": "^4.5.5",
.Having spent over a day trying to debug this, any help or pointers would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions