anza-xyz / wallet-adapter

Modular TypeScript wallet adapters and components for Solana applications.
https://anza-xyz.github.io/wallet-adapter/
Apache License 2.0
1.44k stars 906 forks source link

Fix: BaseWalletConnection doesn't pass thru classname prop #967

Open asktree opened 1 month ago

asktree commented 1 month ago

The BaseWalletConnection component is currently overwriting any className prop. I made it not do this. If this is intentional, then className should not be among its props.