Richard Moore

Results 530 comments of Richard Moore

It is still far too early for anyone else to use this. There are fairly regular breaking changes, but here is a quick sample: - [source](https://github.com/ethers-io/ethers.js/tree/ethers-v5-beta/docs.wrm) - [HTML](https://docs-beta.ethers.io) - [HTML...

That is weird. I’m not sure why I removed it. I’ll track down the commit history, but I certainly have no issue exporting it in the next minor bump.

I don’t have a replit account, so I can’t see the link. what is the error you get when trying to import it? Are you exporting it as a type...

Oh! After making the changes are you updating the dist files for both cjs and esm for your tests? `npm run build-clean` should build what you need. Can you check...

There shouldn’t be, that I can think of. Are there any changes to the ts config? Is it using the pegged version of ts? That error certainly seems weird…

Just re-opening so I don’t forget for the next minor-bump. :)

One quick note; I will likely leave the spelling as is (sans the `e`), for fear it could break something.

Added in [v6.14.0](https://github.com/ethers-io/ethers.js/releases/tag/v6.14.0). Thanks! :)

Can you add `provider.on("debug", console.log)` to your provider to capture the data being exchanged between the client and the server? Also, have you tried using v6?

Based on the error, the shims are definitely not being applied. That error is exactly what the shim fixes. :) In ESM, imports *behave* asynchronously, which breaks anonymous imports as...