How can I enableWeb3 WalletConnect without scan QRcode after refresh?(react-moralis)

  1. enableWeb3({ provider:“walletconnect” })
  2. Scan QR code to enableWeb3
  3. isWeb3Enabled = true, everything okay
  4. refresh page
  5. enableWeb3({ provider:“walletconnect” })
  6. QR code modal pop up again :frowning:

Metamask is totally work after refresh, no extra actions need after enableWeb3.
How can I connect WalletConnect without scan QRcode after refresh?