diff --git a/.changeset/eight-buses-enjoy.md b/.changeset/eight-buses-enjoy.md index 5bdf7bd6a8..1f900f26c4 100644 --- a/.changeset/eight-buses-enjoy.md +++ b/.changeset/eight-buses-enjoy.md @@ -2,6 +2,7 @@ "@coinbase/onchainkit": patch --- +- **feat**: added initial version of `Transaction` component. By @abcrane123 & @zizzamia #816 #787 - **feat**: updated Viem and Wagmi version. By @zizzamia #815 - **chore**: Add WalletDropdown Disconnect and Link tests. By @cpcramer #810 - **chore**: Add Identity unit tests. By @cpcramer #807 diff --git a/src/transaction/components/TransactionButton.tsx b/src/transaction/components/TransactionButton.tsx index 977d978975..0f57f94275 100644 --- a/src/transaction/components/TransactionButton.tsx +++ b/src/transaction/components/TransactionButton.tsx @@ -24,6 +24,7 @@ export function TransactionButton({ className, )} onClick={onSubmit} + type="button" > {isLoading ? (