Phat
Phat
Has anybody solve this issue? I still have `{"context": "client"} undefined` error and idk why, session exist, topic is actual. But i still confuse with some things, e.g. provider.enable returns...
Hi, any updates here? I have same issue while using @walletconnect/universal-provider & @walletconnect/modal straightfully. i'm using vite 5.x.x with `@esbuild-plugins/node-globals-polyfill`, `@esbuild-plugins/node-modules-polyfill` and `vite-plugin-node-polyfills` here is my config ```typescript import {...
Hi @jnsdls you could just use any vite js project with ethers@^5.7.2, and simply integrate `@walletconnect/universal-provider` & `@walletconnect/modal` I think the issue is within `@walletconnect/logger`, because i've found similar issues...
Hi @jnsdls , sorry for late answer I'm not sure, but looks like walletconnect team has solved issue with `Class extends ...` error, and also build issue https://github.com/WalletConnect/walletconnect-utils/pull/167 and since...
If it still not works, u can try: change apk to aab in ur eas.json file ``` "staging": { ..., "android": { "buildType": "app-bundle", "image": "latest" }, } ``` if...