fix(primary names): remove check that request exists #1775
Annotations
10 warnings
Run yarn lint:check:
src/components/cards/ANTCard/ANTCard.tsx#L104
React Hook useEffect has a missing dependency: 'setDetails'. Either include it or remove the dependency array
|
Run yarn lint:check:
src/components/cards/NavMenuCard/NavMenuCard.tsx#L64
React Hook useEffect has missing dependencies: 'fetchWalletDetails' and 'resetWalletDetails'. Either include them or remove the dependency array
|
Run yarn lint:check:
src/components/data-display/tables/DomainsTable.tsx#L188
React Hook useEffect has a missing dependency: 'walletAddress'. Either include it or remove the dependency array
|
Run yarn lint:check:
src/components/data-display/tables/UndernamesSubtable.tsx#L144
React Hook useEffect has missing dependencies: 'antId', 'arnsDomain', 'dispatchModalState', 'dispatchTransactionState', and 'ioProcessId'. Either include them or remove the dependency array
|
Run yarn lint:check:
src/components/data-display/tables/UndernamesSubtable.tsx#L264
Forbidden non-null assertion
|
Run yarn lint:check:
src/components/data-display/tables/UndernamesTable.tsx#L272
React Hook useEffect has missing dependencies: 'antId', 'arnsDomain', 'dispatchModalState', 'dispatchTransactionState', and 'ioProcessId'. Either include them or remove the dependency array
|
Run yarn lint:check:
src/components/data-display/tables/UndernamesTable.tsx#L475
Forbidden non-null assertion
|
Run yarn lint:check:
src/components/devtools/DevTools.tsx#L29
React Hook useEffect has a missing dependency: 'handleKeyDown'. Either include it or remove the dependency array
|
Run yarn lint:check:
src/components/forms/DomainSettings/DomainSettings.tsx#L98
React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array
|
Run yarn lint:check:
src/components/forms/DomainSettings/DomainSettings.tsx#L128
React Hook useEffect has missing dependencies: 'data?.processId', 'domain', 'queryClient', and 'refetch'. Either include them or remove the dependency array
|
Loading