jeanbenoit-richez
jeanbenoit-richez
have the same error here... There are a lot of inconsistensy between packages version needed on every sub packages.
Hi, Any news about this bug ? Look's like it is always present in those version: ``` "@web3-react/coinbase-wallet": "^8.1.2-beta.0", "@web3-react/core": "^8.1.2-beta.0", "@web3-react/gnosis-safe": "^8.1.2-beta.0", "@web3-react/metamask": "^8.1.2-beta.0", "@web3-react/network": "^8.1.2-beta.0", "@web3-react/types": "^8.1.2-beta.0", "@web3-react/walletconnect":...
Hi, I got the exact same problem. Did you succeed the make it works ?
The solution si to put: ``` use 'client'; ``` At the begining of every of your components file at building. You can succeed this with rollup-banner plugins
We have same error here :/ Next.js v14.2.5 and @rainbow-me/rainbowkit v2.2.4
@DanielSinclair Can you please re-open the issue ? Not working even with last version of rainbow-me (2.2.8). Gonna link a reproduction repo ASAP.
> [@jeanbenoit-richez](https://github.com/jeanbenoit-richez) Was unable to reproduce with the following. Do any of your dependencies differ? > > "dependencies": { > "@rainbow-me/rainbowkit": "^2.2.8", > "@tanstack/react-query": "^5.55.3", > "next": "14.2.5", > "react":...