-
Notifications
You must be signed in to change notification settings - Fork 739
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
this.events.off is not a function (it is undefined) after two minutes #3913
Comments
hey @earthflower are you importing |
Yes! I am importing |
Hey @earthflower 👋 i wasn't able to reproduce the issue. Could you provide a public repo with the reproducible issue? |
Sure. Will get back |
The same problem but I just removed this import then everything works well. Some extra information: I imported the |
I've got the same issue when I connect my local dev environment (SvelteKit application). The issue does not occurs on mainnet. As a workaround, I dowgraded |
Hi everyone, please provide a minimal reproducible example so we can test the issue, closing for now for lack of information. Feel free to reopen with a MRE. Thanks! |
I have provided a minimal sample repo to reproduce the issue and opened a new issue to share my findings: #4064 |
Hi @earthflower. Im facing the same issue. Did you find any fix or workaround for this ? |
Still looking for fix for this. I am trying to catch when this.events.off message comes to auto-reconnect. But, I am not able to catch the error using |
Hey everybody, we encountered a similar issue today and summarised how we solved it here: #4064 (comment) |
In react-native
this.events.off is not a function (it is undefined)
bug is coming randomly and usually after 2 minute after connectingcore.pairing.pair
.SDK Version (if relevant)
To Reproduce
Install a new react native app from wallet connect demo app from wallet connect official repo(https://github.com/WalletConnect/react-native-examples) and wait for two minutes.
Expected behavior
Wallet connect should provide option to retry connection in case of any known error like this
Screenshots

The text was updated successfully, but these errors were encountered: