Phat

Results 9 comments of 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...

same here, any solutions yet? UPD: Environment: default expo app with expo-router new-architecture pck versions: ``` "react-native-react-bridge": "^0.12.0", "react-native-web": "^0.19.12", "react-native-webview": "^13.10.5", ``` provider: ```tsx import type { PropsWithChildren }...

The issue still persists for me with the same example: ``` "react-native-gesture-handler": "2.21.2", "react-native-reanimated": "3.16.6", ```

hi @erie-e9 package.json deps: ``` "dependencies": { "@dev-plugins/react-navigation": "^0.0.6", "@dev-plugins/react-query": "^0.0.6", "@distributedlab/tools": "^1.0.0-rc.16", "@gorhom/bottom-sheet": "^5.0.6", "@hookform/resolvers": "^3.9.0", "@react-native-community/hooks": "^3.0.0", "@react-native/js-polyfills": "^0.74.85", "@react-navigation/bottom-tabs": "7.0.0-rc.33", "@react-navigation/elements": "2.0.0-rc.25", "@react-navigation/native": "7.0.0-rc.20", "@react-navigation/native-stack": "7.0.0-rc.27", "@shopify/flash-list":...

Facing same issues with app crashes, described it here: https://github.com/Shopify/react-native-skia/discussions/2675#discussioncomment-12300270