Closed magiziz closed 1 week ago
Latest commit: c72f56225c26d6b714d16c7e9c87b0242442df58
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
appkit-gallery | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Nov 10, 2024 4:43pm |
appkit-laboratory | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Nov 10, 2024 4:43pm |
appkit-vue-solana | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Nov 10, 2024 4:43pm |
appkit-wagmi-cdn-example | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Nov 10, 2024 4:43pm |
vue-wagmi-example | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Nov 10, 2024 4:43pm |
web3modal-gallery | β Ready (Inspect) | Visit Preview | Nov 10, 2024 4:43pm |
Status | Category | Percentage | Covered / Total |
---|---|---|---|
π΅ | Lines | 340.18999999999994% | 4512 / 19108 |
π΅ | Statements | 340.18999999999994% | 4512 / 19108 |
π΅ | Functions | 375.96000000000004% | 372 / 1097 |
π΅ | Branches | 465.5% | 683 / 1397 |
Description
Fixes an issue where the connect modal on mobile was always showing 'Browser Wallet' option when the injected provider wasn't detected. This happened because we included
info.rdns
field for the injected connector which caused the logic to not work here.Type of change
Associated Issues
For Linear issues: Closes APKT-1432
Showcase (Optional)
This shouldn't appear if injected provider is not detected on mobile.
Checklist