chore: wip centralise headers and start storybook #10423
code-checks.yml
on: push
lint-prettier
49s
lint-eslint
1m 14s
lint-filename
31s
lint-commit
25s
lint-deps
43s
lint-message-schema
36s
lint-unused-exports
29s
lint-firefox-build
1m 9s
locked-versions
33s
audit
40s
typecheck
33s
test-unit
51s
test-build
56s
Annotations
8 errors and 11 warnings
lint-unused-exports
Process completed with exit code 1.
|
typecheck:
src/app/ui/components/containers/headers/header.tsx#L1
'ReactNode' is declared but its value is never read.
|
typecheck
Process completed with exit code 2.
|
lint-eslint:
src/app/ui/components/containers/headers/components/network-mode-badge.tsx#L11
Function property signature is forbidden. Use a method shorthand instead
|
lint-eslint:
src/app/ui/components/containers/headers/header.stories.tsx#L40
Unexpected console statement
|
lint-eslint:
src/app/ui/components/containers/headers/header.stories.tsx#L41
Unexpected console statement
|
lint-eslint:
src/app/ui/components/containers/headers/header.tsx#L92
Unexpected console statement
|
lint-eslint
Process completed with exit code 1.
|
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/asset-list/asset-list.tsx#L26
'useCurrentAccountNativeSegwitAddressIndexZero' is deprecated. Use signer.address instead
|
lint-eslint:
src/app/features/collectibles/components/bitcoin/stamps.tsx#L10
'useCurrentAccountNativeSegwitAddressIndexZero' is deprecated. Use signer.address instead
|