This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
Fixes results count #1013
Annotations
5 errors and 10 warnings
|
Lint:
components/blocks/question-results.tsx#L130
Replace `·count:·getResults(choice.votes,·decimals).toString()·as·never` with `⏎······························count:·getResults(choice.votes,·decimals).toString()·as·never,⏎···························`
|
Lint:
components/blocks/question-results.tsx#L152
Replace `·count:·getResults(choice.votes,·decimals).toString()·as·never` with `⏎··································count:·getResults(choice.votes,·decimals).toString()·as·never,⏎·······························`
|
|
Lint
Process completed with exit code 1.
|
Lint:
components/blocks/language-selector.tsx#L27
React Hook useEffect has missing dependencies: 'i18n' and 'languageDetector'. Either include them or remove the dependency array
|
Lint:
components/blocks/language-selector.tsx#L34
React Hook useCallback has a missing dependency: 'languageDetector'. Either include it or remove the dependency array
|
Lint:
components/blocks/question-results.tsx#L77
Unexpected any. Specify a different type
|
Lint:
components/pages/app/page-templates/list-page-jump-to.tsx#L17
Unexpected any. Specify a different type
|
Lint:
components/pages/app/page-templates/list-page-jump-to.tsx#L101
React Hook useEffect has a missing dependency: 'lastElement'. Either include it or remove the dependency array. If 'setLoading' needs the current value of 'lastElement', you can also switch to useReducer instead of useState and read 'lastElement' in the reducer
|
Lint:
components/pages/app/page-templates/list-page-jump-to.tsx#L139
React Hook useEffect has missing dependencies: 'currentPage', 'getPageFromPosition', and 'jumpToPosition'. Either include them or remove the dependency array
|
Lint:
components/pages/app/page-templates/list-page-jump-to.tsx#L149
React Hook useEffect has missing dependencies: 'getFirstPageIndex', 'jumpTo', 'jumpToPosition', and 'setDataPagination'. Either include them or remove the dependency array. If 'setDataPagination' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint:
components/pages/blocks/components/BlockFilter.tsx#L35
React Hook useEffect has a missing dependency: '_onEnableFilter'. Either include it or remove the dependency array
|
Lint:
components/pages/transactions/components/TransactionsFilter.tsx#L35
React Hook useEffect has a missing dependency: '_onEnableFilter'. Either include it or remove the dependency array
|
Lint:
components/pages/verify/index.tsx#L9
'ReactNode' is defined but never used
|
The logs for this run have expired and are no longer available.
Loading