Alberto Gualis

Results 4 issues of Alberto Gualis

# Description See title. ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [...

Fixes https://github.com/rainbow-me/rainbowkit/issues/2232 Uses localStorage to know if there is an existing Wallet Connect connection after reloading the page. If yes, it avoids creating a new Wallet Connect connector (`{ ...config,...

### Link to minimal reproducible example https://github.com/agualis/next-wagmi-app-router ### Summary #### Instructions to reproduce: ```bash pnpm install pnpm run dev --turbo ``` Opening app in `localhost:3000` will crash with: ``` Build...

CustomerSupport