fix frontend linting + type issues #97
Annotations
6 errors and 2 warnings
build-and-test:
frontend/src/components/CreateAllocation.tsx#L180
'_err' is defined but never used
|
build-and-test:
frontend/src/components/DepositForm.tsx#L48
'_e' is defined but never used
|
build-and-test:
frontend/src/components/DepositForm.tsx#L81
'_e' is defined but never used
|
build-and-test:
frontend/src/components/DepositForm.tsx#L94
'_e' is defined but never used
|
build-and-test:
frontend/src/hooks/useSessionPoller.ts#L63
'_error' is defined but never used
|
build-and-test
Process completed with exit code 1.
|
build-and-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-and-test:
frontend/src/context/NotificationContext.tsx#L11
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
|