MK

Results 55 comments of MK

@KosmosKey Why not just installing `wagmi` directly and import connectors from `wagmi/connectors` ? Could you send me the code so i can have a look ?

@nakedfool Can you add `ssr` field to `true` in `createConfig` function like this ? ``` export const config = createConfig({ connectors: connectors, chains: [mainnet, sepolia], transports: { [mainnet.id]: http(), [sepolia.id]:...

@nakedfool This shouldn't happen. `useAccount` should never return `undefined`, more info [here](https://wagmi.sh/react/api/hooks/useAccount#useaccount). Did you wrap your ``, `` and `` in the right order ? Can you please share your...

@PearlSharma I just tried to reproduce your issue and for me the trust wallet in app browser works fine with chain switching. Can you try do it in [here](https://rainbowkit-example.vercel.app/) as...

@PearlSharma Seems to be working on my end. Can you provide a small reproducible example ? https://github.com/rainbow-me/rainbowkit/assets/53529533/fa4aa3a4-07ea-476a-8ca9-7cab68cef839

@PearlSharma Does it work for you in https://www.rainbowkit.com/ ? If it does then it seems like their project has some issues with projectId probably. Is that your project ?

Closing this issue for now since it's unknown what is going on and can't be reproduced on my end. Feel free to open a new issue if you're still facing...

Closing this PR in favor of https://github.com/rainbow-me/rainbowkit/pull/1806