Skip to content

Vanilla html/js bug since 2.7.0 when initiating Web3Modal() #3306

Discussion options

You must be logged in to vote

Thanks for reporting, at the meantime you can add this polyfill at the top of your code

  if (!window.process) {
    window.process = { env: {} }
  }

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ismoli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment