We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037208c commit 16b94f1Copy full SHA for 16b94f1
playground/nextjs-app-router/components/form/wallet-type.tsx
@@ -37,7 +37,6 @@ export function WalletType() {
37
}, []);
38
39
async function handleConnect(value: WalletPreference) {
40
- console.log('value:', value);
41
setWalletType(value);
42
connect(
43
{
0 commit comments