My React Native wallet doesn't listen for session proposals on the first launch. However, after reloading the app, the listener starts working automatically. #3668
Labels
type: bug
Something isn't working
When i run my react native app on first time this return an error after pairing is success but before pairing return this error
{context: 'core'} {context: 'core/relayer'} TypeError: this.events.off is not a function
at JsonRpcProvider.off (provider.js:26:21)
at ot.unregisterProviderListeners (index.cjs.js:1:38935)
at ot. (index.cjs.js:1:37342)
at Generator.next ()
at asyncGeneratorStep (asyncToGenerator.js:3:24)
at _next (asyncToGenerator.js:22:9)
at asyncToGenerator.js:27:7
at web3.min.js:2:581704
at new t (web3.min.js:2:581768)
at ot. (asyncToGenerator.js:19:12)
The text was updated successfully, but these errors were encountered: