zho
zho
Yeah even if i uninstall `wagmi/connectors` error is still the same as one above, this is still me debugging from the main repo. I'll create basic repo with these dependencies...
@KosmosKey Here is the small repo that i've just bootstraped with create-rainbowkit https://github.com/nakedfool/jokerace-test-dependencies Run it and you should be able to see exact error above with the config in `wagmi.ts`
> @nakedfool Can you add `ssr` field to `true` in `createConfig` function like this ? > > ``` > export const config = createConfig({ > connectors: connectors, > chains: [mainnet,...
Hey @magiziz While the `ssr: true` resolved the build, some hooks like `useAccount` are returning now `undefined` during page load, which is because of the `ssr` enabled Any different way...
> Yeah you need the wagmi provider which hydrates the store if you're using the SSR flag Oh i see, much thanks for research & help here! It looks like...