add main loader #96 #261
Annotations
11 errors and 4 warnings
Analyze (Check Deadcode, pnpm deadcode)
Process completed with exit code 1.
|
Analyze (Check Lint, pnpm ci:lint):
app/app/[locale]/_layout/ErrorDisplay.tsx#L19
Unexpected console statement
|
Analyze (Check Lint, pnpm ci:lint)
Process completed with exit code 1.
|
Analyze (Check Types, pnpm ts:check)
Property 'status' does not exist on type 'APIUser'.
|
Analyze (Check Types, pnpm ts:check)
Property 'statusText' does not exist on type 'APIUser'.
|
Analyze (Check Types, pnpm ts:check)
Property 'data' does not exist on type 'APIUser'.
|
Analyze (Check Types, pnpm ts:check)
Property 'status' does not exist on type 'APIConnection[]'.
|
Analyze (Check Types, pnpm ts:check)
Property 'statusText' does not exist on type 'APIConnection[]'.
|
Analyze (Check Types, pnpm ts:check)
Property 'data' does not exist on type 'APIConnection[]'.
|
Analyze (Check Types, pnpm ts:check)
db#ts:check: command (/home/runner/work/corehalla/corehalla/packages/db) /home/runner/setup-pnpm/node_modules/.bin/pnpm run ts:check exited (1)
|
Analyze (Check Types, pnpm ts:check)
Process completed with exit code 1.
|
Analyze (Check Deadcode, pnpm deadcode)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Analyze (Check Lint, pnpm ci:lint)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Analyze (Check Lint, pnpm ci:lint):
packages/common/hooks/useLocalStorageState.ts#L50
React Hook useEffect has a missing dependency: 'initialValue'. Either include it or remove the dependency array. If 'setStoredValue' needs the current value of 'initialValue', you can also switch to useReducer instead of useState and read 'initialValue' in the reducer
|
Analyze (Check Types, pnpm ts:check)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|