feat(website): search reactoring, fixes, and new features #352
Annotations
10 errors and 1 warning
Run npm run check-format:
website/src/components/SearchPage/CustomizeModal.tsx#L40
Unexpected console statement
|
Run npm run check-format:
website/src/components/SearchPage/SearchForm.tsx#L13
`../../types/referencesGenomes.ts` import should occur before type import of `../../types/runtimeConfig.ts`
|
Run npm run check-format:
website/src/components/SearchPage/SearchForm.tsx#L51
Unnecessary conditional, value is always falsy
|
Run npm run check-format:
website/src/components/SearchPage/SearchForm.tsx#L79
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
|
Run npm run check-format:
website/src/components/SearchPage/SearchForm.tsx#L113
Unnecessary conditional, value is always truthy
|
Run npm run check-format:
website/src/components/SearchPage/SearchFullUI.tsx#L41
'myGroups' is defined but never used
|
Run npm run check-format:
website/src/components/SearchPage/SearchFullUI.tsx#L195
React Hook useEffect has missing dependencies: 'aggregatedHook' and 'detailsHook'. Either include them or remove the dependency array. Outer scope values like 'pageSize' aren't valid dependencies because mutating them doesn't re-render the component
|
Run npm run check-format:
website/src/components/SearchPage/SearchFullUI.tsx#L272
Unexpected nullable number value in conditional. Please handle the nullish/zero/NaN cases explicitly
|
Run npm run check-format:
website/src/components/SearchPage/Table.tsx#L34
Unexpected console statement
|
Run npm run check-format:
website/src/components/SearchPage/fields/AutoCompleteField.tsx#L101
Unnecessary conditional, the types have no overlap
|
|
The logs for this run have expired and are no longer available.
Loading