feat: cancel tx #14442
Annotations
5 errors and 11 warnings
Lint:
src/app/components/stacks-transaction-item/stacks-transaction-item.tsx#L86
React Hook "useMatch" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
Lint:
src/app/components/stacks-transaction-item/stacks-transaction-item.tsx#L87
React Hook "useMatch" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|
Lint:
src/app/features/dialogs/transaction-action-dialog/hooks/use-stacks-transaction-action.ts#L82
React Hook useCallback has a missing dependency: 'rawTx'. Either include it or remove the dependency array
|
Lint:
src/app/features/stacks-transaction-request/hooks/use-stacks-broadcast-transaction.tsx#L133
React Hook useMemo has a missing dependency: 'isCancelTransaction'. Either include it or remove the dependency array
|
Lint
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-fields/retry@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
src/app/common/app-analytics.ts#L80
'chrome' is deprecated. Part of the deprecated Chrome Apps platform
|
Lint:
src/app/common/app-analytics.ts#L85
'chrome' is deprecated. Part of the deprecated Chrome Apps platform
|
Lint:
src/app/common/authentication/use-legacy-auth-bitcoin-addresses.ts#L30
This assertion is unnecessary since the receiver accepts the original type of the expression
|
Lint:
src/app/common/authentication/use-legacy-auth-bitcoin-addresses.ts#L31
This assertion is unnecessary since the receiver accepts the original type of the expression
|
Lint:
src/app/common/authentication/use-legacy-auth-bitcoin-addresses.ts#L34
This assertion is unnecessary since the receiver accepts the original type of the expression
|
Lint:
src/app/common/authentication/use-legacy-auth-bitcoin-addresses.ts#L35
This assertion is unnecessary since the receiver accepts the original type of the expression
|
Lint:
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:
src/app/common/hooks/use-waiting-message.ts#L9
This assertion is unnecessary since it does not change the type of the expression
|
Lint:
src/app/common/persistence.ts#L14
'chrome' is deprecated. Part of the deprecated Chrome Apps platform
|
Lint:
src/app/common/persistence.ts#L17
'chrome' is deprecated. Part of the deprecated Chrome Apps platform
|
Loading