docs: avoid wallet adapter legacy bundle#1666
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
5 Skipped Deployments
|
Greptile SummaryThis PR updates the "Connect a Wallet with React" cookbook page to remove the unused
Confidence Score: 5/5Documentation-only change that removes an unused package from an install command and adds an informational callout; no runtime code is modified. The removed package (@solana/wallet-adapter-wallets) was already unused — the code example uses wallets={[]} for Wallet Standard discovery, so dropping it from the install snippet is accurate. The new callout correctly explains the design choice and links to an alternative for users who need WalletConnect support. The external URL (docs.reown.com/advanced/providers/solana-adapter) was validated in the PR description. Nothing about this change can break runtime behaviour. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "docs: avoid wallet adapter legacy bundle" | Re-trigger Greptile |
Summary
@solana/wallet-adapter-walletspackage from the React wallet cookbook install commandwallets={[]}Validation
pnpm --filter solana-docs lintcurl -I -L https://solana.com/developers/guides/wallets/add-solana-wallet-adapter-to-nextjsreturns 308 to/developers/cookbook/wallets/connect-wallet-react, then 200curl -I -L https://docs.reown.com/advanced/providers/solana-adapterreturns 200http://localhost:3003/developers/cookbook/wallets/connect-wallet-react: HTTP 200, no console/page errors, no horizontal overflow; install snippet omits@solana/wallet-adapter-walletsand Reown link is presentFixes #396