Vanilla html/js bug since 2.7.0 when initiating Web3Modal() #3306
-
Found a bug since the version 2.7.0 (working fine in 2.6.2): when using vanilla html/js and following example https://github.com/WalletConnect/web3modal-examples/tree/main/web3modal-wagmi-html-cdn.
This obviously breaks whole thing and 'Connect' button is not rendering |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for reporting, at the meantime you can add this polyfill at the top of your code if (!window.process) {
window.process = { env: {} }
} |
Beta Was this translation helpful? Give feedback.
Thanks for reporting, at the meantime you can add this polyfill at the top of your code