Replies: 1 comment 2 replies
-
I've cleared up the Buffer error based on some googling by installing the buffer npm package and adding this line to index.js in my react app: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've implemented RainbowKit on my NFT minting site, which is really great once I got a better handle on wagmi hooks, which was a bit of a struggle. Now that I have everything in place, I'm able to connect on desktop/Chrome through Metamask with no problem, but on iOS the WalletConnect button in the connect modal doesn't do anything. The Rainbow button takes me through but I get a connection error inside the Rainbow app. I also notice that on desktop, when I select WalletConnect, I get this error in the console:
react_devtools_backend.js:3973
…and clicking OPEN below the QR code doesn't take me to the walletconnect official modal. I get the same error message when clicking on the Rainbow button as well.
Besides this, I've set up my dependencies and RainbowKit setup basically the same as the examples.
Beta Was this translation helpful? Give feedback.
All reactions