feat: update use endpoints hook (#52) #170
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
src/app/components/mint-unmint/components/lock-screen/lock-screen.tsx#L48
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:
src/app/components/mint-unmint/components/lock-screen/sign-closing-transaction-screen.tsx#L48
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:
src/app/components/mint-unmint/mint-unmint.tsx#L28
React Hook useEffect has a missing dependency: 'address'. Either include it or remove the dependency array
|
Lint:
src/app/components/proof-of-reserve/proof-of-reserve.tsx#L17
Unexpected console statement
|
Lint:
src/app/hooks/use-bitcoin.ts#L100
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:
src/app/hooks/use-bitcoin.ts#L198
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:
src/app/hooks/use-confirmation-checker.ts#L28
Unexpected console statement
|
Lint:
src/app/hooks/use-confirmation-checker.ts#L40
Unexpected console statement
|
Lint:
src/app/hooks/use-confirmation-checker.ts#L52
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:
src/app/hooks/use-confirmation-checker.ts#L57
React Hook useEffect has a missing dependency: 'fetchTransactionDetails'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading