Getting Compiler issues on switching to latest version 6.1.7

Please provide the following details too when asking for help in this category:

Please provide the Web3Auth initialization and login code snippet below:

1 Like

Hi @mkrana173,
This seems some issue with the dependencies already present. Are you upgrading just modal SDK to 6.1.7? I would request you to upgrade the walletconnect v2 adapter as well to the latest version.

We are already using walletConnect v2

Let me confirm this again

1 Like

Could you check the version of walletconnect v2 adapter for me? I guess the older version might be causing some issue with the latest modal SDK.

Image 18-08-23 at 6.44 PM
I have installed walletconnect v2, but it still seems to be same issue

1 Like

@mkrana173 Some exports were not found in @walletconnect/utils. Can you please upgrade it to the latest version and verify once?

which one is the latest version, can you please mention the latest version here?

1 Like

@mkrana173 Try out 2.9.2. If the issue is due to this, it should be resolved.

you mean v2.9.2 for walletConnect-v2-adapter?

1 Like

@mkrana173 Looking at the error stacktrace my best guess would be upgrading the @walletconnect/utils to v2.9.2. I feel if you run npm i -S @walletconnect/utils on the terminal, npm will install the latest package for you.
The things as per the error log, I look at some imports not being found in the @walletconnect/utils which are needed in the walletconnect v2 adapter. Let me know if this works for you.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.