Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dapp-kit] fix bug introduced in the last version where the ConnectBu…
…tton doesn't open the modal (MystenLabs#14709) ## Description It looks like I introduced a pretty bad bug in the last version of dapp-kit where clicking the connect button does nothing since I'm not passing props through the `Slot` component in `StyleMarker`. I don't know how I didn't catch this in MystenLabs#14566... but automated tests are our friend 😅 ## Test Plan - https://sui-typescript-docs-git-wrobertson-bleh-mysten-labs.vercel.app/dapp-kit/wallet-components/ConnectButton - Automated tests (the test fails on `main` and passes with this fix) 🌈 --- If your changes are not user-facing and not a breaking change, you can skip the following section. Otherwise, please indicate what changed, and then add to the Release Notes section as highlighted during the release process. ### Type of Change (Check all that apply) - [ ] protocol change - [ ] user-visible impact - [ ] breaking change for a client SDKs - [ ] breaking change for FNs (FN binary must upgrade) - [ ] breaking change for validators or node operators (must upgrade binaries) - [ ] breaking change for on-chain data layout - [ ] necessitate either a data wipe or data migration ### Release notes
- Loading branch information