feat(website): SSR on initial load of search page #945
website-tests.yml
on: pull_request
Check format and types
2m 5s
Unit Tests
55s
Annotations
9 errors
Check format and types:
website/src/components/SearchPage/SearchFullUI.tsx#L290
Unnecessary conditional, the types have no overlap
|
Check format and types:
website/src/components/SearchPage/SearchFullUI.tsx#L303
Unnecessary conditional, the types have no overlap
|
Check format and types:
website/src/utils/serversideSearch.ts#L5
`../services/lapisClient` import should occur before type import of `../types/config`
|
Check format and types:
website/src/utils/serversideSearch.ts#L6
`./search` import should occur before type import of `../components/SearchPage/Table`
|
Check format and types:
website/src/utils/serversideSearch.ts#L28
Unexpected console statement
|
Check format and types:
website/src/utils/serversideSearch.ts#L30
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
|
Check format and types:
website/src/utils/serversideSearch.ts#L31
Unnecessary conditional, expected left-hand side of `??` operator to be possibly null or undefined
|
Check format and types
Process completed with exit code 1.
|
Check format and types
Process completed with exit code 1.
|