Replies: 1 comment
-
This seems odd, it should work. Can you give more information about your project build process or is your repo public? I can have a look. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
The requested module './../../../bn.js/lib/bn.js' does not provide an export named 'default'
I get this error when importing ethers into my lit element project as with ES6 syntax:
import { ethers } from 'ethers'
Not sure how to go about fixing this, please help!
Beta Was this translation helpful? Give feedback.
All reactions