fix format #580
Annotations
6 errors
π Check Static Type Hints:
src/components/form/UpdateAccountForm.tsx#L5
'generatePath' is declared but its value is never read.
|
π Check Static Type Hints:
src/components/form/UpdateAccountForm.tsx#L21
'paths' is declared but its value is never read.
|
π Check Static Type Hints:
src/components/form/UpdateAccountForm.tsx#L199
Type 'StringSchema<string | null | undefined, AnyObject, undefined, "">' is not assignable to type 'StringSchema<string | undefined, AnyObject, undefined, "">'.
|
π Check Static Type Hints:
src/pages/studentAccount/StudentAccount.tsx#L24
Cannot find name 'UpdateAccountForm'.
|
π Check Static Type Hints:
src/pages/studentAccount/StudentAccount.tsx#L37
Cannot find name 'DeleteAccountForm'.
|
π Check Static Type Hints
Process completed with exit code 2.
|
Loading