Yitzak Hernandez

Results 3 comments of Yitzak Hernandez

I was able to fix this by updating @types/react to version 18 `yarn add @types/[email protected]` But then my ConnectButton broke, and I was able to fix that by doing `const...

Latest @types react broke my ConnectButton, but I was able to fix that by doing `const ConnectButton:React.FC = styled(WalletMultiButton)`