Merge pull request #606 from ar-io/remove-primary-name #1778
build_and_test.yml
on: push
lint_test_build
5m 51s
test-playwright
0s
Annotations
11 warnings
lint_test_build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint_test_build:
src/components/cards/ANTCard/ANTCard.tsx#L104
React Hook useEffect has a missing dependency: 'setDetails'. Either include it or remove the dependency array
|
lint_test_build:
src/components/cards/NavMenuCard/NavMenuCard.tsx#L64
React Hook useEffect has missing dependencies: 'fetchWalletDetails' and 'resetWalletDetails'. Either include them or remove the dependency array
|
lint_test_build:
src/components/data-display/tables/DomainsTable.tsx#L189
React Hook useEffect has a missing dependency: 'walletAddress'. Either include it or remove the dependency array
|
lint_test_build:
src/components/data-display/tables/UndernamesSubtable.tsx#L165
React Hook useEffect has missing dependencies: 'antId', 'arnsDomain', 'dispatchModalState', 'dispatchTransactionState', 'handlers', and 'ioProcessId'. Either include them or remove the dependency array
|
lint_test_build:
src/components/data-display/tables/UndernamesSubtable.tsx#L285
Forbidden non-null assertion
|
lint_test_build:
src/components/data-display/tables/UndernamesTable.tsx#L294
React Hook useEffect has missing dependencies: 'antId', 'arnsDomain', 'dispatchModalState', 'dispatchTransactionState', 'info?.HandlerNames', 'info?.Handlers', and 'ioProcessId'. Either include them or remove the dependency array
|
lint_test_build:
src/components/data-display/tables/UndernamesTable.tsx#L498
Forbidden non-null assertion
|
lint_test_build:
src/components/devtools/DevTools.tsx#L29
React Hook useEffect has a missing dependency: 'handleKeyDown'. Either include it or remove the dependency array
|
lint_test_build:
src/components/forms/DomainSettings/DomainSettings.tsx#L99
React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array
|
lint_test_build:
src/components/forms/DomainSettings/DomainSettings.tsx#L129
React Hook useEffect has missing dependencies: 'data?.processId', 'domain', 'queryClient', and 'refetch'. Either include them or remove the dependency array
|