interface icon indicating copy to clipboard operation
interface copied to clipboard

Error when connecting to WalletConnect on locally hosted version

Open BartoszSolkaBD opened this issue 2 years ago • 1 comments

Bug Description This bug occurs while trying to connect a wallet using WalletConnect on locally hosted frontend.

I cannot reproduce this bug on the production app https://app.uniswap.org/ Steps to Reproduce

  1. Run the app locally
  2. Try to connect wallet with WalletConnect
  3. Error occurs

Expected Behavior WalletConnect connection should proceed without errors.

Additional Context image

The connectors prop passed to Web3ReactProvider must be referentially static. If connectors is changing, try providing a key prop to Web3ReactProvider that changes every time connectors changes.
    at Web3ReactProvider (http://localhost:3000/static/js/bundle.js:437795:13)
    at renderWithHooks (http://localhost:3000/static/js/bundle.js:376161:22)
    at updateFunctionComponent (http://localhost:3000/static/js/bundle.js:379043:24)
    at beginWork (http://localhost:3000/static/js/bundle.js:380755:20)
    at HTMLUnknownElement.callCallback (http://localhost:3000/static/js/bundle.js:365753:18)
    at Object.invokeGuardedCallbackDev (http://localhost:3000/static/js/bundle.js:365797:20)
    at invokeGuardedCallback (http://localhost:3000/static/js/bundle.js:365854:35)
    at beginWork$1 (http://localhost:3000/static/js/bundle.js:385728:11)
    at performUnitOfWork (http://localhost:3000/static/js/bundle.js:384975:16)
    at workLoopSync (http://localhost:3000/static/js/bundle.js:384898:9)

BartoszSolkaBD avatar Aug 02 '23 12:08 BartoszSolkaBD

_combine flow with files system and automate_fix error

Shednandezstore avatar Aug 29 '23 12:08 Shednandezstore