Skip to content

Option to select xverse as default browser wallet in settings #1728

Option to select xverse as default browser wallet in settings

Option to select xverse as default browser wallet in settings #1728

Triggered via pull request January 29, 2024 11:50
Status Failure
Total duration 1m 15s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
build: src/app/hooks/useSeedVault.ts#L23
Type '(key: string) => Promise<string | undefined>' is not assignable to type '(key: string) => string | Promise<string | null> | null'.
build: src/app/hooks/useSeedVault.ts#L24
Type '(key: string, value: string) => Promise<true>' is not assignable to type '(key: string, value: string) => void | Promise<void>'.
build: src/app/hooks/useSeedVault.ts#L25
Type '(key: string) => Promise<true>' is not assignable to type '(key: string) => void | Promise<void>'.
build: src/app/hooks/useSeedVault.ts#L29
Type '(key: string) => Promise<string | undefined>' is not assignable to type '(key: string) => string | Promise<string | null> | null'.
build: src/app/hooks/useSeedVault.ts#L30
Type '(key: string, value: string) => Promise<true>' is not assignable to type '(key: string, value: string) => void | Promise<void>'.
build: src/app/hooks/useSeedVault.ts#L31
Type '(key: string) => Promise<true>' is not assignable to type '(key: string) => void | Promise<void>'.
build
Process completed with exit code 2.
build: src/app/components/accountRow/index.tsx#L296
Unexpected console statement
build: src/app/components/accountRow/lazyAccountRow.tsx#L27
React Hook useEffect has missing dependencies: 'account' and 'fetchBalance'. Either include them or remove the dependency array
build: src/app/components/confirmBtcTransaction/index.tsx#L112
Unexpected console statement
build: src/app/components/confirmBtcTransaction/index.tsx#L133
Unexpected console statement
build: src/app/components/confirmBtcTransaction/transactionSummary.tsx#L49
'isSubmitting' is defined but never used. Allowed unused args must match /^_/u
build: src/app/components/confirmBtcTransaction/transactionSummary.tsx#L50
'getFeeForFeeRate' is defined but never used. Allowed unused args must match /^_/u
build: src/app/components/confirmBtcTransaction/transactionSummary.tsx#L51
'onFeeRateSet' is defined but never used. Allowed unused args must match /^_/u
build: src/app/components/confirmBtcTransactionComponent/bundleItem.tsx#L75
Missing "key" prop for element in iterator
build: src/app/components/confirmBtcTransactionComponent/index.tsx#L241
React Hook useEffect has a missing dependency: 'setCurrentFee'. Either include it or remove the dependency array. If 'setCurrentFee' changes too often, find the parent component that defines it and wrap that definition in useCallback
build: src/app/components/confirmBtcTransactionComponent/index.tsx#L249
React Hook useEffect has a missing dependency: 'setCurrentFee'. Either include it or remove the dependency array. If 'setCurrentFee' changes too often, find the parent component that defines it and wrap that definition in useCallback