Add GitHub Action for TypeScript compile check #14
Annotations
6 errors
ts:
client/src/pages/CreateProj.tsx#L22
'TagsState' is defined but never used
|
ts:
client/src/pages/EditProject.tsx#L19
'EditProjectProps' is defined but never used
|
ts:
client/src/pages/EditProject.tsx#L44
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render
|
ts:
client/src/pages/EditProject.tsx#L60
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render
|
ts:
client/src/pages/Project.tsx#L597
'isLoading' is assigned a value but never used
|
ts
Process completed with exit code 1.
|