fix(react): return empty array for empty sign batches#1210
Conversation
🦋 Changeset detectedLatest commit: 74ded7f The changes in this PR will be included in the next version bump. This PR includes changesets to release 43 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
BundleMonFiles updated (3)
Unchanged files (133)
Total files change +52B +0.01% Final result: ✅ View report in BundleMon website ➡️ |
Your organization requires reapproval when changes are made, so Graphite has dismissed approvals. See the output of git range-diff at https://github.com/anza-xyz/kit/actions/runs/21138882790
|
🔎💬 Inkeep AI search and chat service is syncing content for source 'Solana Kit Docs' |
|
Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up. |
Problem
Found as part of #1105, which also makes these functions exported (and so enables the empty input to be passed)
Summary of Changes
Make useSignTransactions and useSignAndSendTransactions return immediately on empty inputs.
Fixes #1182