Skip to content

Commit 4575f12

Browse files
committed
Merge branch 'develop' into feature/dynamic-imports
2 parents 41d8777 + 903e8d0 commit 4575f12

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bnc-onboard",
3-
"version": "0.2.13",
3+
"version": "0.2.14",
44
"description": "Onboard users to web3 by allowing them to select a wallet, get that wallet ready to transact and have access to synced wallet state.",
55
"keywords": [
66
"ethereum",

src/validation.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ export function validateModal(modal: WalletCheckModal): never | void {
245245
action,
246246
loading,
247247
icon,
248+
loading,
248249
...otherParams
249250
} = modal
250251

@@ -283,7 +284,7 @@ export function validateModal(modal: WalletCheckModal): never | void {
283284
validateType({
284285
name: 'loading',
285286
value: loading,
286-
type: 'object',
287+
type: 'function',
287288
optional: true
288289
})
289290

0 commit comments

Comments
 (0)