Ventura Rodríguez

Results 7 issues of Ventura Rodríguez

# Description Export types `AppKitBaseClient`, `OpenOptions`, and `Views` to enable proper type inference when using `useAppKit` function. https://imgur.com/a/s3b94Fy ## Type of change - [ ] Chore (non-breaking change that addresses...

### Link to minimal reproducible example https://stackblitz.com/edit/stackblitz-starters-4r4zxcrm?file=src%2FApp.tsx ### Steps to Reproduce 1. Configure Appkit for using only Arbitrum network 2. Allow unsopportedChains should be false 3. Try to connect using...

# Description ‘UnsupportedChain’ is now accepted as a View type. ## Type of change - [x] Chore (non-breaking change that addresses non-functional tasks, maintenance, or code quality improvements) - [...

### Link to minimal reproducible example https://imgur.com/a/Acrkk8u ### Steps to Reproduce ``` const { open } = useAppKit(); useEffect(() => { open({ view: "UnsupportedChain" }); // Type '"UnsupportedChain"' is not...

# Description Fixes an issue where the "Switch Network" modal would incorrectly appear even when the user was **disconnected**. ## Type of change - [ ] Chore (non-breaking change that...

### Link to minimal reproducible example https://imgur.com/a/zPNd19I ### Steps to Reproduce I'm creating a custom hook using useAppKit() to destructure the open property and return it from my custom hook....

### Link to minimal reproducible example https://imgur.com/a/UYAdva8 ### Steps to Reproduce **StackBlitz demo:** 🔗 [https://stackblitz.com/edit/stackblitz-starters-4r4zxcrm?file=README.md](https://stackblitz.com/edit/stackblitz-starters-4r4zxcrm?file=README.md) --- ### 🧪 Steps to Reproduce 1. Open the demo above 2. Connect a Metamask...