-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some module has been externalized for browser compatibility. Cannot access it in client code. #547
Comments
Fixed it at my end by installing the events and stream modules. |
I am using Vue3+Vite, the same issue. |
WalletConnect/walletconnect-monorepo#341 |
With stable version 2.0.0 of Web3Modal now released, we are officially dropping support for version 1.x If you need to continue using Web3Modal 1.x and require this feature/fix implemented, we suggest adding it via forking V1 branch. |
I hope using web3modal with svelte and follow Using with Vite, and I got
Module "http" has been externalized for browser compatibility. Cannot access "http.globalAgent" in client code.
demo: https://stackblitz.com/edit/vitejs-vite-ogw6et?file=src/App.svelte
The text was updated successfully, but these errors were encountered: