Open xpluscal opened 1 year ago
When using the umd version like this:
import { Web3Auth } from "@web3auth/modal/dist/modal.umd.min.js";
I am getting this error:
ReferenceError: self is not defined
This is using version 4.0.0 of web3auth/modal
Thank you!
Hey @xpluscal
Could you share more details about this error?
Code snippet, browser's console screenshots, language/framework, browser, etc
Describe the bug
When using the umd version like this:
import { Web3Auth } from "@web3auth/modal/dist/modal.umd.min.js";
I am getting this error:
ReferenceError: self is not defined
This is using version 4.0.0 of web3auth/modal
Thank you!