refactor: button #10458
code-checks.yml
on: push
lint-prettier
2m 0s
lint-eslint
2m 37s
lint-filename
1m 56s
lint-commit
24s
lint-deps
2m 7s
lint-message-schema
1m 58s
lint-unused-exports
1m 35s
lint-firefox-build
2m 28s
locked-versions
1m 55s
audit
2m 2s
typecheck
1m 41s
test-unit
2m 5s
test-build
2m 18s
Annotations
11 errors and 11 warnings
lint-unused-exports
Process completed with exit code 1.
|
typecheck:
src/app/components/bitcoin-custom-fee/bitcoin-custom-fee.tsx#L96
Type '"link"' is not assignable to type '"outline" | "solid" | "ghost" | undefined'.
|
typecheck:
src/app/components/disclaimer.tsx#L20
Type '"link"' is not assignable to type '"outline" | "solid" | "ghost" | undefined'.
|
typecheck:
src/app/components/edit-nonce-button.tsx#L8
Type '"link"' is not assignable to type '"outline" | "solid" | "ghost" | undefined'.
|
typecheck:
src/app/components/fees-row/components/fee-estimate-item.tsx#L45
Type '"text"' is not assignable to type '"outline" | "solid" | "ghost" | undefined'.
|
typecheck:
src/app/components/generic-error/generic-error.layout.tsx#L61
Type '"link"' is not assignable to type '"outline" | "solid" | "ghost" | undefined'.
|
typecheck:
src/app/components/inscription-preview-card/components/inscription-metadata.tsx#L25
Type '"text"' is not assignable to type '"outline" | "solid" | "ghost" | undefined'.
|
typecheck:
src/app/components/leather-logo.tsx#L20
Type '"text"' is not assignable to type '"outline" | "solid" | "ghost" | undefined'.
|
typecheck:
src/app/components/text-input-field.tsx#L96
Type '"text"' is not assignable to type '"outline" | "solid" | "ghost" | undefined'.
|
typecheck:
src/app/features/collectibles/components/taproot-balance-displayer.tsx#L19
Type '"text"' is not assignable to type '"outline" | "solid" | "ghost" | undefined'.
|
typecheck:
src/app/features/edit-nonce-drawer/edit-nonce-drawer.tsx#L22
Type '"link"' is not assignable to type '"outline" | "solid" | "ghost" | undefined'.
|
lint-commit
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint-eslint:
src/app/common/api/fetch-wrapper.ts#L27
'wrappedFetch' is deprecated. Use `axios` directly instead
|
lint-eslint:
src/app/common/hooks/use-copy-to-clipboard.ts#L21
'execCommand' is deprecated. [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/execCommand)
|
lint-eslint:
src/app/common/hooks/use-transferable-asset-balances.hooks.ts#L15
'useCurrentAccountNativeSegwitAddressIndexZero' is deprecated. Use signer.address instead
|
lint-eslint:
src/app/common/signature/requests.ts#L30
This assertion is unnecessary since it does not change the type of the expression
|
lint-eslint:
src/app/common/transactions/stacks/is-sip-10-transfer.ts#L5
This assertion is unnecessary since it does not change the type of the expression
|
lint-eslint:
src/app/common/utils/use-waiting-message.ts#L9
This assertion is unnecessary since it does not change the type of the expression
|
lint-eslint:
src/app/components/bitcoin-transaction-item/bitcoin-transaction-item.tsx#L53
'useCurrentAccountNativeSegwitAddressIndexZero' is deprecated. Use signer.address instead
|
lint-eslint:
src/app/components/crypto-assets/bitcoin/brc20-token-asset-list/brc20-token-asset-list.tsx#L16
'useCurrentAccountNativeSegwitAddressIndexZero' is deprecated. Use signer.address instead
|
lint-eslint:
src/app/features/add-network/add-network.tsx#L73
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint-eslint:
src/app/features/add-network/add-network.tsx#L80
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|