-
Notifications
You must be signed in to change notification settings - Fork 22
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
[bug]: this.events.off is not a function #126
Comments
can you share you peerDeps, this seems to be related to a polyfill overwriting some values |
@glitch-txs Attaching package.json. Please take a look |
@glitch-txs @ignaciosantise I'm blocked by this issue. Can you please help me ? |
@shan-c can you share a public repository were i can reproduce the issue? |
any updates on this one guys? |
hey @mihairadulescu can you provide a public repository so i can reproduce the error? Also, did you add any polyfill to your project? It might be the cause of the issue: WalletConnect/walletconnect-monorepo#4064 (comment) |
@ignaciosantise I do not use any external polyfiils. I use babel for my react native app. This is the config
|
@shan-c can you provide a public repository so i can reproduce the issue? You can generate a new project running So we can check if there's a configuration issue in your project or is something else |
@ignaciosantise I forgot to update here. This issue is fixed for me. I ran through my package.json and found out that if these two packages 'buffer' and 'events' are installed, I encounter this issue. I removed these packages and never seen this error since then. Thanks a lot |
Hey everybody, we encountered a similar issue today and summarised how we solved it here: WalletConnect/walletconnect-monorepo#4064 (comment) |
Description
These errors occurs when i open the app for first time. Whenever i encounter this error, and i select a wallet in web3modal, it redirects to that wallet and nothing happens, no connection prompt is shown. If this error is not encountered, everything works fine
Web3Modal SDK version
1.0.1
Output of
npx react-native info
Expo Version (if applies)
No response
Steps to reproduce
Just rendering the gives this error
Snack, code example, screenshot, or link to a repository
The text was updated successfully, but these errors were encountered: